Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually my problem is how can i dynamically install .NET Framework 2.0 or 4.0 through installer class????
suppose i install the setup InstallerMSI.exe to new m/c where there is no install .NET Framework 2.0 Or 4.0
But there are msg shown that '.Net Framework is not install' during installation.
how is it possible???
Posted
Updated 22-Oct-11 1:02am
v2

If you use a Set up and Deployment project, it will automatically install the appropriate .NET Framework as part of the instalation - you do not have to worry about it.
 
Share this answer
 
Comments
Dave Kreskowiak 22-Oct-11 8:55am    
I tend to steer people anyway from the S&D project because it's going away in the next release of Visual Studio. It's being replaced by InstallShield Express.
This[^] could prove useful to you.
dotNetInstaller - Setup Bootstrapper for .NET Application[^] provides an alternative solution.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900