When I use clickonce to deploy my smart-client app, it will automatically create an entry to the Control panel Add/Remove program list as well as an entry in the Start Menu. Questions below:
1. How can I uninstall the program if the user doesn't have this authority? This is the NORM in an enterprise environment.
2. I have a Development and Production version of the app. I will deploy a dev or production app whenever one is updated. However, in the Start Menu, Isometimesget 2 entries (one for dev and one for prod), sometimes I get one with the lastest one overwritting the existing one (i.e. production overwritting the dev or vise versa), sometimes the dev will always be there and I can never get the production install to stick. I got all these because I was playing with the version #, installation server, Product Name, etc. So the question is what options in VS are used to control how many start menu items will be created. Ideally I would like to have 2, one for production and one for development. Obviously each will be deployed from different servers.
Thanks