As you may have gathered from my last post, I’ve been playing around with ClickOnce a bit lately. The latest head-scratcher is how to get a ClickOnce deployed application to run at startup. It should be a no-brainer (just copy a shortcut in the startup folder, right?) but when you add Vista to the mix [...]
ClickOnce is pretty simple to get going once you know where to click (no pun intended.) Here’s a down and dirty, quick start guide on how to implement ClickOnce in your application:
First, create a sample application in Visual Studio. The attached sample is a WPF application using VS 2008. ClickOnce configuration is managed through the [...]