Interface: MsiOptions
Extends
Properties
additionalLightArgs?
readonlyoptionaladditionalLightArgs?:string[] |null
Any additional arguments to be passed to the light.ext, such as ["-cultures:ja-jp"]
additionalWixArgs?
readonlyoptionaladditionalWixArgs?:string[] |null
Any additional arguments to be passed to the WiX installer compiler, such as ["-ext", "WixUtilExtension"]
artifactName?
readonlyoptionalartifactName?:string|null
The artifact file name template.
Inherited from
TargetSpecificOptions.artifactName
createDesktopShortcut?
readonlyoptionalcreateDesktopShortcut?:boolean|"always"
Whether to create desktop shortcut. Set to always if to recreate also on reinstall (even if removed by user).
Default
true
Inherited from
CommonWindowsInstallerConfiguration.createDesktopShortcut
createStartMenuShortcut?
readonlyoptionalcreateStartMenuShortcut?:boolean
Whether to create start menu shortcut.
Default
true
Inherited from
CommonWindowsInstallerConfiguration.createStartMenuShortcut
menuCategory?
readonlyoptionalmenuCategory?:string|boolean
Whether to create submenu for start menu shortcut and program files directory. If true, company name will be used. Or string value.
Default
false
Inherited from
CommonWindowsInstallerConfiguration.menuCategory
oneClick?
readonlyoptionaloneClick?:boolean
One-click installation.
Default
true
Overrides
CommonWindowsInstallerConfiguration.oneClick
perMachine?
readonlyoptionalperMachine?:boolean
Whether to install per all users (per-machine).
Default
false
Inherited from
CommonWindowsInstallerConfiguration.perMachine
publish?
optionalpublish?:Publish
Inherited from
runAfterFinish?
readonlyoptionalrunAfterFinish?:boolean
Whether to run the installed application after finish. For assisted installer corresponding checkbox will be removed.
Default
true
Inherited from
CommonWindowsInstallerConfiguration.runAfterFinish
shortcutName?
readonlyoptionalshortcutName?:string|null
The name that will be used for all shortcuts. Defaults to the application name.
Inherited from
CommonWindowsInstallerConfiguration.shortcutName
upgradeCode?
readonlyoptionalupgradeCode?:string|null
The upgrade code. Optional, by default generated using app id.
warningsAsErrors?
readonlyoptionalwarningsAsErrors?:boolean
If warningsAsErrors is true (default): treat warnings as errors. If warningsAsErrors is false: allow warnings.
Default
true