Actually the necessary code is already in 2.0.4415.0. The
same syntax is used to reference the property, but instead of
specifying
candle -ext NetFxExtension my.wxs
light -ext NetFxExtension my.wixobj
you need to link with netfx.wixlib
instead:
candle my.wxs
light my.wixobj netfx.wixlib
In v3, extensions can present the linker with an embedded
.wixlib automatically, but in v2 you have to explicitly link to the supporting
library.
--
Mike Dimmick
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Watson
Sent: 21 October 2006 13:15
To: Reggie Burnett
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed
I haven't had to do this yet Reggie but if you were to grab the V3 source
and search for whatever robmen showed, you could possibly do this yourself in
V2.
John
On 10/20/06, Reggie
Burnett <[EMAIL PROTECTED]>
wrote:
>
> > 1. (*) text/plain ( ) text/html
> >
> > What's the easiest way to check that a particular framework is
> installed?
>
> For V3 have a look at
> http://blogs.msdn.com/robmen/archive/2006/10/17/wix-v3-syntax-for-
> detecting-the-clr.aspx
>
So by you posting only a link to some v3 info I take it that this is *much*
easier with v3 than v2?
-------------------------------------------------------------------------
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
------------------------------------------------------------------------- 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