MSI Wrapped
Configuration¶
Electron-Builder / app-builder-lib / MsiWrappedOptions
Extends¶
Properties¶
additionalWixArgs?¶
readonly
optional
additionalWixArgs:null
|string
[]
Any additional arguments to be passed to the WiX installer compiler, such as ["-ext", "WixUtilExtension"]
impersonate?¶
readonly
optional
impersonate:boolean
Determines if the wrapped installer should be executed with impersonation
Default¶
false
upgradeCode?¶
readonly
optional
upgradeCode:null
|string
The upgrade code. Optional, by default generated using app id.
warningsAsErrors?¶
readonly
optional
warningsAsErrors:boolean
If warningsAsErrors
is true
(default): treat warnings as errors. If warningsAsErrors
is false
: allow warnings.
Default¶
true
wrappedInstallerArgs?¶
readonly
optional
wrappedInstallerArgs:null
|string
Extra arguments to provide to the wrapped installer (ie: /S for silent install)