This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to set progressbar value in the SetupProgress dialog
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2020
12:54 AM
How to set progressbar value in the SetupProgress dialog
I've added some custom actions that runs after "Publish Components" in the Execute sequence. But I don't know to set correct value in the progressbar in the Setup Progress dialog. Now it shows 100% when my custom action run. How can I modify the progressbar value.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2020
03:25 AM
you could try following codes, i think they will work.
SetStatusWindow(30, "");