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
- :
- To display & update series of the images during installation progress
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, 2008
09:48 AM
To display & update series of the images during installation progress
Hi All,
I need help over a issue which relates to InstallScript MSI project.
I want to display & update series of the images while the progress bar is being updated (every 3 seconds or so).
That means, while installation process, user can see various advertise images on rest of dialog area alongwith progress bar which should be get update after specific period(here, 3 sec).
Does anyone have idea about this or how we can resolve this using installscript?
Cheers,
Aroon
I need help over a issue which relates to InstallScript MSI project.
I want to display & update series of the images while the progress bar is being updated (every 3 seconds or so).
That means, while installation process, user can see various advertise images on rest of dialog area alongwith progress bar which should be get update after specific period(here, 3 sec).
Does anyone have idea about this or how we can resolve this using installscript?
Cheers,
Aroon
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2008
12:14 PM
With InstallScript MSI, you can enable "billboards"---that's the term to investigate in the online help---that are displayed in the background as data-transfer takes place. (With Basic MSI you can display billboards on the progress dialog box, but that's another story.) Please see, for example, the topics in the help section Creating Installations > Defining the End-User Interface > Displaying Billboards.