Re: [WiX-users] Problem with install condition based on lang ID

2006-09-19 Thread Jeff MacDuff
Tuesday, September 19, 2006 9:47 AM To: Jeff MacDuff; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with install condition based on lang ID   No, I actually tried this and it looks like the Windows Installer condition parser can cope (I'm not sure what would happen if

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-19 Thread Mike Dimmick
Msg );    MsiProcessMessage( hInstall, INSTALLMESSAGE(INSTALLMESSAGE_INFO), hRecord );    return ERROR_SUCCESS;}   -- Mike Dimmick From: Jeff MacDuff [mailto:[EMAIL PROTECTED] Sent: 19 September 2006 17:33To: Mike Dimmick; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Problem with insta

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-19 Thread Jeff MacDuff
  So do you think that space inbetwen the 1031 and the or is the problem?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dimmick Sent: Tuesday, September 19, 2006 2:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem with install condition ba

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-19 Thread Mike Dimmick
Frankly, with multi-lingual UI support (especially multiple preference levels in Vista - see GetSystemPreferredUILanguages) you probably shouldn't do this at all. Allow any version to install on any system. Allow multiple versions to be installed side-by-side, or move to a single binary plus

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-18 Thread Jeff MacDuff
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

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-18 Thread Bob Arnson
Jeff MacDuff wrote: It’s being set through a custom Action:       What does a verbose log show it's being set to? More important is the timing; make sure the CA is sche

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-18 Thread Jeff MacDuff
ED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Monday, September 18, 2006 9:11 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: My condition statement is formatted like this:   <C

Re: [WiX-users] Problem with install condition based on lang ID

2006-09-18 Thread Bob Arnson
Jeff MacDuff wrote: My condition statement is formatted like this:  

8 matches