Reputation: 267
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
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