aboutsummaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-05 09:22:37 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-05 09:22:37 -0700
commit8f6c27920d69c8a77ec0ff341ece81194e39bb4e (patch)
treecfd4d3aa03df7d0ae6b3e4f847f4cac9db81cdc5 /windows/pandoc.wxs
parente97b54b1231f839a3ffebce97d4447d90d9638a5 (diff)
downloadpandoc-8f6c27920d69c8a77ec0ff341ece81194e39bb4e.tar.gz
Preliminary changes to windows installer script.
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs11
1 files changed, 11 insertions, 0 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 85edd29a8..2c87e41e9 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -51,6 +51,17 @@
Source="..\COPYING.rtf" />
</Component>
+ <Component Id="CitationSupport"
+ Guid="0A214839-2E69-4026-8DBB-0F0A9DB75C12">
+ <RegistryValue Root="HKMU" Key="Software\John MacFarlane\Pandoc"
+ Name="Version" Type="string" Value="[ProductVersion]" KeyPath="yes"/>
+ <RemoveFolder Id="APPLICATIONFOLDER" On="uninstall"/>
+ <File Id="pandoc_citeprocEXE" Name="pandoc-citeproc.exe"
+ Source="..\cabal-dev\bin\pandoc-citeproc.exe" />
+ <File Id="biblio2yamlEXE" Name="biblio2yaml.exe"
+ Source="..\cabal-dev\bin\biblio2yaml.exe" />
+ </Component>
+
<Component Id="UpdatePathUser"
Guid="C7B71304-09FC-421D-9EA2-AEFB7D61759D">
<Condition><![CDATA[ ALLUSERS="" OR (ALLUSERS=2 AND (NOT Privileged)) ]]></Condition>