Windows Installer Editor Reference
569
Property Reference
ProductCode
ProductCode is a GUID (global unique identifier) generated by Windows
Installer, that uniquely identifies this product. No product codes are alike. You
can generate a new product code on the Product Details page. Do not enter
new product codes, because they must be created according to a specific
algorithm. This is the same as the build property ProductCode.
ProductFile
Contains the relative path to the .MSI that is being installed. You do not need
to change this unless you move the .MSI from its default location.
ProductName
Text that displays in the title bar of the installation’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
WiseInitProductName.
See
Build Properties
on page 563.
ProductVersion
Contains the product version number, which you set on the Product Details
page. This defaults to the value of the build property named ProductVersion.
See
Build Properties
on page 563.
Remove Previous
If this is set to 1, the end user is prompted to remove any previously installed
versions of the same application. It is set to 1 if you mark the Prompt to
remove previous version before installing check box on the Build Options
page. The message stored in the WiseInitExistError property displays.
RuntimeNT
Contains the relative path of the file that installs Windows Installer for
Windows 2000/XP/2003/Vista/2008/7. Do not change this property unless you
change the location of this file.
RuntimeVersion
If an installation includes the Windows Installer runtime, this is the version of
the included Windows Installer. You set an installation to include the Windows
Installer runtime on the Prerequisites page.
SpaceError
Contains the error text that is displayed if the destination computer does not
have enough free disk space to copy the .MSI database to its local disk drive.
This defaults to the value of the build property named WiseInitSpaceError.
See
Build Properties
on page 563.
TransformMSI
The TransformMSI .INI value is used if the file referenced in the ProductFile
property is an .MST. In that case, the TransformMSI property contains the
relative path of the base .MSI for the .MST.
WiseInitLangDefault
Contains the default installation language. This defaults to the value of the
build property named WiseInitLangDefault.
See
Build Properties
on page 563.
WiseInitLangPrompt
Text that displays on the dialog box that prompts the end user for a language
during installation, which happens when you create a multiple-language
release. Defaults to the value of the WiseInitLangPrompt property in the
Property table.
WiseInitPrefix
Text that displays before the “Wise Installation” text in the installation’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 WiseInitPrefix.
See
Build Properties
on page 563.
WiseInitProgressText
Enter the text that displays with the hourglass during installation.
Property name
Description