Is there any way to preserve .inf file name during driver installation?
TIA.
Is there any way to preserve .inf file name during driver installation?
TIA.
Hi,
You can use SetupDiXXX calls for installing your driver, typically you
can use SetupCopyOemInfFile( ) Win32 API as one of the apis to install the
driver. A flag in this api govern the copying of the inf file with
preserving the
Inf file name.
But, if you are installing the driver via “New Hardware Wizard” you cannot
stop it making Oem*.inf file.
Cheers,
----- Original Message -----
From: “Gera Kazakov”
To: “NT Developers Interest List”
Sent: Tuesday, May 14, 2002 5:53 PM
Subject: [ntdev] oemX.inf vs .inf
> Is there any way to preserve .inf file name during driver installation?
>
> TIA.
>
> —
> You are currently subscribed to ntdev as: xxxxx@vsnl.net
> To unsubscribe send a blank email to %%email.unsub%%