applied part of patch #1248335 for greater portability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4222 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2a8231fbdb
commit
41d6460c4f
3 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
;
|
||||
; This script is perhaps one of the simplest NSIs you can make. All of the
|
||||
; optional settings are left to their default settings. The installer simply
|
||||
; prompts the user asking them where to install, and drops a copy of makensisw.exe
|
||||
; prompts the user asking them where to install, and drops a copy of example1.nsi
|
||||
; there.
|
||||
|
||||
;--------------------------------
|
||||
|
@ -32,6 +32,6 @@ Section "" ;No components page, name is not important
|
|||
SetOutPath $INSTDIR
|
||||
|
||||
; Put file there
|
||||
File ..\makensisw.exe
|
||||
File example1.nsi
|
||||
|
||||
SectionEnd ; end the section
|
||||
SectionEnd ; end the section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue