Re: how to choose Ignore while install driver by coding C++?
On Sep 11, 3:53 am, "P2P" <phamquoct...@xxxxxxxxx> wrote:
if i install my webcam driver on Vista then it passed to Windows Logo.
But if i install on XP then a "Continue anywaw" user dialog appear.
I want to ignore this dialog. So on XP i go to Control
Panel->System->Hardware->Driver Signing. Have three options in "Driver
Signing Options" and i choose Ignore option. After this, my driver will
install without the dialog on XP.
But, i donot know how to choose Ignore option by programing code?
Does have any code (C/C++ ) can do this ?
It is not documented how to programmatically set the driver signing
warning level. What you are proposing to do is malware -- the user
should control what level of protection they want against unsigned
drivers.
.
Relevant Pages
- RE: RIS/RIPREP Image problem with Dell Poweredge 2950 - W2k3 SP2
... #-018 Searching for compatible ID: ... #-166 Device install function: DIF_SELECTBESTCOMPATDRV. ... The denied message comes when I try and update the driver (one of many ... |> Administrators = Full Control ... (microsoft.public.windows.server.setup) - Re: audio device will not start code 10
... control still shows I have no device and still no sound. ... SIS 7018 audio driver ... no audio device. ... that crashed, now a brand new hard drive, new install of windows.. ... (microsoft.public.windowsxp.general) - Re: audio device will not start code 10
... control still shows I have no device and still no sound. ... SIS 7018 audio driver ... no audio device. ... that crashed, now a brand new hard drive, new install of windows.. ... (microsoft.public.windowsxp.general) - Re: Non-WHQL signed driver accepted by Vista but not XP. Why?
... You mix 2 kinds of signing: a) WHQL signing and b) Authenticode signing. ... For your driver to be ranked high and to be installed without bothering ... When I run the same install against XP ... plug in the hardware I get the new device wizard. ... (microsoft.public.development.device.drivers) - Re: Help With Kodak Easyshare
... Did you perform a clean install of XP or Did you just install on top of ... driver update suggestion or at least check to make sure you have the latest ... Control the things you can and Don't Worry about the things you can't control. ... I have verified that the camera and software operate normally on another computer so the issue is not with the camera or software. ... (microsoft.public.windowsxp.photos) |
|