Hello,

Following the toaster example in the Windows XP DDK, I have been able to
make a device co-installer and have had my inf file register it properly. I
am handling the DIF_ADDPROPERTYPAGE_ADVANCED event, but am unable to get my
property page to show up. If I make it a class installer, I can get the page
to show up (this is the specific example in the DDK, whereas I want to have
it device specific). I get no errors, and everything seems to be as the DDK
describes, but the page simply does not show up. Am I having the page get
added to the wrong device instance (though I only have 1 enumerated)? Does
anyone have any additional examples where this is being done for a device
co-installer?

Thanks,
Abe Krebs

Re: Device CoInstaller by Eliyas

Eliyas
Wed Oct 20 08:24:36 CDT 2004

http://groups.google.com/groups?selm=eGnDzSGoCHA.2012%40TK2MSFTNGP11&output=gplain

--
--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/driver/default.mspx
http://www.microsoft.com/whdc/driver/kernel/KB-drv.mspx



"duckwood@newsgroups.nospam"
<duckwood@newsgroups.nospam@discussions.microsoft.com> wrote in message
news:65479DF6-41D6-4D81-9871-B8025EC9358B@microsoft.com...
> Hello,
>
> Following the toaster example in the Windows XP DDK, I have been able to
> make a device co-installer and have had my inf file register it properly.
> I
> am handling the DIF_ADDPROPERTYPAGE_ADVANCED event, but am unable to get
> my
> property page to show up. If I make it a class installer, I can get the
> page
> to show up (this is the specific example in the DDK, whereas I want to
> have
> it device specific). I get no errors, and everything seems to be as the
> DDK
> describes, but the page simply does not show up. Am I having the page get
> added to the wrong device instance (though I only have 1 enumerated)?
> Does
> anyone have any additional examples where this is being done for a device
> co-installer?
>
> Thanks,
> Abe Krebs