aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/VS2010.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/VS2010.wxs')
-rw-r--r--src/wixlib/VS2010.wxs39
1 files changed, 19 insertions, 20 deletions
diff --git a/src/wixlib/VS2010.wxs b/src/wixlib/VS2010.wxs
index d0d899cc..6c940b86 100644
--- a/src/wixlib/VS2010.wxs
+++ b/src/wixlib/VS2010.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">
@@ -60,7 +59,7 @@
60 <PropertyRef Id="VS2010DEVENV" /> 59 <PropertyRef Id="VS2010DEVENV" />
61 60
62 <InstallExecuteSequence> 61 <InstallExecuteSequence>
63 <Custom Action="VS2010Setup" Before="InstallFinalize" Overridable="yes">VS2010DEVENV</Custom> 62 <Custom Action="VS2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VS2010DEVENV" />
64 </InstallExecuteSequence> 63 </InstallExecuteSequence>
65 </Fragment> 64 </Fragment>
66 65
@@ -69,7 +68,7 @@
69 <PropertyRef Id="VS2010DEVENV" /> 68 <PropertyRef Id="VS2010DEVENV" />
70 69
71 <InstallExecuteSequence> 70 <InstallExecuteSequence>
72 <Custom Action="VS2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VS2010DEVENV</Custom> 71 <Custom Action="VS2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VS2010DEVENV" />
73 </InstallExecuteSequence> 72 </InstallExecuteSequence>
74 </Fragment> 73 </Fragment>
75 74
@@ -78,8 +77,8 @@
78 <!-- installed on the system. --> 77 <!-- installed on the system. -->
79 <Fragment> 78 <Fragment>
80 <Property Id="VCSHARP2010EXPRESS_IDE" Secure="yes"> 79 <Property Id="VCSHARP2010EXPRESS_IDE" Secure="yes">
81 <ComponentSearch Id="SearchForVcsExpressIde2010Component" Guid="A4945167-D8A4-4B10-9B78-99C2CDC243EC" Type="file" > 80 <ComponentSearch Id="SearchForVcsExpressIde2010Component" Guid="A4945167-D8A4-4B10-9B78-99C2CDC243EC" Type="file">
82 <FileSearch Id="VcsExpressIde2010" Name="vcsexpress.exe"/> 81 <FileSearch Id="VcsExpressIde2010" Name="vcsexpress.exe" />
83 </ComponentSearch> 82 </ComponentSearch>
84 </Property> 83 </Property>
85 </Fragment> 84 </Fragment>
@@ -90,7 +89,7 @@
90 <PropertyRef Id="VCSHARP2010EXPRESS_IDE" /> 89 <PropertyRef Id="VCSHARP2010EXPRESS_IDE" />
91 90
92 <InstallExecuteSequence> 91 <InstallExecuteSequence>
93 <Custom Action="VCSHARP2010Setup" Before="InstallFinalize" Overridable="yes">VCSHARP2010EXPRESS_IDE</Custom> 92 <Custom Action="VCSHARP2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VCSHARP2010EXPRESS_IDE" />
94 </InstallExecuteSequence> 93 </InstallExecuteSequence>
95 </Fragment> 94 </Fragment>
96 95
@@ -100,7 +99,7 @@
100 <PropertyRef Id="VCSHARP2010EXPRESS_IDE" /> 99 <PropertyRef Id="VCSHARP2010EXPRESS_IDE" />
101 100
102 <InstallExecuteSequence> 101 <InstallExecuteSequence>
103 <Custom Action="VCSHARP2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VCSHARP2010EXPRESS_IDE</Custom> 102 <Custom Action="VCSHARP2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VCSHARP2010EXPRESS_IDE" />
104 </InstallExecuteSequence> 103 </InstallExecuteSequence>
105 </Fragment> 104 </Fragment>
106 105
@@ -120,7 +119,7 @@
120 <Fragment> 119 <Fragment>
121 <Property Id="VB2010EXPRESS_IDE" Secure="yes"> 120 <Property Id="VB2010EXPRESS_IDE" Secure="yes">
122 <ComponentSearch Id="SearchForVbExpressIde2010Component" Guid="3EDEF607-9E3A-4A64-BFE1-104979CF2899" Type="file"> 121 <ComponentSearch Id="SearchForVbExpressIde2010Component" Guid="3EDEF607-9E3A-4A64-BFE1-104979CF2899" Type="file">
123 <FileSearch Id="VbExpressIde2010" Name="vbexpress.exe"/> 122 <FileSearch Id="VbExpressIde2010" Name="vbexpress.exe" />
124 </ComponentSearch> 123 </ComponentSearch>
125 </Property> 124 </Property>
126 </Fragment> 125 </Fragment>
@@ -131,7 +130,7 @@
131 <PropertyRef Id="VB2010EXPRESS_IDE" /> 130 <PropertyRef Id="VB2010EXPRESS_IDE" />
132 131
133 <InstallExecuteSequence> 132 <InstallExecuteSequence>
134 <Custom Action="VB2010Setup" Before="InstallFinalize" Overridable="yes">VB2010EXPRESS_IDE</Custom> 133 <Custom Action="VB2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VB2010EXPRESS_IDE" />
135 </InstallExecuteSequence> 134 </InstallExecuteSequence>
136 </Fragment> 135 </Fragment>
137 136
@@ -141,7 +140,7 @@
141 <PropertyRef Id="VB2010EXPRESS_IDE" /> 140 <PropertyRef Id="VB2010EXPRESS_IDE" />
142 141
143 <InstallExecuteSequence> 142 <InstallExecuteSequence>
144 <Custom Action="VB2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VB2010EXPRESS_IDE</Custom> 143 <Custom Action="VB2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VB2010EXPRESS_IDE" />
145 </InstallExecuteSequence> 144 </InstallExecuteSequence>
146 </Fragment> 145 </Fragment>
147 146
@@ -161,7 +160,7 @@
161 <Fragment> 160 <Fragment>
162 <Property Id="VWD2010EXPRESS_IDE" Secure="yes"> 161 <Property Id="VWD2010EXPRESS_IDE" Secure="yes">
163 <ComponentSearch Id="SearchForVwdExpressIde2010Component" Guid="771B6CF7-C8D2-4D85-BACD-ED01600256DC" Type="file"> 162 <ComponentSearch Id="SearchForVwdExpressIde2010Component" Guid="771B6CF7-C8D2-4D85-BACD-ED01600256DC" Type="file">
164 <FileSearch Id="VwdExpressIde2010" Name="vwdexpress.exe"/> 163 <FileSearch Id="VwdExpressIde2010" Name="vwdexpress.exe" />
165 </ComponentSearch> 164 </ComponentSearch>
166 </Property> 165 </Property>
167 </Fragment> 166 </Fragment>
@@ -172,7 +171,7 @@
172 <PropertyRef Id="VWD2010EXPRESS_IDE" /> 171 <PropertyRef Id="VWD2010EXPRESS_IDE" />
173 172
174 <InstallExecuteSequence> 173 <InstallExecuteSequence>
175 <Custom Action="VWD2010Setup" Before="InstallFinalize" Overridable="yes">VWD2010EXPRESS_IDE</Custom> 174 <Custom Action="VWD2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VWD2010EXPRESS_IDE" />
176 </InstallExecuteSequence> 175 </InstallExecuteSequence>
177 </Fragment> 176 </Fragment>
178 177
@@ -182,7 +181,7 @@
182 <PropertyRef Id="VWD2010EXPRESS_IDE" /> 181 <PropertyRef Id="VWD2010EXPRESS_IDE" />
183 182
184 <InstallExecuteSequence> 183 <InstallExecuteSequence>
185 <Custom Action="VWD2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VWD2010EXPRESS_IDE</Custom> 184 <Custom Action="VWD2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VWD2010EXPRESS_IDE" />
186 </InstallExecuteSequence> 185 </InstallExecuteSequence>
187 </Fragment> 186 </Fragment>
188 187
@@ -202,7 +201,7 @@
202 <Fragment> 201 <Fragment>
203 <Property Id="VC2010EXPRESS_IDE" Secure="yes"> 202 <Property Id="VC2010EXPRESS_IDE" Secure="yes">
204 <ComponentSearch Id="SearchForVcExpressIde2010Component" Guid="B455E8D3-90CB-47F6-AB7B-9B31E5DE6266" Type="file"> 203 <ComponentSearch Id="SearchForVcExpressIde2010Component" Guid="B455E8D3-90CB-47F6-AB7B-9B31E5DE6266" Type="file">
205 <FileSearch Id="VcExpressIde2010" Name="vcexpress.exe"/> 204 <FileSearch Id="VcExpressIde2010" Name="vcexpress.exe" />
206 </ComponentSearch> 205 </ComponentSearch>
207 </Property> 206 </Property>
208 </Fragment> 207 </Fragment>
@@ -213,7 +212,7 @@
213 <PropertyRef Id="VC2010EXPRESS_IDE" /> 212 <PropertyRef Id="VC2010EXPRESS_IDE" />
214 213
215 <InstallExecuteSequence> 214 <InstallExecuteSequence>
216 <Custom Action="VC2010Setup" Before="InstallFinalize" Overridable="yes">VC2010EXPRESS_IDE</Custom> 215 <Custom Action="VC2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VC2010EXPRESS_IDE" />
217 </InstallExecuteSequence> 216 </InstallExecuteSequence>
218 </Fragment> 217 </Fragment>
219 218
@@ -223,7 +222,7 @@
223 <PropertyRef Id="VC2010EXPRESS_IDE" /> 222 <PropertyRef Id="VC2010EXPRESS_IDE" />
224 223
225 <InstallExecuteSequence> 224 <InstallExecuteSequence>
226 <Custom Action="VC2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VC2010EXPRESS_IDE</Custom> 225 <Custom Action="VC2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VC2010EXPRESS_IDE" />
227 </InstallExecuteSequence> 226 </InstallExecuteSequence>
228 </Fragment> 227 </Fragment>
229 228
@@ -243,7 +242,7 @@
243 <Fragment> 242 <Fragment>
244 <Property Id="VPD2010EXPRESS_IDE" Secure="yes"> 243 <Property Id="VPD2010EXPRESS_IDE" Secure="yes">
245 <ComponentSearch Id="SearchForVpdExpressIde2010Component" Guid="80C81DB2-E95B-4C03-A559-C664E8411DDF" Type="file"> 244 <ComponentSearch Id="SearchForVpdExpressIde2010Component" Guid="80C81DB2-E95B-4C03-A559-C664E8411DDF" Type="file">
246 <FileSearch Id="VpdExpressIde2010" Name="vpdexpress.exe"/> 245 <FileSearch Id="VpdExpressIde2010" Name="vpdexpress.exe" />
247 </ComponentSearch> 246 </ComponentSearch>
248 </Property> 247 </Property>
249 </Fragment> 248 </Fragment>
@@ -254,7 +253,7 @@
254 <PropertyRef Id="VPD2010EXPRESS_IDE" /> 253 <PropertyRef Id="VPD2010EXPRESS_IDE" />
255 254
256 <InstallExecuteSequence> 255 <InstallExecuteSequence>
257 <Custom Action="VPD2010Setup" Before="InstallFinalize" Overridable="yes">VPD2010EXPRESS_IDE</Custom> 256 <Custom Action="VPD2010Setup" Before="InstallFinalize" Overridable="yes" Condition="VPD2010EXPRESS_IDE" />
258 </InstallExecuteSequence> 257 </InstallExecuteSequence>
259 </Fragment> 258 </Fragment>
260 259
@@ -264,7 +263,7 @@
264 <PropertyRef Id="VPD2010EXPRESS_IDE" /> 263 <PropertyRef Id="VPD2010EXPRESS_IDE" />
265 264
266 <InstallExecuteSequence> 265 <InstallExecuteSequence>
267 <Custom Action="VPD2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes">VPD2010EXPRESS_IDE</Custom> 266 <Custom Action="VPD2010InstallVSTemplates" Before="InstallFinalize" Overridable="yes" Condition="VPD2010EXPRESS_IDE" />
268 </InstallExecuteSequence> 267 </InstallExecuteSequence>
269 </Fragment> 268 </Fragment>
270 269