How to include the .NET Framework 3.0 installer in your application setup
When we are writing .NET applications and need to go live we need to prepare our app to be deployed properly. We have in .NET Framework several deployment strategies to help developer make a really soft and clean deploy and each strategy address a particular deployment scenario. For example, for corporate scenarios ClickOnce deployment is the best choice but for ISV that writes custom apps Visual Studio Setup Project is the perfect fit. I don’t pretend to write about each deployment strategy because there is a lot if info about it out there in MSDN and blogs. What I want … Continue reading How to include the .NET Framework 3.0 installer in your application setup