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
- :
- is there a way to hide the status 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
Sep 03, 2009
09:23 AM
is there a way to hide the status dialog
IS2008
Installscript Msi Install
I have been asked to just have the background showing with billboards and a status bar at the bottom of the screen but no dialogs showing during file transfer portion of install. ("just like what microsoft has")
Is there a way to do that?
Installscript Msi Install
I have been asked to just have the background showing with billboards and a status bar at the bottom of the screen but no dialogs showing during file transfer portion of install. ("just like what microsoft has")
Is there a way to do that?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 25, 2009
02:24 AM
use PlaceWindow ( nObject, nDx, nDy, nCorner ); function
with proper parameter it helps you.
with proper parameter it helps you.