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