Windows Installer Editor Reference
519
Property Reference
See also:
Build Properties
on page 512
Run Time Properties
on page 519
Properties
on page 395
Run Time Properties
The properties listed in
Build Properties
on page 512 represent properties that are
initialized by the installation. All build properties are also run time properties. Windows
Installer sets additional properties at run time that contain useful information you can
use in an installation. For definitions of all the properties Windows Installer sets at run
time, see Property Reference in the Windows Installer SDK Help.
In Web Installations
When you add Web resources in Installation Expert > Web Files page, certain properties
are set by a custom action.
The following properties are provided so that you can grant the ASPNet account
permission to directories.
See
Setting Permissions for Files and Directories
on page 126.
The following properties are provided so that you can perform operations based on how
and where the Web site or virtual directory is installed. (Example: Use these properties
to create shortcuts to a Web site or virtual directory.) In the following property names,
<VIRTDIR> and <WEBSITE> are populated from the PropertyRoot column of the
WiseVirtualDirectory table for the given Web site or virtual directory.
WiseInitSuffix
Text that displays after the “Wise Installation” text in the installations’s
initialization window. The initialization window is the small window that
appears before the installation wizard dialog boxes appear. This defaults to the
value in the build property WiseInitSuffix.
See
Build Properties
on page 512.
Property name
Description
ASPNET_USER
When the .NET Framework is installed, it creates a user account with limited
privileges to run ASP .NET applications. This property is populated with the
ASP account of either the latest version of .NET, or the version of .NET
checked for on the System Requirements page.
ASPNET1.0_USER
This property is populated with the ASP account that was created by the 1.0
version of .NET.
ASPNET1.1_USER
This property is populated with the ASP account that was created by the 1.1
version of .NET.
Property name
Description