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.
7 lines
336 B
7 lines
336 B
@echo off
|
|
|
|
if NOT exist %windir%\signcode.exe (copy \\pchcert\certs\signcode.exe %windir%)
|
|
if NOT exist %windir%\cabarc.exe (copy \\pchcert\certs\cabarc.exe %windir%)
|
|
|
|
cabarc -r -p -s 6144 n custom.cab package_description.xml custom.hht
|
|
signcode -spc \\pchcert\certs\mspchcert.spc -v \\pchcert\certs\mspchcert.pvk custom.cab
|