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 0394aebee3
commit ee9b434b46

View file

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