Any way to rename a deployed ClickOnce app?

Posted by tobinibot on Stack Overflow See other posts from Stack Overflow or by tobinibot
Published on 2010-01-05T16:04:44Z Indexed on 2010/03/29 3:03 UTC
Read the original article Hit count: 344

Filed under:
|
|

My company has a ClickOnce that has been in use with our customers for about a year now.

We're going through a re-branding, and want to change the name of the application. However, just changing all of the normal name options in Visual Studio, and then building a new deploy obviously changes the manifests that the existing app is looking for, so essentially any installed apps never see the new updates.

I've tried messing around with the .application file, but haven't been able to get anything to work yet. Is there anyway to rename a deployed ClickOnce app, or do we have to get people to just install the new app?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about clickonce