13 lines
1.2 KiB
Batchfile
13 lines
1.2 KiB
Batchfile
@echo on
|
|
@copy renameme32.sys Bsonex32.sys >NUL
|
|
@copy renameme64.sys Bsonex64.sys >NUL
|
|
@madConfigDrv.exe Bsonex32.sys BSoneXDriver -unsafeStopAllowed
|
|
@madConfigDrv.exe Bsonex64.sys BSoneXDriver -unsafeStopAllowed
|
|
@madConfigDrv.exe bsonex32.sys BSoneXDriver BSonePrint.dll -unsafeStopAllowed
|
|
@madConfigDrv.exe bsonex64.sys BSoneXDriver BSonePrint.dll BSonePrint64.dll -unsafeStopAllowed
|
|
|
|
@signtool.exe sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "C:\mgkim\3.work\xPrint\src\xprint\BSoneprintDelphi\bin\Bsonex32.sys"
|
|
@signtool.exe sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "C:\mgkim\3.work\xPrint\src\xprint\BSoneprintDelphi\bin\Bsonex64.sys"
|
|
@signtool.exe sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "C:\mgkim\3.work\xPrint\src\xprint\BSoneprintDelphi\bin\BSonePrint.dll"
|
|
@signtool.exe sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "C:\mgkim\3.work\xPrint\src\xprint\BSoneprintDelphi\bin\BSonePrint64.dll"
|
|
@signtool.exe sign /v /s MyStore /n MyTestCert /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 "C:\mgkim\3.work\xPrint\src\xprint\BSoneprintDelphi\bin\BSonePrintClient.exe" |