diff options
author | Fyodor Sheremetyev <sheremetyev@gmail.com> | 2013-03-15 14:28:54 +0000 |
---|---|---|
committer | Fyodor Sheremetyev <sheremetyev@gmail.com> | 2013-03-15 14:28:54 +0000 |
commit | c3bdc422b2d342ad1a8fa38ffc92b94fb2610ac1 (patch) | |
tree | 8088dd3749fb6661e434ab570cde3aec1cb01cc3 | |
parent | e6f32806fdbf4efacc316942131143370695e709 (diff) | |
download | pandoc-c3bdc422b2d342ad1a8fa38ffc92b94fb2610ac1.tar.gz |
WiX: Use file as key path for User’s Guide component.
-rw-r--r-- | windows/pandoc.wxs | 4 |
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>
|