Signing multi-OS INFs

P

Pavel A.

Suppose a multi-OS INF file that installs three separate binaries for XP, Win2000 and win9x.
Q1. In order to get it signed, must I submit all three binaries?
Q2. At install time, must all binaries referenced by the INF (or .CAT?) be present on target machine?
That is, can I preinstall a signed package (using OemCopyINF etc), and omit files not relevant for the current OS?

-- Regards,
Pavel
 
R

Robert Harper [MSFT]

Hi Pavel,

I have answered your questions below.

A1. All binaries should be in the submission package. We no longer logo
Win9x drivers.

A2. You don't need to have unused binaries for installation.

A3. You can use setup packages to install the signed driver.

Regards,

Robert Harper

WHQLNET @ Microsoft.com

Pavel A. said:
Suppose a multi-OS INF file that installs three separate binaries for XP, Win2000 and win9x.
Q1. In order to get it signed, must I submit all three binaries?
Q2. At install time, must all binaries referenced by the INF (or .CAT?) be present on target machine?
That is, can I preinstall a signed package (using OemCopyINF etc), and
omit files not relevant for the current OS?
 
Joined
Mar 27, 2008
Messages
1
Reaction score
0
Multi OS INF - for 2000 and later OS versions

Hi All,

I have a 3 .sys files for different OSes and architechtures.
for OS 2003 - 32bit
for OS 2008 & vista -32 bits and 64 bits.

during driver installation I need to copy corresponding sys file.

I have to mention it in inf file. How???

Anyone can help me out.

Thanks a lot.
 

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