|
|
|
|
#1 |
|
Senior Member
|
silent install / multilanguage
Hello,
I have to add silent install support to one of our intallers. Our installer has multi language support. How can I choose the language to install during a silent install ? Maybe with an answer file ? But how ? The languages have IDs or should I check the name of the language ? Thanks. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
I don't think NSIS has a built in command line switch for specifying the language but it is straight forward to add one using GetParameters followed by GetOptions. For example:
code: If you don't want to specify locale id's you could specify language names (i.e. /lang=English) and you'd then need to: code: Stu |
|
|
|
|
|
#3 |
|
Senior Member
|
Thanks,
I will try it. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|