duplicati/ReleaseBuilder/Resources/Windows/Agent/UpgradeData.wxi
Kenneth Skovhede 711fab94af Fixed MSI upgrade issue.
This changes the removal order to avoid duplicate entries being installed.

Upper-cased the upgrade code as that is what WiX does.
2024-11-22 16:52:48 +01:00

17 lines
No EOL
446 B
XML

<Include>
<!-- Never change the UpgradeCode -->
<?define UpgradeCode="BC5A1C94-2BF2-4273-9D8F-780D162CB30E" ?>
<!-- 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>