Effect of changing ClickOnce application publish location on clients' machines

后端 未结 2 1239
不思量自难忘°
不思量自难忘° 2020-12-15 08:15

OK, I have a Windows Forms application published using ClickOnce to
http://MyDevComputer1/DevPublishFolder/, so the deployement link is http://MyDevCo

相关标签:
2条回答
  • 2020-12-15 08:50

    How to move a ClickOnce deployment is the article that goes with the video showing how to move a ClickOnce deployment.

    0 讨论(0)
  • 2020-12-15 09:04
    • Go to the Publish tab and click the Updates button.
    • Add the new URL to Update Location dropdown list and click ok
    • Publish

    Once all of the clients have received the new version, they will look to the new URL (and your new server) for all future updates.

    0 讨论(0)
提交回复
热议问题