HOWTO Sign the Epilog Mini Driver: Difference between revisions
From Pumping Station One
No edit summary |
capitalization |
||
| Line 6: | Line 6: | ||
** unzip driver_808.exe | ** unzip driver_808.exe | ||
== | == Creating and Installing a Driver Signing Cert == | ||
run cmd as administrator | run cmd as administrator | ||
| Line 13: | Line 13: | ||
"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\certmgr.exe" /add "PumpingStationOne.cer" /s /r localMachine root | "C:\Program Files (x86)\Windows Kits\8.1\bin\x64\certmgr.exe" /add "PumpingStationOne.cer" /s /r localMachine root | ||
== Fixup the inf | == Fixup the inf File == | ||
Add the line <code>CatalogFile = EpilogWinX64W8.cat</code> to the <code>[Version]</code> section of the EpilogWinX64.inf file | Add the line <code>CatalogFile = EpilogWinX64W8.cat</code> to the <code>[Version]</code> section of the EpilogWinX64.inf file | ||
| Line 27: | Line 27: | ||
"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\SignTool.exe" sign /v /s PrivateCertStore /n PumpingStationOne /t http://timestamp.verisign.com/scripts/timstamp.dll EpilogWinX64W8.cat | "C:\Program Files (x86)\Windows Kits\8.1\bin\x64\SignTool.exe" sign /v /s PrivateCertStore /n PumpingStationOne /t http://timestamp.verisign.com/scripts/timstamp.dll EpilogWinX64W8.cat | ||
== | == Installing == | ||
Right click the EpilogWinX64.inf file >> install. | Right click the EpilogWinX64.inf file >> install. | ||