Windows Installer Editor Reference
566
Property Reference
WiseInitAdminError
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.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the AdminError property in the .INI file that’s generated.
See
INI File Properties
on page 567.
WiseInitCmdLine
Contains the default command line that is 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 property is
absent unless you create it.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the CmdLine property in the .INI file that’s generated.
See
INI File Properties
on page 567.
WiseInitExistError
Contains the error that is displayed if a previous version of the installation is
already installed on the destination computer.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the ExistError property in the .INI file that’s generated.
See
INI File Properties
on page 567.
WiseInitLangDefault
Contains the default language for the installation, which initially is English. It
can also contain the language ID, separated from the language name by a
comma. (Example: English, 1033). If the language of the destination
computer matches this ID, the installation runs without applying any
language transforms.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the WiseInitLangDefault property in the .INI file that’s
generated.
See
INI File Properties
on page 567.
WiseInitPrefix
Contains the text that’s displayed 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.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the WiseInitPrefix property in the .INI file that’s generated.
See
INI File Properties
on page 567.
WiseInitProductName
Contains the text displayed 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 value overrides the value stored
in the ProductName property for the initialization window, to provide a
shorter name that fits in the window. This property is absent unless you
create it.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the ProductName property in the .INI file that’s generated.
See
INI File Properties
on page 567.
Property name
Description