Must extract nsisconf.nsh to $InstDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6263 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
172e5cdb08
commit
2cf9ecc10e
1 changed files with 6 additions and 6 deletions
|
@ -114,6 +114,11 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
|
|||
SetOutPath $INSTDIR
|
||||
RMDir /r $SMPROGRAMS\NSIS
|
||||
|
||||
IfFileExists $INSTDIR\nsisconf.nsi "" +2
|
||||
Rename $INSTDIR\nsisconf.nsi $INSTDIR\nsisconf.nsh
|
||||
SetOverwrite off
|
||||
File ..\nsisconf.nsh
|
||||
|
||||
SetOverwrite on
|
||||
File ..\makensis.exe
|
||||
File ..\makensisw.exe
|
||||
|
@ -121,6 +126,7 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
|
|||
File ..\NSIS.chm
|
||||
File ..\NSIS.exe
|
||||
File /nonfatal ..\NSIS.exe.manifest
|
||||
|
||||
SetOutPath $INSTDIR\Bin
|
||||
File ..\Bin\makensis.exe
|
||||
!ifdef USE_NEW_ZLIB
|
||||
|
@ -129,12 +135,6 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
|
|||
File ..\Bin\zlib1.dll
|
||||
!endif
|
||||
|
||||
IfFileExists $INSTDIR\nsisconf.nsi "" +2
|
||||
Rename $INSTDIR\nsisconf.nsi $INSTDIR\nsisconf.nsh
|
||||
SetOverwrite off
|
||||
File ..\nsisconf.nsh
|
||||
SetOverwrite on
|
||||
|
||||
SetOutPath $INSTDIR\Stubs
|
||||
File ..\Stubs\bzip2
|
||||
File ..\Stubs\bzip2_solid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue