Windows Installer Editor Reference
513
Property Reference
_WiseDialogTitleFontDefault
Contains the text style used for the titles on wizard pages. This is not for the
text in the title bar itself, but for the text inside the wizard that introduces the
page content. The font choices for this property are listed in the TextStyle
table located on the Tables tab.
Accept
Sets the initial value of the radio button on the License dialog. The default
value, “No”, causes the I do not accept the license agreement radio
button to be marked by default. The Next button on the License dialog has an
event attached to it, which causes the Next button to be unavailable until the
end user marks I accept the license agreement radio button.
ApplicationUsers
Sets the initial value of the radio button on the User Information dialog box.
The default value, “AllUsers”, causes the Anyone who uses this computer
radio button to be marked by default. The Next button on the User
Information dialog box has an event attached to it, which causes the
Windows Installer property ALLUSERS to be set to true if the end user leaves
the Anyone who uses this computer radio button marked.
APPS_TEST
Provides backward compatibility for the System Search page for installations
created in Windows Installer Editor 2.0 or later.
DefaultUIFont
Contains the text style used for the installation user interface if no other
value is set. To match the default dialog box text that already exists, set any
new controls you add to _WiseDialogFontDefault. The font choices for this
property are listed in the TextStyle table located on the Tables tab.
DisableUAP
(Windows Installer 4.0 or later only.) Indicates whether User Account Control
(UAC, previously known as UAP) is disabled. When User Account Control is
disabled, the option to install for all users or for the current user on the
installation’s User Information dialog box is hidden.
DiskPrompt
Contains the default text that prompts the end user to insert the next
installation disk.
ErrorDialog
Contains the name of the dialog box that should be displayed if there are
installation errors.
IISVERSION
If you add Web resources to an installation, this property is set during run
time to the version of Microsoft Internet Information Server that is running
on the destination computer. If IIS is not installed, this property remains
empty during installation.
INSTALLDIR
This is the main installation directory for the application. By default,
INSTALLDIR is set to the first directory you create under the Program Files
folder on the Files or Web Files page. On the Destination Folder dialog box
during installation, the end user can change this directory. The Windows
Installer property PRIMARYFOLDER is set to the value of INSTALLDIR before
installation of files begins.
INSTALLLEVEL
All features that have install levels less than or equal to this number are
installed. This value is set by events that are attached to the Next button on
the Installation Type dialog.
InstallMode
Sets the initial value of the radio button on the Installation Type dialog. The
default value, “Typical”, causes the Typical radio button to be marked by
default. The Next button on the License dialog has an event attached to it,
which sets the value of the Windows Installer property INSTALLLEVEL.
INSTALLLEVEL determines which features are installed.
Property name
Description