Submit the driver to the new Microsoft Dashboard

c++ / delphi package - dll injection and api hooking
Post Reply
dudul
Posts: 27
Joined: Wed Sep 09, 2015 3:00 pm

Submit the driver to the new Microsoft Dashboard

Post by dudul »

Hi,
I'm trying to submit the drivers to the new Microsoft Dashboard.
I'm using an inf file from this madshi post:
viewtopic.php?f=7&t=28050&start=15

It failed on the "Preparation" step with this error: "Unfortunately, we found that some INF files in your package are not valid for signing."
On the same message Microsoft suggest to to download the infverif.exe tool and check the inf file locally.

Code: Select all

ERROR(1203) in hd001.inf, line 0: Section [yourcompanyname.ntamd64] not found.
WARNING(2083) in hd001.inf, line 52: Section [defaultuninstall.ntx86] not referenced or used.
WARNING(2083) in hd001.inf, line 56: Section [defaultuninstall.ntx86.services] not referenced or used.
WARNING(2083) in hd001.inf, line 59: Section [defaultuninstall.ntamd64] not referenced or used.
WARNING(2083) in hd001.inf, line 63: Section [defaultuninstall.ntamd64.services] not referenced or used.
WARNING(2083) in hd001.inf, line 68: Section [dummy.service.x86] not referenced or used.
WARNING(2083) in hd001.inf, line 77: Section [dummy.service.amd64] not referenced or used.
WARNING(2083) in hd001.inf, line 86: Section [t_kssw_wfpcalloutclassreg] not referenced or used.
WARNING(2083) in hd001.inf, line 95: Section [dummy.driverfiles.x86] not referenced or used.
WARNING(2083) in hd001.inf, line 98: Section [dummy.driverfiles.amd64] not referenced or used
Is anyone succeed submit the driver?

Thanks
dudul
Posts: 27
Joined: Wed Sep 09, 2015 3:00 pm

Re: Submit the driver to the new Microsoft Dashboard

Post by dudul »

Well, it solved.
I just added an empty

Code: Select all

 [yourcompanyname.ntamd64]
to the end of the inf file (with my company name)
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Submit the driver to the new Microsoft Dashboard

Post by madshi »

Glad to hear you got it solved. FWIW, maybe this is also helpful?

viewtopic.php?f=7&t=28340
Post Reply