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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-08-30 02:48:30 +0300
committerBlueBlock <danb@pobox.com>2019-08-30 02:48:30 +0300
commit2c41f24e251134550046fcc4e66d8c620cb01c13 (patch)
tree2ba1463d1fb78b6f107589a22c221939fd0f9dc6 /Installer
parentc086b23d6e774bb3480d7d1c2b277879935d6241 (diff)
wix installer update to 462
Diffstat (limited to 'Installer')
-rw-r--r--Installer/Windows/Duplicati.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Installer/Windows/Duplicati.wxs b/Installer/Windows/Duplicati.wxs
index 052fb8c35..0ee98959e 100644
--- a/Installer/Windows/Duplicati.wxs
+++ b/Installer/Windows/Duplicati.wxs
@@ -26,9 +26,9 @@
<Package InstallerVersion="405" Compressed="yes" Id="$(var.PackageCode)" Platform="$(var.Platform)" InstallScope="perMachine" />
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
- <PropertyRef Id="NETFRAMEWORK45"/>
+ <PropertyRef Id="WIX_IS_NETFRAMEWORK_462_OR_LATER_INSTALLED"/>
<Condition Message="The .NET Framework 4.6.2 must be installed ([WIX_IS_NETFRAMEWORK_462_OR_LATER_INSTALLED])">
- <![CDATA[Installed OR NETFRAMEWORK45]]>
+ <![CDATA[Installed OR WIX_IS_NETFRAMEWORK_462_OR_LATER_INSTALLED]]>
</Condition>
<WixVariable Id="WixUILicenseRtf" Value="Resources/LGPL21.rtf" />