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 Knowledge Base
- :
- Adding a Custom Action's Progress to the Progress Bar
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Adding a Custom Action's Progress to the Progress Bar
Adding a Custom Action's Progress to the Progress Bar
Summary
In order to manually progress the progress bar for MSI installations, you must call some code.Synopsis
In order to manually progress the progress bar for MSI installations, you must call some code.
Discussion
In a Basic MSI project, this needs to be done via a .dll or possibly VBScript because you need to get a handle to the installation so that you can update the progress bar. This cannot be done with an .exe.
Additional Information
For details, see Windows Installer help library topic Adding Custom Actions to the ProgressBar.
0% helpful
(0/1)