Skip to content
Permalink
Browse files
Try to prevent ms vc++ auto-reboots
  • Loading branch information
dougmassay committed Jun 26, 2019
1 parent 3d28933 commit 71c6e8354d69690d4824488cfde28694d59276d5
Showing with 1 addition and 1 deletion.
  1. +1 −1 installer/Sigil.iss
@@ -84,7 +84,7 @@ Type: files; Name: "{app}\sigil-python3.exe"

[Run]
; The following command detects whether or not the c++ runtime need to be installed.
Filename: {tmp}\vcredist.exe; Check: NeedsVCRedistInstall; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: Checking for VC++ RunTime ...
Filename: {tmp}\vcredist.exe; Check: NeedsVCRedistInstall; Parameters: "/passive /norestart /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: Checking for VC++ RunTime ...

[Code]

0 comments on commit 71c6e83

Please sign in to comment.