aboutsummaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-28 22:43:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-28 22:43:05 -0700
commit5f198c019b2f9b87b5b4838121f3539924f04695 (patch)
tree6da030dd3ffcf5f4aad1ce2cf3ceca70e7860879 /windows/pandoc.wxs
parentde184a80ec878498c808d71faba7f373458d5288 (diff)
downloadpandoc-5f198c019b2f9b87b5b4838121f3539924f04695.tar.gz
pandoc.wxs: removed line breaks in RegistryValue.
See #2205
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs6
1 files changed, 2 insertions, 4 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index b07ba7629..0403be2a5 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -30,8 +30,7 @@
<Directory Id="APPLICATIONFOLDER" Name="Pandoc">
<Component Id="MainExecutable"
Guid="ECD35082-4C28-49E1-977E-B90FC7C400C7">
- <RegistryValue Root="HKMU" Key="Software\John
- MacFarlane\Pandoc"
+ <RegistryValue Root="HKMU" Key="Software\John MacFarlane\Pandoc"
Name="Version" Type="string" Value="[ProductVersion]"
KeyPath="yes"/>
<RemoveFolder Id="APPLICATIONFOLDER" On="uninstall"/>
@@ -74,8 +73,7 @@
Guid="7F807DD5-CC54-474A-B571-89630893F563">
<RemoveFolder Id="ApplicationProgramsFolder"
On="uninstall"/>
- <RegistryValue Root="HKMU" Key="Software\John
- MacFarlane\Pandoc"
+ <RegistryValue Root="HKMU" Key="Software\John MacFarlane\Pandoc"
Name="ShortcutInstalled" Type="integer" Value="1"
KeyPath="yes"/>
</Component>