Skip to content

Commit

Permalink
Suppress message boxes during install and upgrade (#122468)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaryrawr authored Oct 12, 2023
1 parent fd68106 commit 1c79516
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ InstallModes:
- silent
- silentWithProgress
UpgradeBehavior: install
InstallerSwitches:
Silent: /VERYSILENT /SUPPRESSMSGBOXES
SilentWithProgress: /VERYSILENT /SUPPRESSMSGBOXES
FileExtensions:
- bmp
- eps
Expand Down

0 comments on commit 1c79516

Please sign in to comment.