I’m in the process of having to install/publish the same ClickOnce application on several different servers – I can’t have a central site.
Do I have to publish the same app several times with only the InstallUrl changed, or is there another way ? A programatically solution ?
We solved this by using a build script (MsBuild in our case) with parameters depending on the deployment instance. The builds tasks are available out of the box.
I find this simpler than a programatic solution.