aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/VS2019.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/VS2019.wxs')
-rw-r--r--src/wixlib/VS2019.wxs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wixlib/VS2019.wxs b/src/wixlib/VS2019.wxs
index 57ae6168..0be63dec 100644
--- a/src/wixlib/VS2019.wxs
+++ b/src/wixlib/VS2019.wxs
@@ -1,5 +1,4 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
@@ -74,7 +73,7 @@
74 <PropertyRef Id="VS2019DEVENV" /> 73 <PropertyRef Id="VS2019DEVENV" />
75 74
76 <InstallExecuteSequence> 75 <InstallExecuteSequence>
77 <Custom Action="VS2019Setup" Before="InstallFinalize" Overridable="yes">VS2019DEVENV</Custom> 76 <Custom Action="VS2019Setup" Before="InstallFinalize" Overridable="yes" Condition="VS2019DEVENV" />
78 </InstallExecuteSequence> 77 </InstallExecuteSequence>
79 </Fragment> 78 </Fragment>
80 79
@@ -83,7 +82,7 @@
83 <PropertyRef Id="VS2019DEVENV" /> 82 <PropertyRef Id="VS2019DEVENV" />
84 83
85 <InstallExecuteSequence> 84 <InstallExecuteSequence>
86 <Custom Action="VS2019InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VS2019DEVENV</Custom> 85 <Custom Action="VS2019InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VS2019DEVENV" />
87 </InstallExecuteSequence> 86 </InstallExecuteSequence>
88 </Fragment> 87 </Fragment>
89 88