I have a multilingual install in which I wish to do other operation before the language selection dialog through the install script.on the other hand ,i also want to get the value of language dialog selecting in the install script
Can anyone tell me where to place my code to circumvent the language selection dialog? What function is called just before the language selection dialog?
Thank you very much!
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Capture Language Selection Dialog
Started by
wangrui
, Aug 29 2005 04:24
1 reply to this topic
Posted 29 August 2005 - 15:57
The language selection dialog is displayed by setup.exe, before your script is even loaded. If you need to do some action before that dialog, you would have to create an executable (or another setup project) that would do what's necessary, and then launch InstallShield's setup.exe, which would then display the language dialog and finally load and launch your script.
You can detect which language was selected using the system variable SELECTED_LANGUAGE.
You can detect which language was selected using the system variable SELECTED_LANGUAGE.
Stefan Krüger
InstallSite.org twitter facebook