Is there a way to hide some standard dialogs

Request new features that you would like to see in the next version of Advanced Installer.

Is there a way to hide some standard dialogs

Postby chen » Mon Dec 06, 2010 10:18 pm

Is there a way to hdie some standard dialogs, for example, WelcomeDlg and VerifyReadyDlg?

Thanks
chen
 
Posts: 18
Joined: Mon Nov 26, 2007 6:02 pm

Re: Is there a way to hide some standard dialogs

Postby Cosmin » Wed Dec 08, 2010 9:53 am

Hi,

If you want to hide all dialogs you can use the "Limit to basic user interface (simple progress and error handling)" option in "Install Parameters" page.

WelcomeDlg and VerifyReadyDlg are mandatory dialogs for Windows Installer. However, if you want to hide them you can try this approach:
- make sure you are using an Enterprise project
- go to Table Editor page
- in "InstallUISequence" table delete "WelcomeDlg" row
- create a new dialog in sequence after WelcomeDlg and rename it to "RealVerifyReadyDlg" (for example)
- select the "Next" button on this dialog and in the "Properties" pane set the "Text" field to:

[ButtonText_Install]

- remove all published control events from this button (it's now called "Install")
- copy all published control events from the "Install" button on VerifyReadyDlg to this new Install button
- configure this dialog any way you need (for example it can look like FolderDlg)

This way you basically create a custom VerifyReadyDlg which replaces WelcomeDlg in the installation sequence.

Regards,
Cosmin
Cosmin Pirvu
Advanced Installer Team
http://www.advancedinstaller.com/
Cosmin
 
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 2 guests