Skip to main content

Interface: QuitAndInstallOptions

Properties

isForceRunAfter?

optional isForceRunAfter?: 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?

optional isSilent?: boolean

windows-only Runs the installer in silent mode.

Default

false

waitUntilNextLaunch?

optional waitUntilNextLaunch?: 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