I have a setup A created with SetupBuilder 7.2.2978.
This setup is a standalone setup.When the setup is started the language selection for the setup (German, English, French) appears.

Now I have a setup B, which can be executed in some more/other languages (German, English, Spanish, Dutch). This setup calls setup A.
In this case I donīt want to have the the language selection dialog for setup A again.

Here`s my question:
Is there a way in setup B to get the current language and add this language (as ID or whatever?) as a command line to the call of setup A? Setup A should react like the following:
  • If no language was entered via command line the language selection dialog should be displayed
  • if a language was entered via command line, the language selection should not be displayed. Then the setup has to check if it supports the language.
    • If language is supported, use this language
    • else use English as default language


Can anybody give me a hint or an example?
Thank you very much.