cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
axu_69
Level 4

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,
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

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.
0 Kudos
axu_69
Level 4

Thanks a lot!!

That did the trick.

cheers,
0 Kudos