I just looked at those conditions and I'd like to add one more thing: please always add "Installed OR" to any launch condition. The launch conditions are always run during an installation activity (such as reinstall and uninstallation). So given the examples below, if a user uninstalls the .net framework 2.0 they will not be able to uninstall your application. This is probably unlikely but there are tons of scenarios in which I've seen poor launch conditions prevent uninstallations or reinstallations of products.
Also, all the registry searches listed in the tutorial for .net can now be found in the NetFx extension (along with a CA for running NGen 2.0 on your assemblies). I strongly recommend using these registry searches versus your own (we've even got one for .NET 3.0). Derek -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Biryukov Sent: Monday, August 21, 2006 9:32 AM To: Harvey Werner; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Detecting .NET Framework version installed See WiX tutorial : http://www.tramontana.co.hu/wix/lesson6.php On Mon, 21 Aug 2006 20:23:11 +0400, Harvey Werner <[EMAIL PROTECTED]> wrote: > I am still a newbie to WiX and would like to know the best way using WiX > to detect what version of .NET framework is installed on a local > machine. The install needs to detect if .NET 2.0 is installed or not. > Can someone please point me in the right direction? > Thanks. > -- > Harvey Werner / [EMAIL PROTECTED] / 971.327.5279 > -- Alexander Biryukov ------------------------------------------------------------------------- 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