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