HOWTO Sign the Epilog Mini Driver: Difference between revisions
From Pumping Station One
→inf2cat: x86 |
m Hef moved page User:Hef/Driver Signing to HOWTO Sign the Epilog Mini Driver |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Getting the tools == | == Getting the tools == | ||
* | * Download and install the Windows 8.1 SDK http://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx | ||
* | * Download, do '''NOT''' install http://www.epiloglaser.com/assets/downloads/drivers/mini/driver_808.exe | ||
** unzip driver_808.exe | ** unzip driver_808.exe | ||
| Line 19: | Line 18: | ||
== inf2cat == | == inf2cat == | ||
inf2cat is going to generate a cataloge file (EpilogWinX64W8.cat). | inf2cat is going to generate a cataloge file (EpilogWinX64W8.cat). Before doing this it will report errors in the inf. Fix the errors. I ran into 2 types: Missing files from the 32bit driver, I just removed the entries, and the date needs to be moved up. | ||
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\inf2cat.exe" /driver:EpilogWinX64_8.08 /os:8_X64 | "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\inf2cat.exe" /driver:EpilogWinX64_8.08 /os:8_X64 | ||