From 3076390eb1cbb4fa440abf0597722ebb78f6b443 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Tue, 6 Feb 2018 13:04:45 -0800 Subject: [PATCH] Skip opening sqlops after install if the setup exe is run with the VERYSILENT option. (#611) * Skip opening sqlops after install if the setup exe is run with the VERYSILENT option. * Remove unnecessary [Run] line in code.iss. --- build/win32/code.iss | 1 - 1 file changed, 1 deletion(-) diff --git a/build/win32/code.iss b/build/win32/code.iss index f7e1b83fa1..a455cae3f2 100644 --- a/build/win32/code.iss +++ b/build/win32/code.iss @@ -68,7 +68,6 @@ Name: "{commondesktop}\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; AppUs Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#NameLong}"; Filename: "{app}\{#ExeBasename}.exe"; Tasks: quicklaunchicon; AppUserModelID: "{#AppUserId}" [Run] -Filename: "{app}\{#ExeBasename}.exe"; Description: "{cm:LaunchProgram,{#NameLong}}"; Tasks: runcode; Flags: nowait postinstall; Check: WizardSilent Filename: "{app}\{#ExeBasename}.exe"; Description: "{cm:LaunchProgram,{#NameLong}}"; Flags: nowait postinstall; Check: WizardNotSilent [Registry]