Maxim
Wed Dec 12 03:06:41 PST 2007
Coinstaller is OK for this. In the coinstaller, just check the device to be
"yours", and, if so, patch the registry value.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
<leafbanana@163.com> wrote in message
news:18b78621-2952-46c5-b714-4af2bb5b62c1@d21g2000prf.googlegroups.com...
> Thanks for your reply!
>
> More detail. What I need is to do a little change to "UpperFilters"
> entry in Image class, only after installing my filter driver. As you
> know, in 64bit WinXp & WinVista, there is a system-supplied class
> upper filter in Image class, which names ksthunk. I found my filter
> driver must be in front of it to make sure they will work properly.
> But for INF file could only indicate FLG_ADDREG_APPEND. So I should
> change the position of these 2 filter drivers after installing my
> filter driver. This operation only need once. But CoInstaller works
> everytime that device installation. Do you think CoInstaller is not
> the best way for doing this?
>
> In addition, if you know any thing about ksthunk please let me know.
> Is there someway that can make them work properly, but no need to
> change the position in registry?