Using Wizard UI Modes Command-Line Options
InstallShield MultiPlatform 11.5
Wizards can run in the following user interface (UI) modes, which are set up and the default selected in the Sequences view Installation and Uninstallation properties. By default, all modes are created automatically when you build your project.
- Accessibility ModeSets the installation to automatically be in console mode, and provides additional audible information for visually impaired end users (Premier Edition).
- AWT/GUI Mode(5.x project types only)Is created using the Java Abstract Window Toolkit (AWT) components. They consist of wizard, bean-based dialogs that appear to the end user at run time utilizing AWT components.
- Swing ModeIs created using the Java Swing components. They consist of a series of dialogs that appear to the end user at run time. They are the same dialogs that are displayed by the AWT UI, but instead they utilize the Java Swing properties.
- Console Mode (Premier Edition)All messages and information are sent line-by-line to a screen instead of appearing in GUI dialogs. All of the functionality of the AWT and Swing UIs, however, is maintained.
- Silent ModeRuns the installation or uninstallation silently without end-user intervention. It can utilize a generated response/options file to provide end-user input.