From c3bdc422b2d342ad1a8fa38ffc92b94fb2610ac1 Mon Sep 17 00:00:00 2001
From: Fyodor Sheremetyev <sheremetyev@gmail.com>
Date: Fri, 15 Mar 2013 14:28:54 +0000
Subject: [PATCH] =?UTF-8?q?WiX:=20Use=20file=20as=20key=20path=20for=20Use?=
 =?UTF-8?q?r=E2=80=99s=20Guide=20component.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 windows/pandoc.wxs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 60a62995a..6233b7baa 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -44,10 +44,8 @@
           </Component>
           <Component Id="Documentation"
           Guid="A8D54A76-1A3D-4647-8327-81B69D39D8A3">
-            <RegistryValue Root="HKCU" Key="Software\John MacFarlane\Pandoc"
-            Name="DocumentationInstalled" Type="integer" Value="1" KeyPath="yes"/>
             <File Id="pandocREADME" Name="Pandoc User's Guide.html"
-            Source="..\README.html" />
+            Source="..\README.html" KeyPath="yes" />
           </Component>
         </Directory>
       </Directory>