I will run a verbose install tomorrow and see what the return is.

 

 


From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Monday, September 18, 2006 9:33 PM
To: Jeff MacDuff
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Problem with install condition based on lang ID

 

Jeff MacDuff wrote:

It’s being set through a custom Action:

 

  <CustomAction Id="LanguageChecker" BinaryKey="CustomDLL" DllEntry="SystemDefaultUILanguage" />

 

What does a verbose log show it's being set to? More important is the timing; make sure the CA is scheduled before LaunchConditions.

Perhaps there is a method to get the UI lang within the MSI itself and not use the custom action?

There's SystemLanguageID, but that uses GetSystemDefaultLangID.


-- 
sig://boB
http://bobs.org




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to