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"
|
Property="PREVIOUSVERSIONSINSTALLED"
|
||||||
IncludeMinimum="yes" IncludeMaximum="no" />
|
IncludeMinimum="yes" IncludeMaximum="no" />
|
||||||
</Upgrade>
|
</Upgrade>
|
||||||
|
<Property Id="ARPURLINFOABOUT" Value="http://johnmacfarlane.net/pandoc/" />
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<RemoveExistingProducts After="InstallFinalize"/>
|
<RemoveExistingProducts After="InstallFinalize"/>
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
|
Loading…
Reference in a new issue