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
- :
- progress bar
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
‎Oct 15, 2008
08:30 AM
progress bar
hi
is possible show percent of file which was installed during installation on progress bar?If yes, how? Thanks
is possible show percent of file which was installed during installation on progress bar?If yes, how? Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 15, 2008
02:48 PM
What kind of project are you using? For InstallScript projects, InstallScript supports Enable(STATUSOLD) and Enable(STATUS) [as a replacement for default Enable(STATUSEX)], one of which I seem to recall displays the percentage on the progress indicator.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 15, 2008
03:29 PM
I use InstallScript MSI project. Only this type of progress indicator display percentage because I using STATUSDLG?Otherwise, I need enable or disable check box in tree control displayed in SdFeatureTree dialog. Is possible to control this in installscript?Thanks a lot