app builder lib.Interface.MsiWrappedOptions
Electron-Builder / app-builder-lib / MsiWrappedOptions
Extends¶
Properties¶
additionalWixArgs?¶
readonlyoptionaladditionalWixArgs:null|string[]
Any additional arguments to be passed to the WiX installer compiler, such as ["-ext", "WixUtilExtension"]
impersonate?¶
readonlyoptionalimpersonate:boolean
Determines if the wrapped installer should be executed with impersonation
Default¶
false
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
wrappedInstallerArgs?¶
readonlyoptionalwrappedInstallerArgs:null|string
Extra arguments to provide to the wrapped installer (ie: /S for silent install)