![]() |
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. |
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 |
Thanks,
I will try it. |
| All times are GMT. The time now is 17:45. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.