From d3f7cf0ae888bbafacead2d244a1c0b48c462ce6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 6 Nov 2016 20:54:43 +0000 Subject: [PATCH] Don't let the MSVC redist installer reboot The MSVC redist installer defaults to data loss. Well done Microsoft. --- scripts/installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.iss b/scripts/installer.iss index e469b620..c5095eb1 100644 --- a/scripts/installer.iss +++ b/scripts/installer.iss @@ -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.