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:
parent
0394aebee3
commit
ee9b434b46
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue