Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
778 B

  1. rd /s /q obj
  2. md obj
  3. md obj\i386
  4. @echo Building main database
  5. shimdbc fix -s -ov 5.1 ..\..\db\dbu.xml obj\i386\sysmain.sdb
  6. @echo Sign SDBs
  7. md sign
  8. del /f /q sign\*.*
  9. copy obj\i386\sysmain.sdb sign
  10. call deltacat.cmd %SDXROOT%\windows\appcompat\WindowsUpdate\Package\sign
  11. @echo Assembling package
  12. rd /q /s files
  13. md files
  14. copy sign\delta.cat files\sysmain.cat
  15. copy ..\..\Shims\Specific\Whistler\obj\i386\AcSpecfc.dll files
  16. copy ..\..\Shims\External\Whistler\obj\i386\AcXtrnal.dll files
  17. copy ..\..\Shims\General\Whistler\obj\i386\AcGenral.dll files
  18. copy ..\..\Shims\Layer\Whistler\obj\i386\AcLayers.dll files
  19. copy ..\Installer\obj\i386\wuinst.exe files
  20. copy ..\Installer\obj\i386\wuinst.pdb files
  21. copy obj\i386\sysmain.sdb files
  22. copy wuinst.inf files
  23. copy wuuninst.inf files