Ernesto Rodriguez
Ernesto Rodriguez

Reputation: 267

ClickOnce Installation Url on several servers

My WPF application should be deployed to several servers and each server should have his own ClickOnce Installation Url. Is there any way or any software to modify each Installation Url automatically?

Upvotes: 2

Views: 95

Answers (1)

Hao Tan
Hao Tan

Reputation: 11

Try to update the installation URL by using command: "YourApplicationPath\setup.exe" /url="YourInstallationUrl/"

The mage.exe will help you to change the providerUrl

Upvotes: 1

Related Questions