MSI
Configuration¶
Electron-Builder / app-builder-lib / MsiOptions
Extends¶
Properties¶
additionalLightArgs?¶
readonlyoptionaladditionalLightArgs:null|string[]
Any additional arguments to be passed to the light.ext, such as ["-cultures:ja-jp"]
additionalWixArgs?¶
readonlyoptionaladditionalWixArgs:null|string[]
Any additional arguments to be passed to the WiX installer compiler, such as ["-ext", "WixUtilExtension"]
artifactName?¶
readonlyoptionalartifactName:null|string
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:null|string
The name that will be used for all shortcuts. Defaults to the application name.
Inherited from¶
CommonWindowsInstallerConfiguration.shortcutName
upgradeCode?¶
readonlyoptionalupgradeCode:null|string
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