WiX: add product URL to the installation package metadata.

This commit is contained in:
Fyodor Sheremetyev 2013-02-13 00:24:31 +04:00
parent bf9819585f
commit a65740f776

View file

@ -14,6 +14,7 @@
Property="PREVIOUSVERSIONSINSTALLED"
IncludeMinimum="yes" IncludeMaximum="no" />
</Upgrade>
<Property Id="ARPURLINFOABOUT" Value="http://johnmacfarlane.net/pandoc/" />
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallFinalize"/>
</InstallExecuteSequence>