From e2bd79be36b855afac215edecc1380c0eda088bb Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Sun, 20 Nov 2022 15:45:18 +0900 Subject: [PATCH] WIN32 installer: Run tuxpaint-config with the same privileges as the installer --- win32/tuxpaint.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/tuxpaint.iss b/win32/tuxpaint.iss index 8808c0737..796c0ecc3 100644 --- a/win32/tuxpaint.iss +++ b/win32/tuxpaint.iss @@ -174,7 +174,7 @@ Root: HKCU; Subkey: "SOFTWARE\{#AppRegKey}"; Flags: uninsdeletekey; ValueName: " [Run] Filename: "{app}\{#AppReadme}"; Description: "View the README file"; Flags: postinstall shellexec skipifsilent Filename: "{app}\{#AppQsGuide}"; Description: "View the Quick Start Guide"; Flags: postinstall shellexec skipifsilent -Filename: "{app}\{#AppConfigExe}"; Description: "{cm:LaunchProgram,{#AppConfigName}}"; Flags: nowait postinstall skipifsilent +Filename: "{app}\{#AppConfigExe}"; Description: "{cm:LaunchProgram,{#AppConfigName}}"; Flags: nowait postinstall skipifsilent runascurrentuser [UninstallDelete] Type: files; Name: "{code:MyGroupDir}\{groupname}\{cm:ProgramOnTheWeb,{#AppName}}.url"