Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UpgradeData.wxi « Installer - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a4b5dc7344a6bbd35f285c21fd9c18ca83a34b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Include>
  <!-- Never change the UpgradeCode -->
  <?define UpgradeCode="bab49745-b447-45cf-8b10-012006895593" ?>

  <!-- Remember to change product version on each install -->
  <?define ProductVersion="1.0.1.401" ?>

  <?define Manufacturer="HexaD" ?>

  <!-- 
  It must be a MAJOR upgrade, otherwise the user cannot doubleclick the MSI.
  -->
  
  <?define ProductCode="*" ?>
  <?define PackageCode="*" ?>

</Include>