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
422 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\healthfest.spc -v \\pchcert\certs\healthfest.pvk %CABINET%