"Pushing" software out can be difficult. It depends upon your particular application. One that I have, once installed, does not need to update and re-register DLL's, OCX's, things like that. Only the EXE changes. We use a standard Master Control Program that is always launched and checks to see if the current version on the local machine is the correct version by checking a value in a SQL control table row. (Use your imagination for ways to create a semaphore for each machine to control the update.) If the value indicates there is a new program, the control program then copies it from the source location and launches the program. Simple, but effective.
Jim
"Cris Hanna [SBS-MVP]" <crisnospamhanna[ at ]computingnospampossibilities.net> wrote in message news:5CF0AD72-1024-473B-BABB-9213D291105A[ at ]microsoft.com...
[Quoted Text] > There is not currently a way to push 3rd party updates to PCs > I think we'll see something in the future but there is nothing for third > party apps right now that I know of > > -- > Cris Hanna [SBS-MVP] > ------------------------------ > Please do not contact me directly, only respond in the Newsgroups > MVPs do not work for Microsoft > ------------------------------ > Send via Windows Mail on Vista Ultimate connected to SBS 2003 R2 > "Steve Louie" <SteveLouie[ at ]discussions.microsoft.com> wrote in message > news:0B422110-9C23-46AA-A300-2BFAEE241B87[ at ]microsoft.com... >> Is there a way to setup SBS2003 Standard Edition to push out software or >> software updates? We have a couple of application that have constant >> update >> for it. It's a pain to run to each workstation to update them. >> >> Thank you, >> Steve Louie >
|