Jump to content

deploying installer 4.5 to xp pcs


Recommended Posts

Posted

incase anyone else needs it or i lose my copy

VER | findstr /l "5.1." > nul
IF %ERRORLEVEL% EQU 0 goto :installer45
goto :end

:installer45

setlocal

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP4\KB942288-v3\Filelist\13"

if NOT %errorlevel%==1 (goto end)
"\\server\packages$\ms msi\installer45\installer45.exe" /quiet /forcerestart


:End

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...