How to: Make InstallShield show the right software space----------Mr. Ice

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.