Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Manually run a ClickOnce update possible?
 

Manually run a ClickOnce update possible?

OK, I have created an application that is used by a large number of employees but it is a new app so I am constantly updating it using ClickOnce over the web. I have ClickOnce set to check for updates every time before the app opens.

The problem is that a lot of our employees leave the app open all day and sometimes overnight, so when there are updates they aren't getting them. Is there a way to check for updates while the app is up and force the users to update it when there is?

Thanks
adwins04  Tuesday, November 01, 2005 7:45 AM

You can use the System.Deployment namespace (you might need to add a reference to System.Deployment.dll) to drive updates from code.  If you are using VB, you can use My.Application.Deployment instead.

 

 

David Guyer MSFT  Tuesday, November 01, 2005 5:30 PM
mabster  Wednesday, November 02, 2005 12:21 AM

You can use google to search for other answers

Custom Search

More Threads

• Package a vb.net application
• Is it possible to use a remote Application Directory
• ClickOnce CAB Application
• How to force a file deployement
• Registry access with non-Admin
• Once Skip Download, it will never ask for the update
• Installation Error R6034
• MSI/MSP and general deployment
• Help required in displaying ReadMe text
• Using Clickonce to install MSI?