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

language based custom action


3 replies to this topic

agustina_s

agustina_s
  • Members
  • 31 posts

Posted 03 December 2004 - 07:17

Hi...

Where can I find tutorial to write VBScript custom action in installshield?

Is it possible for installshield to detect what language is used during installation and do action based on that language?

All my files is installed in INSTALLDIR
inside INSTALLDIR there is a folder name help.
Help consists of English.chm, Portugal.chm etc. All the help files in different language.
Can I detect the language, and then get the help files from help folder and then rename it to help.chm and put it in INSTALLDIR instead of INSTALLDIR/help?

Really need your helps.
Any suggestion is welcomed.
Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 December 2004 - 15:13

Would the SystemLanguageID property help you?

agustina_s

agustina_s
  • Members
  • 31 posts

Posted 03 December 2004 - 17:19

Hi Stefan

What is the different between SystemLanguageID property and
[ProductLanguage] property?

I want to find the language which is selected by user during installation. Not the default language of the system.

Thank you in advanced.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 December 2004 - 18:54

In this case ProductLanguage is the one you want.