summaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorFyodor Sheremetyev <sheremetyev@gmail.com>2013-02-13 00:24:31 +0400
committerFyodor Sheremetyev <sheremetyev@gmail.com>2013-02-13 00:24:31 +0400
commita65740f7769fdcb0e92d48032f05259b2a00df83 (patch)
tree8fc43402912d13a5421fc5a49e15b33d0b847bd0 /windows/pandoc.wxs
parentbf9819585f533af0cec2387d3ef76f7a8e818eed (diff)
WiX: add product URL to the installation package metadata.
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index c20b59158..9062f10b3 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -14,6 +14,7 @@
Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes" IncludeMaximum="no" />
</Upgrade>
+ <Property Id="ARPURLINFOABOUT" Value="http://johnmacfarlane.net/pandoc/" />
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallFinalize"/>
</InstallExecuteSequence>