My company has a ClickOnce application 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 application is looking for, so essentially any installed applications never see the new updates.
I've tried messing around with the .application file, but I haven't been able to get anything to work yet. Is there a way to rename a deployed ClickOnce application, or do we have to get people to just install the new application?