Leaked source code of windows server 2003
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.

18 lines
420 B

  1. @echo off
  2. rem
  3. rem makecab.bat
  4. rem Cary Polen
  5. rem 8/12/99
  6. rem
  7. rem See makecab.txt for usage
  8. if NOT exist %windir%\signcode.exe (copy \\pchcert\certs\signcode.exe %windir%)
  9. if NOT exist %windir%\cabarc.exe (copy \\pchcert\certs\cabarc.exe %windir%)
  10. set CABINET=%1
  11. shift
  12. cabarc -r -p -s 6144 n %CABINET% %*
  13. signcode -spc \\pchcert\certs\mspchcert.spc -v \\pchcert\certs\mspchcert.pvk %CABINET%