Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
1e165ac4 by wurstsalat at 2023-02-20T10:48:13+01:00
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.

- - - - -


1 changed file:

- win/misc/gajim.nsi


Changes:

=====================================
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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1e165ac427ac0a8b2574d951f6ce419c853bc277

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1e165ac427ac0a8b2574d951f6ce419c853bc277
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to