Interface: QuitAndInstallOptions
Properties
isForceRunAfter?
optionalisForceRunAfter?:boolean
Run the app after finish even on silent install. Not applicable for macOS.
Ignored if isSilent is set to false (in this case you can still set autoRunAppAfterInstall to false to prevent running the app after install).
Default
false
isSilent?
optionalisSilent?:boolean
windows-only Runs the installer in silent mode.
Default
false
waitUntilNextLaunch?
optionalwaitUntilNextLaunch?:boolean
Quit WITHOUT spawning the installer and persist the downloaded update for installation on the next application
launch instead (same deferred flow as autoInstallEvent: "onNextLaunch", but for a single call). isSilent and
isForceRunAfter are ignored when set. Not applicable for macOS (Squirrel.Mac stages updates natively).
Default
false