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
- :
- Re: Sending values to the application from setup wizard
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 31, 2008
07:28 AM
Sending values to the application from setup wizard
:confused: Hi All,
I have chosen Install shield 2009 for my project .Still I am having some queries with the install shield.I have used multilanguage option with install shield.If the user selects any language eg:FRENCH i want to know in application startup for a first time which language he selects.... Because i want to localize the application according to the language he/she selects?????
Please suggest me!
Regards,
Jayakumar Natarajan:cool:
Ever Tried Ever Failed No Matter, Try Again Fail Again Fail Better.
I have chosen Install shield 2009 for my project .Still I am having some queries with the install shield.I have used multilanguage option with install shield.If the user selects any language eg:FRENCH i want to know in application startup for a first time which language he selects.... Because i want to localize the application according to the language he/she selects?????
Please suggest me!
Regards,
Jayakumar Natarajan:cool:
Ever Tried Ever Failed No Matter, Try Again Fail Again Fail Better.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 31, 2008
02:51 PM
For display text, you might look into using string table entries, which automatically display text associated with the selected language.
For other items where you need to know the selected language, there's the ProductLanguage property in MSI (and SELECTED_LANGUAGE in InstallScript).
For other items where you need to know the selected language, there's the ProductLanguage property in MSI (and SELECTED_LANGUAGE in InstallScript).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2008
03:37 AM
Hi,
so we can use Product language property to get the language selected by user in setup wizard !! Right?
IF so how can we get the values stored in product language propety from the application!!!
Regards,
Jayakumar Natarajan
Ever Tried Ever Failed No Matter,Try Again Fail Again Fail Better.
so we can use Product language property to get the language selected by user in setup wizard !! Right?
IF so how can we get the values stored in product language propety from the application!!!
Regards,
Jayakumar Natarajan
Ever Tried Ever Failed No Matter,Try Again Fail Again Fail Better.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2008
09:59 AM
For a first try, perhaps have your application call MsiGetProductInfo with the INSTALLPROPERTY_LANGUAGE constant?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 04, 2008
02:21 AM
Hi,
I don't know how to use this where i want to code . I have done my project in c#. can you please show me some example for using MsiGetProductInfo with INSTALLPROPERTY_LANGUAGE ..
:confused:
Regards,
Jayakumar Natarajan
Ever tried Ever Failed No Matter,Try Again Fail Again,Fail Better.
I don't know how to use this where i want to code . I have done my project in c#. can you please show me some example for using MsiGetProductInfo with INSTALLPROPERTY_LANGUAGE ..
:confused:
Regards,
Jayakumar Natarajan
Ever tried Ever Failed No Matter,Try Again Fail Again,Fail Better.