From 1e165ac427ac0a8b2574d951f6ce419c853bc277 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Mon, 20 Feb 2023 10:48:10 +0100 Subject: other: Windows installer: Remove 'Run application' checkbox on finish page Running Gajim after the setup (which is using elevated privileges) will run gajim.exe in the same context. This may lead to problems, since Gajim should not be run with elevated privileges. Running with user privileges can not be easily achieved using NSIS. Therefore, running the application after the setup has been disabled. --- win/misc/gajim.nsi | 1 - 1 file changed, 1 deletion(-) (limited to 'win') diff --git a/win/misc/gajim.nsi b/win/misc/gajim.nsi index 19f93d4fe..09ee09c66 100644 --- a/win/misc/gajim.nsi +++ b/win/misc/gajim.nsi @@ -36,7 +36,6 @@ Var StartMenuFolder !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Start Menu Folder" !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder !insertmacro MUI_PAGE_INSTFILES -!define MUI_FINISHPAGE_RUN "$INSTDIR\bin\Gajim.exe" !insertmacro MUI_PAGE_FINISH !insertmacro MUI_UNPAGE_WELCOME -- cgit v1.2.3