mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
This changes the removal order to avoid duplicate entries being installed. Upper-cased the upgrade code as that is what WiX does.
17 lines
No EOL
446 B
XML
17 lines
No EOL
446 B
XML
<Include>
|
|
<!-- Never change the UpgradeCode -->
|
|
<?define UpgradeCode="1C94BC5A-2BF2-4273-9D8F-2CB30E780D16" ?>
|
|
|
|
<!-- Remember to change product version on each install -->
|
|
<?define ProductVersion="2.0.8.104" ?>
|
|
|
|
<?define Manufacturer="Duplicati Team" ?>
|
|
|
|
<!--
|
|
It must be a MAJOR upgrade, otherwise the user cannot doubleclick the MSI.
|
|
-->
|
|
|
|
<?define ProductCode="*" ?>
|
|
<?define PackageCode="*" ?>
|
|
|
|
</Include> |