Hello everyone !
I´m trying to use the enterprise version of the google desktop,
whithout success
I made this .reg file
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Google]
[HKEY_CURRENT_USER\Software\Policies\Google\Google Desktop]
[HKEY_CURRENT_USER\Software\Policies\Google\Google Desktop\Enterprise]
"gadget_whitelist"="{91022866-E361-41AD-A989-4E40A51EABCA}"
"disallow_gadgets"=dword:00000001
"disallow_only_non_builtin_gadgets"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Google]
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Google Desktop]
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Google Desktop
\Enterprise]
"gadget_whitelist"="{91022866-E361-41AD-A989-4E40A51EABCA}"
"disallow_gadgets"=dword:00000001
"disallow_only_non_builtin_gadgets"=dword:00000000
and this is the manifest of my gadget
<gadget minimumGoogleDesktopVersion="5.1.0.0">
<about>
<name>&GADGET_NAME;</name>
<description>&GADGET_DESCRIPTION;</description>
<aboutText>&GADGET_ABOUT_TEXT;</aboutText>
<smallIcon>icon_small.png</smallIcon>
<icon>icon_large.png</icon>
<version>1.0.0.0</version>
<author>athanazio</author>
<authorWebsite>http://desktop.google.com/plugins.html</
authorWebsite>
<id>91022866-E361-41AD-A989-4E40A51EABCA</id>
<copyright></copyright><authorEmail></authorEmail></about>
<install>
<font src="myriad.ttf"/>
</install>
</gadget>
but I still cant install the gadget, any suggestions ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---