We were assuming that our customers who use the client, which is currently only partially rolled out, will have to manually reinstall the client by calling the appropriate new URL, as simply changing the update location in the Manifest file doesn't impress the client and doesn't cause any action.
After some HTTP sniffing, I found out that the ClickOnce client does, as hoped, check back on the installation server and opens the
Conclusion: Also installed clients can be pushed to accept a new install location, without manually touching all client instances.
Requirements:
- New version needs to be published (to new location)
- All clients need to be updated prior to disabling the old install location
Steps (for the more efficient reader in short form):
- Publish a new ClickOnce version to new install/update location
- Edit application_name.manifest file on old/current install location to reflect new install location AND
Increase Minimal Required Version to indicate version published on new location
- Make sure that all installed clients update themselves
- (NOT TESTED) Switch off old install location