On Tue, 01 Jul 2003 13:37:05 +0200, Lucvdv <(E-Mail Removed)>
wrote:
> Is there a way to avoid the "unsigned driver" warning when upgrading a
> homegrown driver in XPe?
It's a lot easier than I expected.
This simply works:
1) Copy the INF file into \Windows\INF
2) Install or upgrade the driver from the same INF file (the original,
not the copy).
No messages about driver signing, WHQL or anything.
How I found it: by accident
I removed all traces of my driver from the target, and reinstalled it
through 'add new hardware'. This time the warning popped up here too,
but I was certain it hadn't the first time, so I started thinking
about what had changed.
The driver was first installed through FBA in the original target, and
that caused the INF file to be copied to the INF directory without
being renamed it to 'oemXXX'; when I "removed all traces" I had
deleted that copy too.