Hi all,

I try to write a virtual webcam by WDM.
While installing on XP , the Installing Hardware dialog appear and forge
user must be press "Continue anyway" so that go next step of installing.
But , on Vista without this problem.

Can you help me how to ignore "Continue Anyway" option during setup my
Virtual webcam?

Thank for your help

Re: how to remove "Continue Anyway" during setup virtual webcam by Tim

Tim
Wed Aug 29 01:07:22 CDT 2007

"P2P" <phamquoctoan@gmail.com> wrote:
>
>I try to write a virtual webcam by WDM.
>While installing on XP , the Installing Hardware dialog appear and forge
>user must be press "Continue anyway" so that go next step of installing.
>But , on Vista without this problem.
>
>Can you help me how to ignore "Continue Anyway" option during setup my
>Virtual webcam?

How are you installing the driver? If it is a PnP driver, then the dialog
is normal, and it takes a driver signature to eliminate it.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Re: how to remove "Continue Anyway" during setup virtual webcam by MarufManiruzzaman

MarufManiruzzaman
Wed Aug 29 04:16:03 CDT 2007

Why a virtual webcam driver should be PnP?

--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://kaz.com.bd
http://kuashaonline.com

This posting is provided "AS IS", and confers no rights.



"Tim Roberts" wrote:

> "P2P" <phamquoctoan@gmail.com> wrote:
> >
> >I try to write a virtual webcam by WDM.
> >While installing on XP , the Installing Hardware dialog appear and forge
> >user must be press "Continue anyway" so that go next step of installing.
> >But , on Vista without this problem.
> >
> >Can you help me how to ignore "Continue Anyway" option during setup my
> >Virtual webcam?
>
> How are you installing the driver? If it is a PnP driver, then the dialog
> is normal, and it takes a driver signature to eliminate it.
> --
> Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
>

Re: how to remove "Continue Anyway" during setup virtual webcam by Don

Don
Wed Aug 29 07:06:31 CDT 2007


"Maruf Maniruzzaman" <MarufManiruzzaman@discussions.microsoft.com> wrote in
message news:4EC2DFEF-5EF7-485A-8DBD-3F8F705B0902@microsoft.com...
> Why a virtual webcam driver should be PnP?
>
Because a normal webcam is PnP! PnP have some assumptions about them that
are not present in legacy drivers, you are trying to emulate a real webcam,
so you have to live in that environment. That means living with the popup
or signing the driver.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply



Re: how to remove "Continue Anyway" during setup virtual webcam by P2P

P2P
Fri Aug 31 02:44:21 PDT 2007

Does have any tool for detecting the driver is PnP or not ?
Assume that the virtual webcam driver is non PnP , so how to disble the
"Continue Anyway" option ?
"Don Burn" <burn@stopspam.windrvr.com> wrote in message
news:ev90CWj6HHA.5316@TK2MSFTNGP04.phx.gbl...
>
> "Maruf Maniruzzaman" <MarufManiruzzaman@discussions.microsoft.com> wrote
> in message news:4EC2DFEF-5EF7-485A-8DBD-3F8F705B0902@microsoft.com...
>> Why a virtual webcam driver should be PnP?
>>
> Because a normal webcam is PnP! PnP have some assumptions about them that
> are not present in legacy drivers, you are trying to emulate a real
> webcam, so you have to live in that environment. That means living with
> the popup or signing the driver.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Website: http://www.windrvr.com
> Blog: http://msmvps.com/blogs/WinDrvr
> Remove StopSpam to reply
>



Re: how to remove "Continue Anyway" during setup virtual webcam by Don

Don
Fri Aug 31 04:35:35 PDT 2007


"P2P" <phamquoctoan@gmail.com> wrote in message
news:OaX8BO76HHA.2208@TK2MSFTNGP06.phx.gbl...
> Does have any tool for detecting the driver is PnP or not ?
> Assume that the virtual webcam driver is non PnP , so how to disble the
> "Continue Anyway" option ?

The tool is that the driver will not work with the rest of the drivers
involved with a webcam so you don't have to worry. Sign your driver if you
don't want this.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply