June 2005 - Posts
Just got out of a ClickOnce MSDN WebCast titled "Building a ClickOnce Toolkit". It was hosted by William Steele and you can get more info on it, on his blog at http://blogs.msdn.com/wsteele/archive/2005/06/28/433313.aspx I was primarily there to represent
Read More...
The ClickOnce Online discussion forum is at - http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=6 It is looked at regularly by the ClickOnce product team and is ideal to get ansewers to your ClickOnce design/implementation questions.
Read More...
Updates for ClickOnce apps are controlled by the following XML tags in the Deployment manifest. <subscription> <beforeApplicationStartup> <update> <expiration maximumAge="6" unit="hours" /> </update> </subscription>
Read More...
UpdateAsync/CheckForUpdateAsync/DownloadFileGroupAsync are the Async APIs Update APIs - UpdateAsync()/CheckForUpdateAsync() CANNOT be invoked if either one of them is already in progress. Exception thrown -InvalidOperationException i.e An updateAsync()
Read More...