only IO stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2296 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a69728f8e2
commit
9bfdf0b5c1
1 changed files with 0 additions and 12 deletions
|
@ -10,9 +10,6 @@ Name "InstallOptions Test"
|
||||||
;The file to write
|
;The file to write
|
||||||
OutFile "Test.exe"
|
OutFile "Test.exe"
|
||||||
|
|
||||||
;The default installation directory
|
|
||||||
InstallDir "$PROGRAMFILES\IOTest"
|
|
||||||
|
|
||||||
;Things that need to be extracted on startup (keep these lines before any File command!)
|
;Things that need to be extracted on startup (keep these lines before any File command!)
|
||||||
;Only useful for BZIP2 compression
|
;Only useful for BZIP2 compression
|
||||||
;Use ReserveFile for your own InstallOptions INI files too!
|
;Use ReserveFile for your own InstallOptions INI files too!
|
||||||
|
@ -20,17 +17,8 @@ InstallDir "$PROGRAMFILES\IOTest"
|
||||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||||
ReserveFile "test.ini"
|
ReserveFile "test.ini"
|
||||||
|
|
||||||
;Texts on the dialogs
|
|
||||||
DirText "Choose a directory"
|
|
||||||
LicenseText "A license"
|
|
||||||
LicenseData "..\..\License.txt"
|
|
||||||
ComponentText "Choose components"
|
|
||||||
|
|
||||||
;Order of pages
|
;Order of pages
|
||||||
Page license
|
|
||||||
Page custom SetCustom ": Testing InstallOptions" ;Custom page. InstallOptions gets called in SetCustom.
|
Page custom SetCustom ": Testing InstallOptions" ;Custom page. InstallOptions gets called in SetCustom.
|
||||||
Page components
|
|
||||||
Page directory
|
|
||||||
Page instfiles
|
Page instfiles
|
||||||
|
|
||||||
Section "Components"
|
Section "Components"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue