Re: [WiX-users] Launch Conditions based on installed OS

2011-10-29 Thread Neil Sleightholm
You need to the VersionNT & ServicePackLevel values http://wix.sourceforge.net/manual-wix3/block_install_on_os.htm http://msdn.microsoft.com/library/aa370556.aspx e.g. this checks for XPSP3, W2kSP2 and Vista or about: You can extend it to support the others in your list. Neil -Orig

Re: [WiX-users] Launch Conditions

2009-02-20 Thread Thomas S. Trias
m/ Original Message ---- Subject: Re: [WiX-users] Launch Conditions From: Colin Fox To: General discussion for Windows Installer XML toolset. Date: 2/19/2009 5:13 PM > Thanks, Alex! > > I've long wondered about the CDATA thing. > > On Wed, Feb 18, 2009 a

Re: [WiX-users] Launch Conditions

2009-02-19 Thread Colin Fox
Thanks, Alex! I've long wondered about the CDATA thing. On Wed, Feb 18, 2009 at 11:18 AM, Alexander Shevchuk < alexander.shevc...@microsoft.com> wrote: > Hi Colin, > > It is: > > > > > > > XXX > > > NOT: > > > > > > > YYY > > > Also, you want Property's Id to be in all uppercase. >

Re: [WiX-users] Launch Conditions

2009-02-18 Thread Alexander Shevchuk
Hi Colin, It is: XXX NOT: YYY Also, you want Property's Id to be in all uppercase. The only time when you need CDATA in condition is when condition text includes & > < ' " characters. Regards, Alex -Original Message- From: Colin Fox [mailto:greenene...@gmail.c

Re: [WiX-users] Launch Conditions

2006-11-03 Thread Mike Dimmick
Use an Error type CustomAction in response to the button click (or simply sequence it in the UI sequence somewhere). -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petrut Andrei Sent: 03 November 2006 22:59 To: wix-users@lists.sourcefor

Re: [WiX-users] Launch conditions issue

2006-10-27 Thread Wilson, Phil
lf Of Michael Carlisle Sent: Friday, October 27, 2006 1:45 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Launch conditions issue Managed to use UILevel in my LaunchCondition to bypass mandatory field checking when running with full UI. Not sure if I've missed a trick, if anyo

Re: [WiX-users] Launch conditions issue

2006-10-27 Thread Michael Carlisle
Managed to use UILevel in my LaunchCondition to bypass mandatory field checking when running with full UI. Not sure if I've missed a trick, if anyone has any ideas let me know. From: "Michael Carlisle" <[EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net Subject: [WiX-users] Launch conditi