2 messages in com.googlegroups.google-desktop-developerRe: administrative policy does not al...
FromSent OnAttachments
jainnys09 Nov 2006 07:19 
Dustin14 Nov 2006 10:05 
Subject:Re: administrative policy does not allow installing Googke Plug-ins
From:Dustin (dust@gmail.com)
Date:11/14/2006 10:05:39 AM
List:com.googlegroups.google-desktop-developer

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