electron builder.Interface.CommonWindowsInstallerConfiguration
Electron-Builder / electron-builder / CommonWindowsInstallerConfiguration
Extended by¶
Properties¶
createDesktopShortcut?¶
readonly
optional
createDesktopShortcut:boolean
|"always"
Whether to create desktop shortcut. Set to always
if to recreate also on reinstall (even if removed by user).
Default¶
true
createStartMenuShortcut?¶
readonly
optional
createStartMenuShortcut:boolean
Whether to create start menu shortcut.
Default¶
true
menuCategory?¶
readonly
optional
menuCategory: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
oneClick?¶
readonly
optional
oneClick:boolean
perMachine?¶
readonly
optional
perMachine:boolean
Whether to install per all users (per-machine).
Default¶
false
runAfterFinish?¶
readonly
optional
runAfterFinish:boolean
Whether to run the installed application after finish. For assisted installer corresponding checkbox will be removed.
Default¶
true
shortcutName?¶
readonly
optional
shortcutName:null
|string
The name that will be used for all shortcuts. Defaults to the application name.