Tech Support > Microsoft Windows > Drivers > Could I get the signed logo if only INF and property page provided?
Could I get the signed logo if only INF and property page provided?
Posted by Jack Huang on September 25th, 2007


I would install the customized property page for UVC device.
Since XP SP2 or later version contains build-in driver for UVC device.
I can modify usbvideo.inf directly to install build-in driver and
my property page.
Could I get the signed logo if I provided the modified INF and property
page files?

Best Regards
Jack Huang


Posted by Tim Roberts on September 27th, 2007


"Jack Huang" <huangjj@hotmail.com> wrote:
No. You should write your own very simple INF that uses Needs and Includes
to bring in the necessary parts of usbvideo.inf.

However, since a property page is a user-mode DLL, you don't have anything
that NEEDS a signature. You could just have a small setup application that
copies the file in place and modifies the registry to link to it.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Posted by Owen Smith on September 27th, 2007


But by installing it with an INF you can name the device better than
windows. I'm not sure about video class, but HID will name stuff with
generic names like "HID-Compliant Device", which you can change to suit
your product name.
Plus a signed driver package/INF/property page dll can be distributed via
windows update.

On Thu, 27 Sep 2007 07:35:17 +0100, Tim Roberts <timr@probo.com> wrote:



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Posted by Jack Huang on September 27th, 2007


Because my INF doesn't have a signature, Windows will use system
build-in INF (usbvideo.inf) to install driver for UVC device even I
provide my own INF. Therefore, I ask this question.

I hope the property page can be installed when the driver is installed.
As you said, I can write a small setup application to modify the registry.
The setup program can do that only after registry is created.
Does it mean the property page cannot be load in the first plug?
The program needs to monitor device arrival and modifies registry
for the new installed device.

Best Regards
Jack Huang


"Tim Roberts" <timr@probo.com> ..


Posted by Tim Roberts on September 29th, 2007


"Jack Huang" <huangjj@hotmail.com> wrote:
Owen's answer has the right advice. Make your own INF, use Needs/Includes,
and WHQL that with your property page DLL.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Posted by Jack Huang on September 29th, 2007


Windows build-in driver of usb video class is usbvideo.inf / usbvideo.sys
I have a modified usbvideo.inf / property page dll.
What should the driver package contain for a signed logo?
(modified usbvideo.inf / property page dll) or
(usbvideo.sys / modified usbvideo.inf / property page dll) ?

Best Regards
Jack Huang

"Owen Smith" <nospam.osmith@saitek.com.nospam> ..


Posted by Tim Roberts on October 1st, 2007


"Jack Huang" <huangjj@hotmail.com> wrote:
Neither. It needs to be your OWN INF file that refers to usbvideo.inf, and
your property page DLL.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Posted by Owen Smith on October 2nd, 2007


And until you have a WHQL logo/signature, the in-box inf is always deemed
the "better" inf file.

In this case, use DeviceManager to update the drivers and specify your inf
file, or write an installer that uses either SetupCopyOEMInf or
UpdateDriversForPlugAndPlayDevices.

On Sat, 29 Sep 2007 04:48:07 +0100, Tim Roberts <timr@probo.com> wrote:



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


Similar Posts