For a client I am improving a system which among other things relies on a custom printer driver (for a virtual printer) used by a few hundred clients. The main problem they have with this driver, is that it is hard to get the clients to update this driver as the fix bugs or adds features to it.

Can anyone point me in the direction of a possible auto-update solution which won't cost and arm and a leg to set up?

Update: The clients in question are spread all over the country and are not in the same domain. One client is typically one customer company with an IT infrastructure totally out of our contorl

link|improve this question

Maybe WSU? Or just Active Directory, if the driver comes as an MSI? Certainly not C\C++! :-) – Kerrek SB Jul 27 '11 at 11:28
I assume you mean WSUS? As described in my update above, clients are not in our domain or network. As far as I understand, WSUS won't help us in that case? And not AD... – Chris Ridge Jul 27 '11 at 11:51
Yes, I meant WSUS, and the 5 minutes had passed by the time I realized :-) Well, if the driver is packaged as an MSI, you could probably still deploy it fairly automatically with a bit of scripting... – Kerrek SB Jul 27 '11 at 11:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.