Jump to content


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.
Photo

Capture Language Selection Dialog


1 reply to this topic

wangrui

wangrui
  • Members
  • 4 posts

Posted 29 August 2005 - 04:24

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!



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

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.