ClickOnce Application Deployment target application change
I deployed a ClickOnce application last year and have been developing the next version. Let's say the first application was called app2010 and the new one is app2011. Is there a way to set app2010 to download app2011 when it updates and to uninstall app2010 so that when the user runs the application they get app2011?
Thanks
Vic
Edit: app2010 updates using the a call 开发者_C百科to the ClickOnce deployment.AsyncUpdate() method
After some research, it turns out that all you need is to persist the assembly and certificate values and the old app will update without a problem to the new one.
精彩评论