• The first step in ClickOnce deployment is publishing the application.
• Publishing an application generates two manifest files associated with a ClickOnce publication: the deployment manifest and the application manifest.
• The deployment manifest contains information about the publication, including the deployment provider URL, which indicates where the application will be launched from, the update policy, and a reference to the application manifest.
• The application manifest contains the list of files that the application is composed of.
• There are four stages of the clickonce deployment.
1- Before Deployment
2- After Intial Deployment
3- Update Published
4- Update Applied
0 comments:
Post a Comment