This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Silent install support to choose locale
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 30, 2008
08:52 AM
Silent install support to choose locale
Hi,
I have an installer which displays the Locale dialog to the user with some language options. Users can choose mulitple languages and the assembly within my installer will lay down those language specific resource files. This works well when running in GUI mode. I can't figure out how to change the selected locale or how to select multiple locales in the locale dialog during silent install? I am not able to get any help on that either. Is this something i can do via -V or -W, please let me know. I really need help on this soon.
Thanks,
-Mkapasi
I have an installer which displays the Locale dialog to the user with some language options. Users can choose mulitple languages and the assembly within my installer will lay down those language specific resource files. This works well when running in GUI mode. I can't figure out how to change the selected locale or how to select multiple locales in the locale dialog during silent install? I am not able to get any help on that either. Is this something i can do via -V or -W, please let me know. I really need help on this soon.
Thanks,
-Mkapasi
(3) Replies
‎Jun 30, 2008
09:43 AM
Please see the ISMP help topic "Using Java Command-Line Options"; you can set the Java system properties user.language and user.region to set the locale from the command line...
‎Jun 30, 2008
10:12 AM
Thanks for the quick reply. Even if i set the locale...how can i set the checkboxes in the locale dialog? there can be muiltiple locales listed there, is there some way to set all those checkboxes to be checked via command line?