Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > CLickOnce deployment to URL
 

CLickOnce deployment to URL

Assuming I have already an version out 1.0.0.1 out there and I need to publish 1.0.0.2 now, can I just copy the version folder ApplicationName_1_0_0_2 to the same location on the web server or do I need to copy the entire fodler with all versions?

Santiago Perez
SantiagoPerez  Monday, September 21, 2009 2:59 PM
If you are deploying with Visual Studio, you need to just deploy version 1.0.0.2 and it will create the new folder and put the new versions there, and update the setup.exe and yourapp.application file in the top folder.

If you are deploying to a local folder and then manually copying the files out there, you only need to copy that one file and the setup.exe and yourapp.application file need to go in the folder above that and replace the ones that are there.

The application file in the top folder determines which of the subfolders is used for the next install or update, and the setup.exe has the URL embedded in it as well.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Monday, September 21, 2009 11:05 PM
If you are deploying with Visual Studio, you need to just deploy version 1.0.0.2 and it will create the new folder and put the new versions there, and update the setup.exe and yourapp.application file in the top folder.

If you are deploying to a local folder and then manually copying the files out there, you only need to copy that one file and the setup.exe and yourapp.application file need to go in the folder above that and replace the ones that are there.

The application file in the top folder determines which of the subfolders is used for the next install or update, and the setup.exe has the URL embedded in it as well.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Monday, September 21, 2009 11:05 PM

You can use google to search for other answers

Custom Search

More Threads

• System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
• Click once - When running install only getting .application xml in IE
• Using clickOnce Programmatically
• Changing default install directory in a ClickOnce deployment
• Installer for all users?
• Cruisecontrol, nsbuyild,
• setup using Microsoft Visual Studio 2003
• Visual Studio 2008 Setup Project with SQL Prerequisite
• window AutoScrolling or SelfScrolling
• Publish ClickOnce with coding signature VERY SLOW