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.
 
 
 
 
 
 

19 lines
399 B

@echo off
rem
rem makecab.bat
rem Cary Polen
rem 8/12/99
rem
rem See makecab.txt for usage
if NOT exist %windir%\signcode.exe (copy \\pchcert\certs\signcode.exe %windir%)
if NOT exist %windir%\cabarc.exe (copy \\pchcert\certs\cabarc.exe %windir%)
set CABINET=%1
shift
cabarc -r -p -s 6144 n %CABINET% %*
signcode -spc \\pchcert\certs\hsstest.spc -v \\pchcert\certs\hsstest.pvk %CABINET%