signed drivers show as not signed - Has anyone seen this problem before.

I

it_support

Hello,

Has anyone seen this problem before.

When we do an unattended XP SP1 build the drivers in the
OemPnPPath get installed but are shown as not digitally
signed. Drivers that are used from the Original Setup
files are ok.

The policy setting is currently set to ignore to allow us
to install the drivers. All drivers are Digitally signed
and there is no problem using the same source files after
the build to install the device which is then shown as
signed.

our initial build uses fat32 to but is then converted
during the unattend.txt file


the Setupapi.log file contains the following :-

#E360 An unsigned or incorrectly signed
file "c:\drivers\audio\smwdmch4.inf" for driver "SoundMAX
Integrated Digital Audio" will be installed
(Policy=Ignore). Error 0x800b0100: No signature was
present in the subject.
#-336 Copying file "c:\drivers\audio\smwdm.sys"
to "C:\WINNT\system32\drivers\smwdm.sys" via temporary
file "C:\WINNT\system32\drivers\SET119.tmp".
#E360 An unsigned or incorrectly signed
file "c:\drivers\audio\smwdm.sys" for driver "SoundMAX
Integrated Digital Audio" will be installed
(Policy=Ignore). Error 0x800b0100: No signature was
present in the subject.
#-336 Copying file "c:\drivers\audio\smsens.sys"
to "C:\WINNT\system32\drivers\smsens.sys" via temporary
file "C:\WINNT\system32\drivers\SET11A.tmp".
#E360 An unsigned or incorrectly signed
file "c:\drivers\audio\smsens.sys" for driver "SoundMAX
Integrated Digital Audio" will be installed
(Policy=Ignore). Error 0x800b0100: No signature was
present in the subject.
#-336 Copying file "c:\drivers\audio\aeaudio.sys"
to "C:\WINNT\system32\drivers\aeaudio.sys" via temporary
file "C:\WINNT\system32\drivers\SET11B.tmp".
#E360 An unsigned or incorrectly signed
file "c:\drivers\audio\aeaudio.sys" for driver "SoundMAX
Integrated Digital Audio" will be installed
(Policy=Ignore). Error 0x800b0100: No signature was
present in the subject.
#-336 Copying file "c:\drivers\audio\a3d.dll"
to "C:\WINNT\system32\a3d.dll" via temporary
file "C:\WINNT\system32\SET11C.tmp".
#E360 An unsigned or incorrectly signed
file "c:\drivers\audio\a3d.dll" for driver "SoundMAX
Integrated Digital Audio" will be installed
(Policy=Ignore). Error 0x800b0100: No signature was
present in the subject.
 
G

Gary G. Little

Take a look at the what happens to the .CAT and .INF files when you do your
"build". The sys file may be in the correct directory, but the INF/CAT files
may not. These files, I believe are all needed to prove certification. The
INF files are grandfathered into the INF directory as "omen?" and I believe
the cat files are stored in CATROOT. Your second install rectifies the
latter two files and succeeds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top