[gurtle commit] r216 - Fixed issue #40, "ProgID registered to the wrong location."

1 view
Skip to first unread message

codesite...@google.com

unread,
May 29, 2009, 5:29:39 AM5/29/09
to gurtle-...@googlegroups.com
Author: azizatif
Date: Fri May 29 02:29:21 2009
New Revision: 216

Modified:
trunk/src/Setup/Setup.wxs

Log:
Fixed issue #40, "ProgID registered to the wrong location."

Modified: trunk/src/Setup/Setup.wxs
==============================================================================
--- trunk/src/Setup/Setup.wxs (original)
+++ trunk/src/Setup/Setup.wxs Fri May 29 02:29:21 2009
@@ -42,9 +42,9 @@
<File Id='COPYING.TXT' Name='COPYING.txt' DiskId='1'
Source='../../COPYING.txt' Vital='yes'>
</File>
- <RegistryKey Root="HKLM" Key="Software\Classes\CLSID\Gurtle.Plugin"
Action="createAndRemoveOnUninstall" />
- <RegistryValue Root="HKLM"
Key="Software\Classes\CLSID\Gurtle.Plugin" Value="Gurtle
$(var.MajorVersion).$(var.MinorVersion) (Google Code)" Type="string" />
- <RegistryValue Root="HKLM"
Key="Software\Classes\CLSID\Gurtle.Plugin\CLSID"
Value="{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}" Type="string" />
+ <RegistryKey Root="HKLM" Key="Software\Classes\Gurtle.Plugin"
Action="createAndRemoveOnUninstall" />
+ <RegistryValue Root="HKLM" Key="Software\Classes\Gurtle.Plugin"
Value="Gurtle $(var.MajorVersion).$(var.MinorVersion) (Google Code)"
Type="string" />
+ <RegistryValue Root="HKLM"
Key="Software\Classes\Gurtle.Plugin\CLSID"
Value="{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}" Type="string" />


<RegistryValue Root="HKLM"
Key="Software\Classes\CLSID\{91974081-2DC7-4FB1-B3BE-0DE1C8D6CE4E}"
Value="Gurtle $(var.MajorVersion).$(var.MinorVersion) (Google Code)"
Type="string" />

Reply all
Reply to author
Forward
0 new messages