I have driver files with .INF file under some folder
and I'd like to install it on the OS using MFC++ (win32)
What C++ functions should I use?
Appreciate help.

Eric

Re: Automating driver instalation by Arkady

Arkady
Thu Mar 17 09:51:51 CST 2005

Look at SetupCopyOEMInf() and SetupDi... set of functions
Arkady

"Ufit" <kot_tmp0SPAMSPAM@NOpoczta.fm> wrote in message
news:uUVmH%23vKFHA.2648@TK2MSFTNGP14.phx.gbl...
>I have driver files with .INF file under some folder
> and I'd like to install it on the OS using MFC++ (win32)
> What C++ functions should I use?
> Appreciate help.
>
> Eric



Re: Automating driver instalation by OSR

OSR
Thu Mar 17 10:50:16 CST 2005

In article <uUVmH#vKFHA.2648@TK2MSFTNGP14.phx.gbl>,
kot_tmp0SPAMSPAM@NOpoczta.fm says...
> I have driver files with .INF file under some folder
> and I'd like to install it on the OS using MFC++ (win32)
> What C++ functions should I use?
> Appreciate help.
>
> Eric
>
Look at the Devcon example in the ddk src directory. This program
illustrates how to install a driver programmatically.

--Mark
--
Mark Cariddi
Consulting Associate
OSR, Open Systems Resources, Inc.
http://www.osronline.com

RE: Automating driver instalation by pavel_a

pavel_a
Thu Mar 17 11:07:07 CST 2005

"Ufit" wrote:
> I have driver files with .INF file under some folder
> and I'd like to install it on the OS using MFC++ (win32)
> What C++ functions should I use?
> Appreciate help.
>
> Eric

Maybe DifX will work for you.
http://www.microsoft.com/whdc/driver/install/DIFxtls.mspx

Note that noiseless installation in many cases is possible only if your
driver is signed (and there is no *documented* way to avoid the popups).

--PA


Re: Automating driver instalation by Daniel

Daniel
Wed Apr 13 21:51:24 CDT 2005

UpdateDriverForPlugAndPlayDevices

"Arkady Frenkel" <arkadyf@hotmailxdotx.com> wrote in message
news:e7zyujwKFHA.3184@TK2MSFTNGP09.phx.gbl...
> Look at SetupCopyOEMInf() and SetupDi... set of functions
> Arkady
>
> "Ufit" <kot_tmp0SPAMSPAM@NOpoczta.fm> wrote in message
> news:uUVmH%23vKFHA.2648@TK2MSFTNGP14.phx.gbl...
>>I have driver files with .INF file under some folder
>> and I'd like to install it on the OS using MFC++ (win32)
>> What C++ functions should I use?
>> Appreciate help.
>>
>> Eric
>
>