Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-07 Thread Scott Palmer
/en-us/library/aa372389.aspx Rennie -- *From:* Scott Palmer [mailto:[EMAIL PROTECTED] *Sent:* 6. juni 2007 14:26 *To:* wix-users@lists.sourceforge.net *Cc:* Rennie Petersen *Subject:* Re: [WiX-users] Conditionally installing components based on user'slocale Thanks, but I need to

Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-06 Thread Rennie Petersen
:26 To: wix-users@lists.sourceforge.net Cc: Rennie Petersen Subject: Re: [WiX-users] Conditionally installing components based on user'slocale Thanks, but I need to know the country and I don't really care about the language. I will have man

Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-06 Thread Scott Palmer
Thanks, but I need to know the country and I don't really care about the language. I will have many systems where the language may be set to English but I will need different values in the registry. Scott On 6/6/07, Rennie Petersen <[EMAIL PROTECTED]> wrote: I do something similar, based (p

Re: [WiX-users] Conditionally installing components based on user'slocale

2007-06-06 Thread Rennie Petersen
I do something similar, based (partly) on the UserLanguageID property. I have a registry value, Name=Language, that should contain the code "en" for English or "da" for Danish. See here: http://www.merlinia.com/mdt/WiXTutorial3.msl In my MSI, the UserLanguageID property is only made use of