Don't let the MSVC redist installer reboot

The MSVC redist installer defaults to data loss. Well done Microsoft.
This commit is contained in:
Oliver Hamlet
2016-11-06 20:54:43 +00:00
parent 7b97241d7d
commit d3f7cf0ae8
+1 -1
View File
@@ -141,7 +141,7 @@ Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks:
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Filename: "{tmp}\vc_redist.x86.exe"; Parameters: "/quiet"; Flags: skipifdoesntexist
Filename: "{tmp}\vc_redist.x86.exe"; Parameters: "/quiet /norestart"; Flags: skipifdoesntexist
[Registry]
; Store install path for backwards-compatibility with old NSIS install script behaviour.