Remove "run now" option from windows installer

It causes wesnoth to be run with installer's privileges which is
security concern and also might result in confusing behavior wrt
location of stdout.txt and stderr.txt files.
This commit is contained in:
loonycyborg 2015-06-20 16:24:31 +03:00
parent dc7fb0b951
commit 88fa71e32d

View file

@ -70,8 +70,6 @@
!insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_RUN $INSTDIR\wesnoth.exe
!define MUI_FINISHPAGE_RUN_PARAMETERS "$UserdataFlags"
!insertmacro MUI_PAGE_FINISH !insertmacro MUI_PAGE_FINISH
!insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_CONFIRM