WiX: add product URL to the installation package metadata.
This commit is contained in:
parent
bf9819585f
commit
a65740f776
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
Property="PREVIOUSVERSIONSINSTALLED"
|
||||
IncludeMinimum="yes" IncludeMaximum="no" />
|
||||
</Upgrade>
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://johnmacfarlane.net/pandoc/" />
|
||||
<InstallExecuteSequence>
|
||||
<RemoveExistingProducts After="InstallFinalize"/>
|
||||
</InstallExecuteSequence>
|
||||
|
|
Loading…
Reference in a new issue