Could I get the signed logo if only INF and property page provided?

J

Jack Huang

Guest
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


 


"Jack Huang" <huangjj@hotmail.com> wrote:
>
>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) ?


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.
 
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> ..
> 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:
>
>> "Jack Huang" <huangjj@hotmail.com> wrote:
>>>
>>> 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?

>>
>> 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.

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



 
"Jack Huang" <huangjj@hotmail.com> wrote:
>
>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) ?


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.
 

Back
Top