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 .

The other way you can do it (which I did, but am having a heck of a time) is to 
call the .net Framework redistributable at the end using a custom action , but 
it has to be set after InstallFinalize so that your wix windows installer 
instance ends when your dotnetfx.exe is called. I did it this way and it works, 
although I don't know the consequences of this beyond installing the framework 
AFTER your application.

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) 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 progress. How to get out 
of this problem and install the dotnetfx.

Thanks
________________________________
Make every IM count. Download Windows Live Messenger and join the i'm 
Initiative now. It's free.   Make it 
count!<http://im.live.com/messenger/im/home/?source=TAGWL_June07>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to