aboutsummaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 14:28:54 +0000
committerFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 14:28:54 +0000
commitc3bdc422b2d342ad1a8fa38ffc92b94fb2610ac1 (patch)
tree8088dd3749fb6661e434ab570cde3aec1cb01cc3 /windows/pandoc.wxs
parente6f32806fdbf4efacc316942131143370695e709 (diff)
downloadpandoc-c3bdc422b2d342ad1a8fa38ffc92b94fb2610ac1.tar.gz
WiX: Use file as key path for User’s Guide component.
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs4
1 files changed, 1 insertions, 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>