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
- :
- Help would be greatly appreciated
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 24, 2007
11:21 AM
Help would be greatly appreciated
Ok, well I am at the last leg of my installshield project and require assistance on a two things. The first would be to move all the dialogs on the bottom right hand corner during installation, so that my background bitmap would be more visible. The second would be the application of a banner during the setup when the progress bar is showing. I am able to manually edit the banner on all the other dialogs but this one so far I am unable to do.
Project type: Installscript
Thanks in advance,
-Deepak
Project type: Installscript
Thanks in advance,
-Deepak
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2007
03:46 PM
As for changing the banner bitmap and on the progress dialog box, you can use DialogSetInfo, as described (for example) here: http://www.installshield.com/news/newsletter/0301-articles/DialogBitmaps.asp.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2007
04:42 PM
Doesn't work, I have tried it. I am using an Installscript project BTW not Installscript MSI.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2007
05:06 PM
DialogSetWindow should work with either InstallScript or InstallScript MSI; how and where are you calling it?