Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-02-20 12:48:10 +0300
committerwurstsalat <mailtrash@posteo.de>2023-02-20 12:48:13 +0300
commit1e165ac427ac0a8b2574d951f6ce419c853bc277 (patch)
tree3a1876677bed6333f77594dd936d28e1435be693 /win
parent508b0523d3497f60d5fef00d015deec8ad9f8dff (diff)
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.
Diffstat (limited to 'win')
-rw-r--r--win/misc/gajim.nsi1
1 files changed, 0 insertions, 1 deletions
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