Software Environment: installshield2010 Project Type: InstallShield Project behavior: The required space is not displayed properly when the directory is converted. Workaround: Add a targetdir re-assignment in the conversion directory where it can be resolved, and do not know why but it does resolve this behavior in the SDFEATUREDIALOGADV code as follows: Case SD_PBUT_CHANGEDIR:
Selectdirnolog ("", "", Svdir, TRUE);
Ctrlsettext (Szdlg, 0x80000000 | Sd_sta_destdir, Svdir);
if (TARGETDIR! = Svdir) Then
TARGETDIR = svdir ^ Shell_object_folder ^ ifx_product_name;
endif
Componentviewsetinfo (Ncomponentview, component_view_targetlocation, 0, TARGETDIR);
Componentviewrefresh (Ncomponentview, 0); and then share with you, if there's a problem with this approach, please point out
How to: What Makes InstallShield show the right software space required--user ice cubes contributions