From: Vince on
I'm looking for a script to deploy SP3
From: Al Dunbar on
Nice. SP3 of what?

/Al

"Vince" <Vince(a)discussions.microsoft.com> wrote in message
news:E006E6E2-F946-4D45-ADAB-D21AA3607BDA(a)microsoft.com...
> I'm looking for a script to deploy SP3

From: BigDaddyJim on
On Aug 12, 5:04 pm, "Al Dunbar" <aland...(a)hotmail.com> wrote:
> Nice. SP3 of what?
>
> /Al
>
> "Vince" <Vi...(a)discussions.microsoft.com> wrote in message
>
> news:E006E6E2-F946-4D45-ADAB-D21AA3607BDA(a)microsoft.com...
>
>
>
> > I'm looking for a script to deploy SP3- Hide quoted text -
>
> - Show quoted text -

Set objShell = CreateObject("Wscript.Shell")

objShell.run "%Comspec% /C "\\server\nwshare\WindowsXP-KB936929-SP3-
x86-ENU.exe" /QUIET /overwriteoem /FORCERESTART /forceappsclose /
warnrestart:60", 0, True

Push this for a silent upgrade.

Enjoy.

Jim