What is the controlGuid string you are using to register with?
Make sure it contains curly-brackets around it as in:
public static string controlGuid =
"{4d23e5b6-a2de-434e-b5f7-4dbf4cdaf3a2}";
-Dustin
On Nov 9, 8:19 am, "jainnys" <thej...@gmail.com> wrote:
Actually I am trying to make a Desktop Search API Extension rather then
a component.
When the code
// Create the registrar object
GoogleDesktopRegistrarClass registrar = new
GoogleDesktopRegistrarClass();
is executed I get this error as a messagebox pop up.
"Youradministrativepolicydoes not allow installing Googke Plug-ins.
Please see your network administratot for further information."
I am the logged in as an administrator on this machine. Running Windows
XP service pack 2, the development environment is Visual Studio 2005,
C#, .net 2.0
Any suggestions?
-Sachin