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
- :
- 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
‎Jul 12, 2010
01:30 PM
SetupProgress Dialog
Project type: Install Script MSI
In basic MSI project , i have the "SetupProgress" dialog box , but in the in stall script msi project ....we dont have it.
Need to change the image on the header.
In basic MSI project , i have the "SetupProgress" dialog box , but in the in stall script msi project ....we dont have it.
Need to change the image on the header.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 12, 2010
06:00 PM
You can use the DialogSetInfo function, specifying DLG_INFO_ALTIMAGE for nInfoType, to change the banner image used for all the InstallScript dialogs. Note that this also affects the image used on outer dialogs such as SdWelcome and SdFinish.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 13, 2010
12:50 PM
DLG_INFO_ALTIMAGE --> function is very useful.