diff options
-rw-r--r-- | windows/pandoc.wxs | 1 |
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>
|