Zip2Exe 0.3: based on header files, improved interface, Modern UI support, new script code, improved folder detection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2977 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7d99fd6700
commit
f7bed1c222
7 changed files with 183 additions and 101 deletions
8
Contrib/zip2exe/Modern.nsh
Normal file
8
Contrib/zip2exe/Modern.nsh
Normal file
|
@ -0,0 +1,8 @@
|
|||
;Change this file to customize zip2exe generated installers with a modern interface
|
||||
|
||||
!include "MUI.nsh"
|
||||
|
||||
!insertmacro MUI_PAGE_DIRECTORY
|
||||
!insertmacro MUI_PAGE_INSTFILES
|
||||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
Loading…
Add table
Add a link
Reference in a new issue