|
Posted by Ian Boyd on March 1, 2007, 10:35 am
Please log in for more thread options
i'm following the instructions in
ms-help://MS.MSSDK.1033/MS.WinSDK.1033/SEARCH/SEARCH/wds2x/protocolhandler_addins.htm
on how to register my COM object with WDS3.
In addition to the standard COM registration entries, you also add entries
specifically for WDS:
HKLM\Software\Microsoft\RSSearch\ProtocolHandlers
"Protocol Name" = MyComObject.VersionDependandProgID
HKCU\Software\Microsoft\RSSearch\ProtocolHandlers
"Protocol Name" = MyComObject.VersionDependandProgID
HKCU\Software\Microsoft\Windows Desktop
Search\DS\Index\ProtocolHandlers\myprotocol
"HasRequirements"=dword:00000000
"HasStartPage"=dword:00000000
But nobody is loading my COM object.
How do i register a WDS3 protocol hander?
|