Signing multi-OS INFs

  • Thread starter Thread starter Pavel A.
  • Start date Start date
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
 
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?
 
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.
 
Back
Top