Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > What do I have to do for my application to see that there is a new version?
 

What do I have to do for my application to see that there is a new version?

In the past I have been using click once to install my application from a website.
It has always updated ok.

I am now using the Setup and Deployment project in Visual Studio
How do I tell it where to check for the new version once it has already been installed and someone relaunches the application?

SetWindowHookEx  Friday, September 25, 2009 11:12 PM
That capability is not available in setup & deployment projects. Incremental automatic updates are only available in ClickOnce.

I think your user has to reinstall the application byrunning a new version of the setup.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 26, 2009 4:47 PM
That capability is not available in setup & deployment projects. Incremental automatic updates are only available in ClickOnce.

I think your user has to reinstall the application byrunning a new version of the setup.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Saturday, September 26, 2009 4:47 PM

You can use google to search for other answers

Custom Search

More Threads

• Prerequisites Box
• Environnement variable in setup package
• "unknown error -1" while installing my windows service
• Problem with OneClick Installation, error msg on taget machine
• Clickonce - Change deployment URL after publish
• Stop installer recreating files.
• 'Back' Button gets disabled on the Installation Folder dialog
• Can the Confirm Installation Dialog Be Customized?
• custom rollback when implementing minimumrequiredversion
• Setup file creattion using c# and outlook Add-in