Thanks in advance
--
Volodymyr, blog: http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)
"qwert" <qw...@discussions.microsoft.com> wrote in message
news:2764C6F6-7BC7-43F3...@microsoft.com...
Load order for non-PnP drivers within the load order group.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@storagecraft.com
http://www.storagecraft.com
when I checked the grouporderlist intially the filter group had one driver
in it.
After I installed my driver it became 2.
Now I uninstalled and installed my driver again.Now the number of drivers in
that filter group became 3.correspondingly my tag gets changed to 3.
where am I going wrong???
Is there any specific thing I need to dod in uninstallation so that the
number of drivers in the filter group should not get incremented like the
above..
Thanks in advance
>Hi,
>My driver is of group "filter"
>each and every time I install and uninstall my driver the tag value gets
>incremented by 1.
>number of drivers in filter group in gropuorderlist also gets incremented by
>1 for each and every install and unistall.
>
>when I checked the grouporderlist intially the filter group had one driver
>in it.
>After I installed my driver it became 2.
>Now I uninstalled and installed my driver again.Now the number of drivers in
>that filter group became 3.correspondingly my tag gets changed to 3.
>
>where am I going wrong???
>Is there any specific thing I need to dod in uninstallation so that the
>number of drivers in the filter group should not get incremented like the
>above..
Again I ask, why do you care? This is a Windows implementation detail,
behind the scenes.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.
I wonder if I am missing something in my inf file.
Thanks in advance