English 中文(简体)
Click Once Migrate URL
原标题:
  • 时间:2009-11-10 22:20:10
  •  标签:
  • clickonce

I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a 2 step deployment? I dont want to have to have the users change the url location and have 2 apps installed, is there a simple way to do this wothout getting into redirects and things of that sort?

最佳回答

Go to the Publish page of your project options, and click on the Updates button. Change the Update location to the URI you want to publish to from now on. Publish one last version of your app to the original URI with those settings.

Now change the Publish Location back on the Publish tab to the same URI as your "update location" and publish the new version to the new location.

Any current users of your app will update to the next version from the original URI, and will now have an app that knows to look at the new location for the next version.

问题回答

暂无回答




相关问题
Change namespace of a deployed clickonce application

I made a bit of a namespace spelling mistake and I wish to correct it. My application currently uses Application.Settings to store a bulk of the user s information. If I refactor my namespace to be ...

which certificate is used by smartclient application

I have an .net smartclient application OA.Smart.WinUI. I have three .pfx files listed in this project OA.Smart.WinUI_1_TemporaryKey.pfx,OA.Smart.WinUI_2_TemporaryKey.pfx,OA.Smart.WinUI_TemporaryKey....

ClickOnce application deployment woes

I have a ClickOnce WPF application which is launched from a page on a web site. The URL parameters used to invoke the application tell the application what IP address to communicate with plus some ...

Making a single ClickOnce installer for two applications

I am using Visual Studio C# 2008 Express Edition. I have a Solution that has several projects, most of which are class libraries but two of which are executable projects (a GUI and a command-line ...

Configuration file with ClickOnce deployment

I ve been trying to modify my application to deploy and update using ClickOnce. I ve managed to get the program working but I m having trouble with the program configuration. My program uses a custom ...

Click Once Migrate URL

I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a 2 step deployment? ...

热门标签