Day 4. Deploying Windows Forms Applications
Yesterday you learned how to create Windows Forms applications. Today, you learn how to create a setup project that deploys a Windows Forms application to an end user's machine. If you're familiar with the Setup project type in Visual Basic 6, you'll be shocked and amazed at how easy and reliable it is to create setup projects in .NET. Today, you learn how to
- Create a Windows Installer package using Visual Studio .NET
- Create custom setup actions in installer packages
- Create a license agreement custom dialog
- Deploy the .NET Framework with your application