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

2007-07-02 Thread sanjay bhaskar
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 trying to run the dotnetfx in quite mode without showing its UI as it is supposed to be a part of my package

[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 progress.