Deploying & Maintaining Smart Client Apps using ClickOnce
Recorded at:
is silent mass installation supported?
by
Alex Zakharov
Click-once seems well-equipped to handle updates, by notifying the end user upon app startup if a new version is available. But what about the initial rollout - can it be done silently to a large number of users without requiring any end user interaction?
Re: is silent mass installation supported?
by
Justin Kwak
ClickOnce is per-user base app deployment, manifest based deployment, support full isolations of apps and support cache and run if I mention few. So ClickOnce may not work like “traditional” way to IT pro / admin but there is a way (maybe better for some case) to achieve IT pro / admin activities
If I understand correctly many IT pro / admin rollout first deployment for number of reasons from using bandwidth during night to setup ready to go machine that doesn’t need network connection and more.
But when you use ClickOnce you should remember that those issues may no longer apply hence reduce reason to do the massive first time rollout.
ClickOnce suggestions are make people to Visit centralized branded website (like ITweb) when they want to use the application
You can still deploy shortcuts in the desktop using SMS or other management tools if visiting Webpage is not desirable
And let user to trigger the first time install
If you know for sure that users will go offline when they are ready to use the app then copy distribution to the local store (any place) and let shortcut to point that – still can get update from server when connected.
ClickOnce may not work for every situation but for many future environment it should delivers a lot.
Thanks
PS. This is my personal opinion




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think