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
|
||||
;Multilanguage & LangDLL Example Script
|
||||
;Written by Joost Verburg
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
|||
!define TEMP2 $R1
|
||||
|
||||
;--------------------------------
|
||||
;Configuration
|
||||
|
||||
;Language Files
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
|
||||
|
@ -49,6 +50,9 @@
|
|||
UninstallText /LANG=1033 "This will uninstall ${NAME} from your system."
|
||||
UninstallText /LANG=1043 "Dit programma zal ${NAME} verwijderen van uw systeem."
|
||||
|
||||
;Things that need to be extracted on startup (keep these lines before any File command!)
|
||||
ReserveFile "${NSISDIR}\Plugins\LangDLL.dll"
|
||||
|
||||
;--------------------------------
|
||||
;Installer Sections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue