Re: [WiX-users] WiX: how to get system locale

2007-03-07 Thread Bob Arnson
Vamsi Krishna K. wrote: > Can the "Package" element's "Languages" attribute be used to enforce this? > No. It just tells MSI which code page to use to display text. If you want to restrict where your packages get deployed, use a launch condition (Product/Condition) instead. -- sig://boB htt

Re: [WiX-users] WiX: how to get system locale

2007-03-06 Thread Vamsi Krishna K.
Thanks Bob. I'll take a look at what you suggested. Can the "Package" element's "Languages" attribute be used to enforce this? On 07/03/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > Vamsi Krishna K. wrote: > > I'm generating MSIs for my tool in different languages, and I want to > > make sure the

Re: [WiX-users] WiX: how to get system locale

2007-03-06 Thread Bob Arnson
Vamsi Krishna K. wrote: > I'm generating MSIs for my tool in different languages, and I want to > make sure the user installs the correct language version. > > Is it possible to find out the current active locale on the target > machine, so that I can fail the installation if needed? > There's