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:
joostverburg 2003-09-28 12:42:03 +00:00
parent 7d99fd6700
commit f7bed1c222
7 changed files with 183 additions and 101 deletions

View file

@ -577,6 +577,10 @@ Section "Zip2Exe" SecContribZ2E
SectionIn 1 2
SetOutPath $INSTDIR\Bin
File ..\Bin\zip2exe.exe
SetOutPath $INSTDIR\Contrib\zip2exe
File ..\Contrib\zip2exe\Base.nsh
File ..\Contrib\zip2exe\Modern.nsh
File ..\Contrib\zip2exe\Classic.nsh
SectionEnd