| InstallerContactSite Map |
Advanced Installer User Guide | |||
Enhanced User Interface |
| The Enhanced User Interface allows you to design a great interface for your installation. You can activate this functionality from the Themes > Settings page. RequirementsThe following software must be installed on your target system in order for enhanced user interface installation to run correctly:
To verify and fulfil these requirements you may use the Prerequisite and Launch Condition functionality. The package must be installed by the EXE bootstrapper. When displaying the enhanced user interface also during Uninstall or Modify from Control Panel, the “Override Windows Installer programs list entry” option must be enabled in Product Details Page. BenefitsBelow is a list of improvements available.
Controls TransparencyWhen using the regular Windows Installer UI only text controls can be placed onto a image. When using Enhanced UI all other controls like icon, check-box or radio-button are also transparent. This will allow you to design any background image for you pages. Large Icons
Enhanced Check-Box & Radio Buttons
Command Link Control
A command link is composed of three parts:
Their interface is similar to regular links, they don't have a frame which offers a clean UI appearance. They are usually used to move on to the next step in a task (wizards and pages flows) or to close a window (dialog box). Their format is similar to the radio buttons, but in the same time quite different. A radio button group always have a commit button attached compared to the Command Links where the choice and actions are included in the same button. That is why a Next button will not be required. Because they are similar to the radio buttons, they should always be used in sets and not individually. Because they came as an improvement of Windows Vista their look will be different on earlier operating systems but their functionality will be maintained. Only their appearance will be affected by the version of the operating system. For example, on a version of Windows XP, the description is a tooltip and it will be visible only on mouse-over compared to Vista or above, where this description is always visible under the Action text. Another difference is the actual look of the button, which is no longer a lightweight button, being likely a Push button with an icon attached.
Quick Feature Selection Tree With Check-Boxes
Each feature has a check-box associated with, which will control the installation state of a feature. If the check-box attached to a feature is checked that means the feature will be installed, otherwise, that feature will not be available after the installation. A check-box comes with intuitive icons for the installation state. If you chose to install a feature you will see the icon of a drive with an arrow and if you chose not to install that feature you will get an “X” icon. The Quick Selection Tree provides a quicker and more efficient way for the end-users to install a product. And also, it offers a more attractive way for the novice users to manage an installation. Another UI option is that you can choose whether or not it will have a border - as well as for any other tree or list. Choosing not to have a border, your control will look like it is somehow integrated in that dialog and will provide more eye-catching appearance to your product installation. Prerequisite Selector Control
Prerequisites are displayed together with additional information like: required versions, versions found on target computer and action that will be performed. Check List Control
Hyperlink Control
HTML Host Control
Multiple Selection Lists
Native (OS) Browse Folder Dialog
Enforced "License Agreement" Lecture
Installation Overall ProgressThe standard installation progress resets itself several times during an installation. When using Enhanced UI the installation progress can be displayed as accurate as possible using the AiGlobalProgress event. |
