User Guide

421
Properties
CharSet Contains the character set that is used in the installation’s initialization
window. Different languages have different character sets. The initialization
window is the small window that appears before the installation wizard dialogs
appear. This also affects any other initial dialogs that appear, such as the
language selection and password dialogs.
CharSize Contains the font size that is used in the installation’s initialization window.
The initialization window is the small window that appears before the
installation wizard dialogs appear. This also affects any other initial dialogs
that appear, such as the language selection and password dialogs.
CmdLine Contains the default command line that will be passed to MSIEXEC, which is
the Windows Installer executable that runs the .MSI. The command line
statement should end with the /I command line switch. This defaults to the
value of the build property named WiseInitCmdLine. See Build Properties on
page 416.
DelayReboot If this is set to 1, a reboot caused by pre-installation of the Windows Installer
runtime is delayed to the end of the installation. It is set to 1 if you mark the
Delay Windows Installer runtime reboot until after product
installation checkbox on the Prerequisites page.
ExistError Contains the error that is displayed if a previous version of the installation is
already installed on the destination computer. This defaults to the value of the
build property WiseInitExistError. See Build Properties on page 416.
InstMSI CmdLine Contains the default command line that is passed to InstMsi.exe, which is the
executable that installs Windows Installer. The default command line switches
are /q /r:i.
Languagex Contains the language name and ID from the Language Details dialog. The
.INI file contains one Language line for each language in the release, where x
is incremented for each language: Language1, Language2, and so on.
LanguageFilex Contains the name of the installation .MSI. The .INI file contains one
LanguageFile line for each language in the release, where x is incremented for
each language: LanguageFile1, LanguageFile2, and so on. This property
supports full URL addresses, so if you distribute this installation via the Web,
you can specify the address where the file resides.
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 pathname 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 dialogs appear. This defaults to the value in the build property
WiseInitProductName. See Build Properties on page 416.
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 416.
Property Name Description