What steps will reproduce the problem?
1. Install Gurtle 0.4 or 0.5 using the MSI
2. Open a Command Prompt
3. Type the following on the command-line:
reg query HKCR\Gurtle.Plugin /s
What is the expected output? What do you see instead?
Expected that registry entries for Gurtle.Plugin ProgID would be found and
listed. Instead, REG displays the error:
ERROR: The system was unable to find the specified registry key or value.
Additional information:
It appears that the ProgID is registered under HKEY_CLASSES_ROOT\CLSID. For
example, try instead:
reg query HKCR\CLSID\Gurtle.Plugin /s
This time REG find the entires and writes out:
HKEY_CLASSES_ROOT\CLSID\Gurtle.Plugin
(Default) REG_SZ Gurtle 0.5 (Google Code)
HKEY_CLASSES_ROOT\CLSID\Gurtle.Plugin\CLSID
(Default) REG_SZ {91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}
The ProgID should appear directly under HKEY_CLASSES_ROOT.
Original issue reported on code.google.com by azizatif on 28 May 2009 at 9:09
Original issue reported on code.google.com by
azizatif
on 28 May 2009 at 9:09