7 messages in com.googlegroups.google-desktop-developerRe: Not able to register the file ext...
FromSent OnAttachments
tuxmann21 Mar 2005 10:24 
ihoj...@gmail.com23 Mar 2005 08:25 
Tim Geiges23 Mar 2005 12:15 
Andy23 Mar 2005 12:52 
Tim Geiges23 Mar 2005 13:25 
tuxmann23 Mar 2005 21:08 
Andy26 Mar 2005 01:18 
Subject:Re: Not able to register the file extension
From:Tim Geiges (kern@gmail.com)
Date:03/23/2005 12:15:02 PM
List:com.googlegroups.google-desktop-developer

I am having a similar issue, the RegisterExtension() fails and returns a 0x80040154 error.

private bool Register(bool install) { GoogleDesktopSearchRegisterClass gdsReg = null; GoogleDesktopSearchAPILib.IGoogleDesktopSearchComponentRegistration gdsRegistration = null; gdsReg = new GoogleDesktopSearchRegisterClass(); object [] componentDesc = new object[6] {"Title", "Title here", "Description", "Descr here", "Icon", "no icon"}; gdsRegistration = gdsReg.RegisterComponent(kComponentGuid, componentDesc); gdsRegistration.RegisterExtension("wmf"); return true;