CopyINF

  • Thread starter Thread starter Max Yaffe
  • Start date Start date
M

Max Yaffe

I'm trying to use the CopyINF directive without success. I have a
line in the DDINSTALL section:
CopyINF=%InfName%
where InfName is defined by string
InfName="MYDEVICE.INF"

The device installs OK. The log says:
#I084 Copied related INF "sourcedir\MYDEVICE.INF" via 'CopyINF' entry.
#I121 Device install of "deviceId" finished successfully.

But the inf file comes over to \windows\inf as OEMxxx.inf and not as
MYDEVICE.INF.

Any ideas?

Thanks,
Max
 
Max Yaffe said:
I'm trying to use the CopyINF directive without success. I have a
line in the DDINSTALL section:
CopyINF=%InfName%
where InfName is defined by string
InfName="MYDEVICE.INF"

The device installs OK. The log says:
#I084 Copied related INF "sourcedir\MYDEVICE.INF" via 'CopyINF' entry.
#I121 Device install of "deviceId" finished successfully.

But the inf file comes over to \windows\inf as OEMxxx.inf and not as
MYDEVICE.INF.

Any ideas?

So... what is the problem? It works as it should.

--PA
 
So... what is the problem? It works as it should.

--PA
I'd like to see the files named MYDEVICE.INF and MYDEVICE.PNF in the
INF directory, not OEMx.INF and OEMx.PNF.

Max
 
Max Yaffe said:
I'd like to see the files named MYDEVICE.INF and MYDEVICE.PNF in the
INF directory, not OEMx.INF and OEMx.PNF.

This is not free :-( Have to pay to Microsoft and Verisign, and go thru all the trouble
to get your driver signed .

-PA
 
Back
Top