leeeroy
leeeroy

Reputation: 11446

Deploy same clickonce application on different servers/installurls

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 ?

Upvotes: 2

Views: 809

Answers (2)

jl.
jl.

Reputation: 764

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.

Upvotes: 0

dugas
dugas

Reputation: 12443

Check out mage.exe - MageUI is a graphical front-end.

Upvotes: 1

Related Questions