summaryrefslogtreecommitdiff
path: root/Examples/example1.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/example1.nsi')
-rwxr-xr-xExamples/example1.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/example1.nsi b/Examples/example1.nsi
index 3557a1b..6930262 100755
--- a/Examples/example1.nsi
+++ b/Examples/example1.nsi
@@ -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 \ No newline at end of file
+SectionEnd ; end the section