language file updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1654 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
54ad9c91f8
commit
a599d5b0b7
5 changed files with 105 additions and 10 deletions
|
@ -14,9 +14,11 @@
|
|||
!define MUI_COMPONENTSPAGE
|
||||
!define MUI_DIRECTORYPAGE
|
||||
!define MUI_ABORTWARNING
|
||||
|
||||
!define MUI_UNINSTALLER
|
||||
|
||||
!define MUI_WINDOWTITLE
|
||||
!define MUI_CUSTOMPAGECOMMANDS
|
||||
|
||||
!define TEMP1 $R0
|
||||
!define TEMP2 $R1
|
||||
|
@ -27,8 +29,7 @@
|
|||
;General
|
||||
OutFile "InstallOptions.exe"
|
||||
|
||||
;Page order
|
||||
!define MUI_CUSTOMPAGECOMMANDS ;Use customized pages
|
||||
;Page order
|
||||
|
||||
!insertmacro MUI_PAGECOMMAND_LICENSE
|
||||
Page custom SetCustomA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue