Display the information you set in the installation progress of InstallShield

Source: Internet
Author: User

Take the installscript MSI project as an example. If the installation progress is displayed during the installation of the installation package created by InstallShield
In onfirstuibefore
Dlg_sdstartcopy Interface
Enable (statusex );
This sentence.
To display the information you set, you only need to add a number of statements in this sentence enable (statusex). For example:
Enable (statusex );
/*
* When the first parameter of statusupdate is on, it can be updated in real time;
* The second parameter indicates the percentage of entries to be displayed when the installation copy arrives at the next file.
*/
Statusupdate (on, 99 );
Setstatuswindow (-1, "file copying completed at 99%."); // display the first custom information.
Delay (3); // delay of three seconds

// Set the progress bar to 100% and displays a message.

Setstatuswindow (100, "statusupdate example completed, now exiting..."); // display the second custom information

Delay (3 );

For more information, see the example of the statusupdate function in the help provided by InstallShield.

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.