Universal Installer Project Type
InstallShield 11 Universal
The Universal Installer project type installs one product, and can reference and/or install an unlimited number of referenced assemblies.
This project type automatically includes the following dialogs and actions in the Sequences view, which are all you need for a successful product installation.
- Product SequencesOnly used when creating a project to be built to install a product
- Installation Sequence
- PreInstall
- Install
- PostInstall
- Uninstallation Sequence
- PreUninstall
- Uninstall
- PostUninstall
- Uninstall Summary dialog
- Logout dialog
- Reboot dialog
- Assembly Sequences (Premier Only)This group is only used when creating a project that will be built as an assembly
- Assembly Pre-SelectionDialogs and actions to be visited prior to the product project's display of the Feature dialog
- Assembly Post-SelectionDialogs and actions to be visited after feature selection and before installation of the product
- Assembly Post-TransferDialogs and actions to be visited after the installation of the product
See Also
Adding Dialogs
Adding Actions