version 1.20
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1144 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6f44af19b3
commit
669521a03d
5 changed files with 33 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
;NSIS Modern Style UI version 1.19
|
||||
;NSIS Modern Style UI version 1.20
|
||||
;InstallOptions Example Script
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
|||
!define TEMP2 $R1
|
||||
|
||||
;--------------------------------
|
||||
;Configuration
|
||||
|
||||
;General
|
||||
Name "${NAME} ${VERSION}"
|
||||
|
@ -42,6 +43,13 @@
|
|||
;Uninstaller
|
||||
UninstallText "This will uninstall ${NAME} from your system."
|
||||
|
||||
;Things that need to be extracted on startup (keep these lines before any File command!)
|
||||
;Use ReserveFile for your own Install Options ini files too!
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile "iniA.ini"
|
||||
ReserveFile "iniB.ini"
|
||||
ReserveFile "iniC.ini"
|
||||
|
||||
;--------------------------------
|
||||
;Installer Sections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue