I have a ClickOnce application. It worked fine, but after another deployment it was broken with following exception:
Unable to install this application because an application with the same identity is already installed. To install this application, either modify the manifest version for this application or uninstall the preexisting application.
I have already found how to fix this problem on client machine (via running rundll32 dfshim CleanOnlineAppCache).
But I whould like to go another way, I want to change "manifest version" myself, without bothering the users.
So, do you know how to modify the manifest version for clickonce application?