Relocating a ClickOnce deployment

Has anyone had any experience in relocating a ClickOnce deployment? I have deployed several applications via ClickOnce internal to my company, and now the drive hosting the apps has been moved to a different computer on a different network mapping.

What parts of the "config" do I need to change to reflect the move? Thanks!


你可以在VS2008的属性里面进行配置。

 1. Go to Project Properties --> Publish --> Updates
 2. Add the new location/server to the Update Location text.
 3. Publish the project one last time to the Original Publish location.
 4. Publish all future updates to the location in step 2.

链接地址: http://www.djcxy.com/p/22718.html

上一篇: 如何在Windows窗体上显示ClickOnce版本号

下一篇: 重新部署ClickOnce部署