Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 781
NoizWaves Avatar asked Feb 16 '09 19:02

NoizWaves


1 Answers

You can do configure from this inside the VS2008 properties.

 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.
like image 100
Aaron Avatar answered Sep 21 '22 00:09

Aaron