Windows2003-3790/windows/appcompat/windowsupdate/package/_buildpkg.cmd

7 lines
283 B
Batchfile
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
del appupd.exe
set _WUPKG_OLD_PATH=%PATH%
set PATH=%PATH%;%SDXROOT%\windows\appcompat\WindowsUpdate\Package\bin
buildpkg %SDXROOT%\windows\appcompat\WindowsUpdate\Package\files %SDXROOT%\windows\appcompat\WindowsUpdate\Package\appupd.exe wuinst.exe
set PATH=%_WUPKG_OLD_PATH%