|
|
#1 |
|
Junior Member
Join Date: Dec 2003
Posts: 6
|
Different licence files for multiple languages
I've a big problem getting my script running with
multible licence files, please have a look at the attached script. Thank you very much Mario |
|
|
|
|
|
#2 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
You don't have to use LicenseData, you should use the language string as parameter for MUI_PAGE_LICENSE
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2003
Posts: 6
|
first off all thank you for your great Modern GUI.
But I've still problems getting this to work ;( the following makes no sence insertmacro MUI_PAGE_LICENSE "${LANG_ENGLISH}" and this is not working !insertmacro MUI_PAGE_LICENSE "${LANG_SWEDISH}licence.txt" is it possible do give some code? Thank you Mario |
|
|
|
|
|
#4 |
|
Major Dude
|
Seeing this below you'll get where you want (at least a part):
code: |
|
|
|
|
|
#5 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
If you want to include multiple languages in your installer you should use a license language string as parameter for MUI_PAGE_LICENSE. See LicenseLangString in the users manual.
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Sep 2007
Location: Where the streets have no name...
Posts: 2
|
Example script
I don't know where to put:
code: With that - my license page is excluded from the setup. Could somebody post a script example . or should i use languages.nsi for reference? Thanks |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Sep 2007
Location: Where the streets have no name...
Posts: 2
|
I think i got it...
Sorry for the post... MultiLanguage.nsi is everything i need... Cheers |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|