Summary
This article discusses how to display a progress bar indicator when copying files.
Synopsis
This article discusses how to display a progress bar indicator when copying files.
Discussion
The following code can be used display a progress bar. The progress bar makes use of the following functions:
Enable (Status): Enables the display of the progress indicator (status bar).
StatusUpdate: The StatusUpdate function enables or disables the link between file transfer operations and the progress indicator of the status bar. When bLink is ON, the link is enabled and nFinalPercent specifies a final percentage to be displayed at the end of the next file transfer.
SetStatusWindow: The SetStatusWindow function sets an initial or current value for the percentage complete indicator of the progress indicator (status bar) and specifies the current message to display on the top line of the progress indicator.
Disable (Status): Disables and hides the progress indicator (status bar).
Enable(STATUS);
StatusUpdate(ON, 100);
SetStatusWindow(0, "Installation in progress...");
SetStatusWindow(100, "Installation complete");
Delay(2);
Disable(STATUS);Related Articles
Update Suite Progress Bar using InstallScript CustomAction 5Number of Views Display Text in the Progress Bar for a Custom Action 3Number of Views Adding a Custom Action's Progress to the Progress Bar 3Number of Views How to Show Progress for Multiple Windows Features Being Enabled 7Number of Views Update the Progress Bar from a Custom Action at Runtime 5Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago