How do I add a dialog after "SetupTypeDlg"?Answer
This How-to explains how to add the "ShortcutsDlg" dialog after "SetupTypeDlg" (or after "CustomizeDlg" in case of a custom installation). In order to accomplish this you can follow these steps:
NewDialog ShortcutsDlg AI_INSTALL
NewDialog CustomizeDlg 1 AND InstallMode=InstallModeCustom NewDialog SetupTypeDlg 1 AND InstallMode<>InstallModeCustom
NewDialog VerifyReadyDlg 1
NewDialog ShortcutsDlg (NOT Installed) OR (InstallMode = "Change") After building the project the "ShortcutsDlg" dialog will be placed between "SetupTypeDlg" and "VerifyReadyDlg". If you also want to allow the user to select the Start menu folder which will contain the shortcuts you can see How to Conditionally show the "StartMenuShortcutsDlg" dialog. Download and unzip the sample project to better understand how to configure your own project. An Enterprise version of Advanced Installer (version 6.3 or greater) is required in order to build and run the project. | |
|
| Privacy Policy | Windows Installer | Search Engine Ranking | Link Analyzer | ||
| © 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved. | ||