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
- :
- display Billboard much earlier in the sequence
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
‎Aug 25, 2008
12:12 AM
display Billboard much earlier in the sequence
Hi:
I have Install Script MSI project and I want to display Billboards during the
progressbar.
I have added the bmps to the Support/Billboard section and the exe does bring up the billboards during "validation", I want the billboards to be displayed much earlier say "InstallFiles"
How do I get this.
Please treat this as urgent.
Regards,
Indu
I have Install Script MSI project and I want to display Billboards during the
progressbar.
I have added the bmps to the Support/Billboard section and the exe does bring up the billboards during "validation", I want the billboards to be displayed much earlier say "InstallFiles"
How do I get this.
Please treat this as urgent.
Regards,
Indu
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2008
10:53 AM
The billboards in InstallScript and InstallScript MSI projects start at a fixed point in the installation. This is always at the point of file transfer. For InstallScript MSI projects, this point starts when the InstallScript engine sees an action data message from Windows Installer indicating a file is being copied. For either InstallScript or InstallScript MSI projects, the point which billboards are initially displayed cannot be changed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 25, 2008
10:03 PM
Hi:
Thanks for the reply, but the InstallFiles takes a long time in my installations so I wanted to display billboards from that point, is there any workaround for this?
Thanks
Indu
Thanks for the reply, but the InstallFiles takes a long time in my installations so I wanted to display billboards from that point, is there any workaround for this?
Thanks
Indu
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 26, 2008
11:58 AM
You may want to take a look at the PlaceBitmap() function, which you can call almost anywhere in your script.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 26, 2008
02:15 PM
The billboards in InstallScript MSI projects will start on the first progress bar reset message received from Windows Installer after the InstallFiles action runs in the immediate phase of the install execute sequence. Depending upon the project, this might take a while or happen nearly immediately. By the time the deferred phase for InstallFiles is running, though, billboards will be displayed.
PlaceBitmap could be used as an alternative means for showing billboards, but the places that it could be called in an InstallScript MSI would be limited.
PlaceBitmap could be used as an alternative means for showing billboards, but the places that it could be called in an InstallScript MSI would be limited.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2008
01:01 AM
Hi:
Thanks, but I could not figure out where in teh sequence I should call placebitmap(). I tried After InstallAdminPackage(), it does not display any image.
Indu
Thanks, but I could not figure out where in teh sequence I should call placebitmap(). I tried After InstallAdminPackage(), it does not display any image.
Indu