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

2011-10-29 Thread Neil Sleightholm
Neil -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: 29 October 2011 02:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Launch Conditions based on installed OS Hello, How can I implement Launch Conditions based on installed OS. Suppose if Windows X

[WiX-users] Launch Conditions based on installed OS

2011-10-28 Thread Ravi Raj
Hello, How can I implement Launch Conditions based on installed OS. Suppose if Windows XP is installed then I will have to check whether it has been upgraded to SP3 or not. If Windows Server 2008 is installed then I have to check whether it has Sp2 or not. I have to build this Launch Conditions t

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
; > 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---

Re: [WiX-users] Launch Conditions

2009-02-18 Thread Alexander Shevchuk
olin Fox [mailto:greenene...@gmail.com] Sent: Wednesday, February 18, 2009 11:08 AM To: wix-users Subject: [WiX-users] Launch Conditions I'm trying to create a launch condition that makes sure SharePoint is installed. I thought this was the way to do it: SharepointRegist

[WiX-users] Launch Conditions

2009-02-18 Thread Colin Fox
I'm trying to create a launch condition that makes sure SharePoint is installed. I thought this was the way to do it: SharepointRegistry But this always fails, even though the SharepointRegistry value does get set before the installation begins, because if SP i

Re: [WiX-users] Launch Conditions

2006-11-03 Thread Mike Dimmick
@lists.sourceforge.net Subject: [WiX-users] Launch Conditions Hi. I need to specify a condition and that to prompt a message after I click a button. I have these lines in the Main file. IISMAJORVERSION That

[WiX-users] Launch Conditions

2006-11-03 Thread Petrut Andrei
Hi. I need to specify a condition and that to prompt a message after I click a button. I have these lines in the Main file. IISMAJORVERSION That message appears at startup, but I want it to appear i

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 Subjec

[WiX-users] Launch conditions issue

2006-10-27 Thread Michael Carlisle
Hi, Is it possible to have 2 sets of launch conditions, or sequence them twice? The problem is I have some launch conditions right after appSearch, but I also have mandatory fields that need validation after populating via a ui dialog. At the moment this is handled by just disabling or enabling