Specify the localized description of this installation type that should display on the Installation Type dialog. It should concisely describe what this installation type will install so that the end user easily knows whether to select it. You can also use a $L() string resolver to represent a string you have added to the String Table.

If you will build an MSI Build Configuration for this project, then this field is also used to update the text on a specific control in the SetupType dialog of the Basic MSI project. The IDs of the controls that are updated are as follows (for more information, see Working with Setup Types in the InstallShield X [Windows] Help Library):

Control ID Description
"CompText" For the first Installation Type
"CustText" For the second Installation Type
"SetupTypeDesc3" For the third Installation Type
"SetupTypeDesc4" For the fourth Installation Type

NOTE: The SetupType dialog in the standard MSI template has two setup types, and the description controls are CompText and CustText. If you have more than two installation types in Universal, then you need to go to InstallShield Windows and add SetupTypeDesc3, SetupTypeDesc4, etc., controls to the SetupType dialog in the MSI template.