Windows Installer Editor Reference
568
Property Reference
Property name
Description
AdminError
Contains the text of the error message that appears if the Windows Installer
runtime needs to be installed but the current user does not have administrator
privileges, which are necessary to install it. Defaults to the value of the build
property named WiseInitAdminError.
See
Build Properties
on page 563.
CharFont
Contains the font that is used in the installation’s initialization window. The
initialization window is the small window that appears before the installation
wizard dialog boxes appear. This also affects any other initial dialog boxes that
appear, such as the language selection and password dialog boxes.
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 dialog
boxes appear. This also affects any other initial dialog boxes that appear, such
as the language selection and password dialog boxes.
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 dialog boxes appear. This also affects any other initial dialog
boxes that appear, such as the language selection and password dialog boxes.
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 563.
DelayReboot
If this is set to 1, a restart 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 check box 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 563.
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 box.
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 through the
Web, you can specify the address where the file resides.