no message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@627 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3e9e73ec59
commit
6d501355a0
4 changed files with 7 additions and 219 deletions
|
@ -12,7 +12,7 @@ CRCCheck off
|
|||
|
||||
Name "NSIS"
|
||||
Caption "Nullsoft Install System - Setup"
|
||||
OutFile nsis${VER_MAJOR}${VER_MINOR}.exe
|
||||
OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe
|
||||
|
||||
SetCompressor bzip2
|
||||
|
||||
|
@ -53,6 +53,7 @@ Section "NSIS development system (required)"
|
|||
SectionIn 1 2 3 RO
|
||||
SetOutPath $INSTDIR
|
||||
SetOverwrite try
|
||||
Delete $INSTDIR\makensis-bz2.exe
|
||||
File ..\makensis.exe
|
||||
File ..\makensisw.exe
|
||||
File ..\makensis.htm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue