A Look at implementing automatic updates on winforms applications
If you like this post, please diggit!
To ClickOnce, or not to ClickOnce, that is the question.
I have developed a number of projects in the past, and the biggest hurdle has always been “How do I update them automatically”. Since ClickOnce has entered the scene, this has become alot easier, but it doesn’t always work in all scenarios. I’m busy with a project now where automatic updating is a must, and the project is quite big, so I don’t necessarily want to use clickone for the whole project. So this is what I’ve done.
First of all, I wanted an application which would basically do the







This atcirle went ahead and made my day.