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
- :
- Re: Minimize the Setup Status Dialog Box duirng installation
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 20, 2010
01:13 PM
Minimize the Setup Status Dialog Box duirng installation
Hi:
I would like to minimize the Setup Status dialog during the installation.
I hope to use CmdGetHwndDlg and ShowWindow/SetMessage to do the work.
However, I could not figure out what is the name for the Setup Status dialog that I should use to pass into the CmdGetHwndDlg.
Is there any other way to accomplish this task?
Thank you very much,
cheers,
I would like to minimize the Setup Status dialog during the installation.
I hope to use CmdGetHwndDlg and ShowWindow/SetMessage to do the work.
However, I could not figure out what is the name for the Setup Status dialog that I should use to pass into the CmdGetHwndDlg.
Is there any other way to accomplish this task?
Thank you very much,
cheers,
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2010
01:34 PM
For projects using the InstallScript user interface, you can always skip calling Enable(STATUSEX). For MSI projects, the progress dialog is displayed with any UI level that is not silent.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2010
02:05 PM
Thanks a lot!!
That did the trick.
cheers,
That did the trick.
cheers,