Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Derek Cicerone
WiX 2.0 and 3.0. Derek -Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 8:23 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Detecting .NET Framework version installed > > Also, all the registry se

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread John Vottero
> > 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). > What vers

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Derek Cicerone
D] 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

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Alexander Biryukov
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.