aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/VS2003.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/VS2003.wxs')
-rw-r--r--src/wixlib/VS2003.wxs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/VS2003.wxs b/src/wixlib/VS2003.wxs
index 10515b52..1e5d36d9 100644
--- a/src/wixlib/VS2003.wxs
+++ b/src/wixlib/VS2003.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">
@@ -15,7 +14,7 @@
15 <PropertyRef Id="VS2003DEVENV" /> 14 <PropertyRef Id="VS2003DEVENV" />
16 15
17 <InstallExecuteSequence> 16 <InstallExecuteSequence>
18 <Custom Action="VS2003Setup" Before="InstallFinalize" Overridable="yes">VS2003DEVENV</Custom> 17 <Custom Action="VS2003Setup" Before="InstallFinalize" Overridable="yes" Condition="VS2003DEVENV" />
19 </InstallExecuteSequence> 18 </InstallExecuteSequence>
20 </Fragment> 19 </Fragment>
21 20