Re: [WiX-users] Installing dotnet framework along with your MSI package

2007-07-05 Thread John Hall
@lists.sourceforge.net Subject: Re: [WiX-users] Installing dotnet framework along with your MSI package That's the same thing I'm doing. You have to use a bootstrapper. If you're using VS 2005, you can use the setup project and it will allow you to check for .net framework

Re: [WiX-users] Installing dotnet framework along with your MSI package

2007-07-03 Thread Pierson Lee (Volt)
-users@lists.sourceforge.net Subject: RE: [WiX-users] Installing dotnet framework along with your MSI package Thanks for the reply. I am not using VS 2005. Its all through the WIX. The solution using custom action and setting it to run after InstallFinalize seems cool but the problem is that i am

[WiX-users] Installing dotnet framework along with your MSI package

2007-07-02 Thread sanjay bhaskar
How to include dotnet framework redistributable package (dotnetfx.exe) as a part of your own installation package (MSI) such that the dotnet framework gets installed during your installation process(Like through customActions). the error i get is that another installation is already in

Re: [WiX-users] Installing dotnet framework along with your MSI package

2007-07-02 Thread Pierson Lee (Volt)
. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sanjay bhaskar Sent: Monday, July 02, 2007 4:52 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing dotnet framework along with your MSI package How to include dotnet framework redistributable package (dotnetfx.exe

Re: [WiX-users] Installing dotnet framework along with your MSI package

2007-07-02 Thread sanjay bhaskar
of this beyond installing the framework AFTER your application. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sanjay bhaskarSent: Monday, July 02, 2007 4:52 PMTo: [EMAIL PROTECTED]: [WiX-users] Installing dotnet framework along with your MSI package How to include dotnet

Re: [WiX-users] Installing dotnet framework along with your MSI package

2007-07-02 Thread John Vottero
, you're asking for trouble doing that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee (Volt) Sent: Monday, July 02, 2007 8:20 PM To: sanjay bhaskar; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing dotnet framework along with your MSI package That's