comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1579 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f5f0f98a79
commit
507671f822
1 changed files with 5 additions and 2 deletions
|
@ -27,8 +27,6 @@
|
|||
|
||||
;Language
|
||||
!include "${NSISDIR}\Contrib\Modern UI\Language files\English.nsh"
|
||||
|
||||
!insertmacro MUI_SYSTEM
|
||||
|
||||
;General
|
||||
OutFile "InstallOptions.exe"
|
||||
|
@ -72,6 +70,11 @@
|
|||
ReserveFile "ioB.ini"
|
||||
ReserveFile "ioC.ini"
|
||||
|
||||
;--------------------------------
|
||||
;Modern UI System
|
||||
|
||||
!insertmacro MUI_SYSTEM
|
||||
|
||||
;--------------------------------
|
||||
;Installer Sections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue