Thanks.  I appreciate the code snippet.  It saved me some time.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Friedrich, Oliver
Sent: Monday, October 23, 2006 2:17 AM
To: Reggie Burnett; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed

 

> What’s the easiest way to check that a particular framework is installed?  Is this easy with WiX v2 or should I upgrade to Wix v3?  And, if upgrade is the answer, is v3 stable enough to use currently?

 

 

Well, in V2 it is just as simple as:

 

<Condition Message='This setup requires the .NET Framework 2.0 or higher.'>

      <![CDATA[MsiNetAssemblySupport >= "2.0.50727"]]>

</Condition>

 

Grettings Oliver Friedrich

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to