Is there a way to deploy sp2 from a start-up script?

  • Thread starter Thread starter Roger Jones
  • Start date Start date
R

Roger Jones

Is it possible to use computer GP scripts\startup to run a batch file
similar to the following?:

***************************

xcopy \\server\path\i386\*.* %systemdrive%\disks\xpsp2\i386\*.* /d /s /c /i
/h /r /y

%systemdrive%\disks\xpsp2\i386\update\update.exe /passive /forcerestart /o
/n /f

***************************

I gave it a try and the program ran (the progress bar showed), but SP2 was
not installed and I had to do it manually. Any ideas how I could get it
working?
 
Roger Jones said:
Is it possible to use computer GP scripts\startup to run a batch file
similar to the following?:

If you are already using GP, then you just setup the software to install in
the "Computer Configuration -> Software Settings" of the GPO. There are no
scripts involved.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top