Configuring and deploying applications
- Configure the installation of a Windows Forms application by using ClickOnce technology. It may include but not limited to:
- Installing a Windows Forms application on a client computer by using ClickOnce deployment.
- Installing a Windows Forms application from a server by using ClickOnce deployment.
- Configuring the required permissions of an application by using ClickOnce deployment.
- Create a Windows Forms setup application. It may include but not limited to:
- Creating a Windows Forms application setup project.
- Setting deployment project properties.
- Configuring setup project to add icons during setup.
- Configuring conditional installation based on operating system versions.
- Configuring a setup project to deploy the .NET Framework.
- Add functionality to a Windows Forms setup application. It may include but not limited to:
- Adding a custom action to a setup project.
- Adding error-handling code to a setup project for custom actions.
Recent Comments