aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/NetFx471.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/NetFx471.wxs')
-rw-r--r--src/wixlib/NetFx471.wxs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wixlib/NetFx471.wxs b/src/wixlib/NetFx471.wxs
index 3fd99aa3..b5d2c659 100644
--- a/src/wixlib/NetFx471.wxs
+++ b/src/wixlib/NetFx471.wxs
@@ -18,8 +18,6 @@
18 <Fragment> 18 <Fragment>
19 <PropertyRef Id="WIXNETFX4RELEASEINSTALLED" /> 19 <PropertyRef Id="WIXNETFX4RELEASEINSTALLED" />
20 <Property Id="WIX_IS_NETFRAMEWORK_471_OR_LATER_INSTALLED" Secure="yes" /> 20 <Property Id="WIX_IS_NETFRAMEWORK_471_OR_LATER_INSTALLED" Secure="yes" />
21 <SetProperty Id="WIX_IS_NETFRAMEWORK_471_OR_LATER_INSTALLED" Value="1" After="AppSearch"> 21 <SetProperty Id="WIX_IS_NETFRAMEWORK_471_OR_LATER_INSTALLED" Value="1" After="AppSearch" Condition="WIXNETFX4RELEASEINSTALLED &gt;= &quot;#$(var.NetFx471MinRelease)&quot;" />
22 WIXNETFX4RELEASEINSTALLED >= "#$(var.NetFx471MinRelease)"
23 </SetProperty>
24 </Fragment> 22 </Fragment>
25</Wix> 23</Wix>