0
kicks
How to Create a Setup Package in Visual Studio .net
This article demonstratesHow to create a setup package(.msi file). How to place the files & folders in appropriate locations in the target machine,. Adding registry entry for the project Adding Custom File Types Adding Splash screen, Read-me screen, Confirm screen, License Agreement etc Adding Launch Conditions How to check if .NET Framework is installed in client machine and Various ways to install CLR(Common Language Runtime) in the client machine. How to write formulas to check for
File existence, Registry entries & so on. How to Create a setup package