| Window Type | Description/Properties |
| Splash | Used at the beginning of an install to display a company or product graphic. Provides a boolean Sunken property and a picture through the SplashBitmap property. |
| Welcome | An introductory window. Can display text information from the CopyrightWarning and WelcomeText properties. |
| License Agreement | Used to provide a license information window that requires the user to select " I agree " before continuing. The license information is drawn from the .rtf file specified by the LicenseFile property, and displayed in a window that can be Sunken. |
| Customer Information | Provides a window that requires a customer name. You can also require additional information by using the boolean ShowOrganization and ShowSerialNumber properties. You can perform simple validation of the serial number using the SerialNumberTemplate , which is described in a section below. |
| Progress | Displays a progress bar, provided the ShowProgressBar setting is True. |
| Register User | Allows a user to register through a separate program. It provides a " Register Now " button that launches an executable or navigates to a web site. You specify the application through the Executable and Arguments properties. |
| Read Me | Displays information from the .rtf file specified by the LicenseFile property, in a window that can be Sunken. |