Hi Steve,
try this code to check .Net 3.5 SP1 or greater (.NET 4.0):
<PropertyRef Id="NETFRAMEWORK35_SP_LEVEL"/>
    <Condition Message="This application requires .NET Framework 3.5 SP1 or
greater.">
      <![CDATA[Installed OR (NETFRAMEWORK35_SP_LEVEL AND
NETFRAMEWORK35_SP_LEVEL >= "#1")]]>
    </Condition>

Please inform me whether it works or not?

Best Regards
Adnan


Steve Lessard wrote:
> 
> I read this thread on how to check for .NET 4.0 
> http://n2.nabble.com/Using-WiX-with-Net-4-0-td3385006.html.
> 
> What I would like to do is check for .NET 3.5 SP1 or greater.  How do I
> accomplish this?
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/requiring-NET-3-5-or-greater-tp3672750p3681773.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to