There’s another company that is doing a competing device driver. It has named it very similarly and has given its files *.sys, *.inf, *.cat - exactly the same names as I did.
We do not share the same Manufacturer ID.
One of my users found out that you cannot install both drivers on the same machine. If you install one then the other installation fails.
Setupapi.dev.log reports: Device has problem: 0x26: CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD.
Is it possible that file name conflict cause this problem?
Could be. One of you has to change
d
Bent from my phone
From: xxxxx@gmail.commailto:xxxxx
Sent: ?11/?29/?2014 11:19 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] Conflicting drivers
There’s another company that is doing a competing device driver. It has named it very similarly and has given its files *.sys, *.inf, *.cat - exactly the same names as I did.
We do not share the same Manufacturer ID.
One of my users found out that you cannot install both drivers on the same machine. If you install one then the other installation fails.
Setupapi.dev.log reports: Device has problem: 0x26: CM_PROB_DRIVER_FAILED_PRIOR_UNLOAD.
Is it possible that file name conflict cause this problem?
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>
Thank you Doron.