Installing msvad using Devcon

Dear Team,

I am in the process of implementing Virtual Audio Driver and taken src-audio-msvad as reference. The readme says that the sample must be installed manually using devcon.

devcon install msvad.inf command results in:

devcon.exe: Invalid use of install.
For more information, type: devcon.exe help install

I want to start with vadsimpl. Is there any procedure to inform devcon to install msvad simple.

Regards.

You should do something like

Devcon.exe install msvad.inf *MSVADSimple

*MSVADSimple is the hwid of the simple as specified in inf file.

You can also install msvad from AddHardware wizard in control panel.

dennis scott

On Tue, Jun 15, 2010 at 4:05 PM, wrote:

> Dear Team,
>
> I am in the process of implementing Virtual Audio Driver and taken
> src-audio-msvad as reference. The readme says that the sample must be
> installed manually using devcon.
>
> devcon install msvad.inf command results in:
>
> devcon.exe: Invalid use of install.
> For more information, type: devcon.exe help install
>
> I want to start with vadsimpl. Is there any procedure to inform devcon to
> install msvad simple.
>
> Regards.
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

I am pretty sure the add new hw wizard is not there in w7

d

dent from a phpne with no keynoard


From: Dennis Scott
Sent: June 15, 2010 3:45 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Installing msvad using Devcon

You should do something like

Devcon.exe install msvad.inf *MSVADSimple

*MSVADSimple is the hwid of the simple as specified in inf file.

You can also install msvad from AddHardware wizard in control panel.

dennis scott

On Tue, Jun 15, 2010 at 4:05 PM, > wrote:
Dear Team,

I am in the process of implementing Virtual Audio Driver and taken src-audio-msvad as reference. The readme says that the sample must be installed manually using devcon.

devcon install msvad.inf command results in:

devcon.exe: Invalid use of install.
For more information, type: devcon.exe help install

I want to start with vadsimpl. Is there any procedure to inform devcon to install msvad simple.

Regards.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

— NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

On 06/15/2010 04:19 PM, Doron Holan wrote:

I am pretty sure the add new hw wizard is not there in w7

If you are *very* quick when plugging in a non-preinstalled USB device,
you can right-click on the bubble message “no driver found” to invoke
the old hardware/driver installation wizard.

“The One Microsoft Way” to improve user experience… :wink: