I'm new to this process. I need to submit a inf-only (inf+cat, usbser) driver replacement which has a couple of added VID/PID's.
I've read through the MS docs on the process, but its VERY hard to follow, especially as (as far as ive been told), inf-only driver submissions are different to kernel mode driver submissions.
Do i have the process correct here?
generate the cat with Inf2Cat
signing the new CAT with signtool
open the old signed Shell_xxx HLKX with HLK Studio as a replacement, selecting the new inf+cat, then create the package and sign with the digicert EV certificate
INF-only driver packages are no different from a full driver package. They just don't happen to have a .SYS file.
Are you hoping to modify your old HLKX file without running the HLK testing again? I'm not sure that's possible.
What you're asking seems like a good candidate for attestation signing. If you submit for attestation, you don't actually have to generate a CAT. You can create a CAB file with the INF (in a subdirectory), and submit that. Microsoft will generate a new signed CAT for you.