Re: [WiX-users] automatically launching .Net framework install if it (.Net framework) is not present

2007-01-17 Thread Sotorin
l Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sotorin > Sent: 17 January 2007 20:49 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] automatically launching .Net framework install if > it (.Net framework) is not present > > &

Re: [WiX-users] automatically launching .Net framework install if it (.Net framework) is not present

2007-01-17 Thread Sotorin
You can download donetfx.exe (which is Framework 2.0 redistributable) and run it from your MSI via CustomAction's ExeCommand attirbute. This is exactly what I have to do too. Bob Arnson-3 wrote: > > [EMAIL PROTECTED] wrote: >> However I want my setup to launch Microsoft Component installer SDK