aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Data/messages.xml.old
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Data/messages.xml.old')
-rw-r--r--src/WixToolset.Core/Data/messages.xml.old3998
1 files changed, 3998 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Data/messages.xml.old b/src/WixToolset.Core/Data/messages.xml.old
new file mode 100644
index 00000000..d981e2d1
--- /dev/null
+++ b/src/WixToolset.Core/Data/messages.xml.old
@@ -0,0 +1,3998 @@
1<?xml version='1.0' encoding='utf-8'?>
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
4
5<Messages Namespace="WixToolset" Resources="Core.Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages">
6 <Class Name="WixErrors" ContainerName="WixErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error">
7 <Message Id="UnexpectedException" Number="1" SourceLineNumbers="no">
8 <Instance>
9 {0}&#13;&#10;&#13;&#10;Exception Type: {1}&#13;&#10;&#13;&#10;Stack Trace:&#13;&#10;{2}
10 <Parameter Type="System.String" Name="message" />
11 <Parameter Type="System.String" Name="type" />
12 <Parameter Type="System.String" Name="stackTrace" />
13 </Instance>
14 </Message>
15 <Message Id="UnexpectedAttribute" Number="4">
16 <Instance>
17 The {0} element contains an unexpected attribute '{1}'.
18 <Parameter Type="System.String" Name="elementName" />
19 <Parameter Type="System.String" Name="attributeName" />
20 </Instance>
21 </Message>
22 <Message Id="UnexpectedElement" Number="5">
23 <Instance>
24 The {0} element contains an unexpected child element '{1}'.
25 <Parameter Type="System.String" Name="elementName" />
26 <Parameter Type="System.String" Name="childElementName" />
27 </Instance>
28 </Message>
29 <Message Id="IllegalEmptyAttributeValue" Number="6">
30 <Instance>
31 The {0}/@{1} attribute's value cannot be an empty string. If a value is not required, simply remove the entire attribute.
32 <Parameter Type="System.String" Name="elementName" />
33 <Parameter Type="System.String" Name="attributeName" />
34 </Instance>
35 <Instance>
36 The {0}/@{1} attribute's value cannot be an empty string. To use the default value "{2}", simply remove the entire attribute.
37 <Parameter Type="System.String" Name="elementName" />
38 <Parameter Type="System.String" Name="attributeName" />
39 <Parameter Type="System.String" Name="defaultValue" />
40 </Instance>
41 </Message>
42 <Message Id="InsufficientVersion" Number="7">
43 <Instance>
44 The current version of the toolset is {0}, but version {1} is required.
45 <Parameter Type="System.Version" Name="currentVersion" />
46 <Parameter Type="System.Version" Name="requiredVersion" />
47 </Instance>
48 <Instance>
49 The current version of the extension '{2}' is {0}, but version {1} is required.
50 <Parameter Type="System.Version" Name="currentVersion" />
51 <Parameter Type="System.Version" Name="requiredVersion" />
52 <Parameter Type="System.String" Name="extension" />
53 </Instance>
54 </Message>
55 <Message Id="IllegalIntegerValue" Number="8">
56 <Instance>
57 The {0}/@{1} attribute's value, '{2}', is not a legal integer value. Legal integer values are from -2,147,483,648 to 2,147,483,647.
58 <Parameter Type="System.String" Name="elementName" />
59 <Parameter Type="System.String" Name="attributeName" />
60 <Parameter Type="System.String" Name="value" />
61 </Instance>
62 </Message>
63 <Message Id="IllegalGuidValue" Number="9">
64 <Instance>
65 The {0}/@{1} attribute's value, '{2}', is not a legal guid value.
66 <Parameter Type="System.String" Name="elementName" />
67 <Parameter Type="System.String" Name="attributeName" />
68 <Parameter Type="System.String" Name="value" />
69 </Instance>
70 </Message>
71 <Message Id="ExpectedAttribute" Number="10">
72 <Instance>
73 The {0}/@{1} attribute was not found; it is required.
74 <Parameter Type="System.String" Name="elementName" />
75 <Parameter Type="System.String" Name="attributeName" />
76 </Instance>
77 <Instance>
78 The {0} element must have a value for exactly one of the {1} or {2} attributes.
79 <Parameter Type="System.String" Name="elementName" />
80 <Parameter Type="System.String" Name="attribute1Name" />
81 <Parameter Type="System.String" Name="attribute2Name" />
82 <Parameter Type="System.Boolean" Name="eitherOr" />
83 </Instance>
84 <Instance>
85 The {0}/@{1} attribute was not found; it is required when attribute {2} is specified.
86 <Parameter Type="System.String" Name="elementName" />
87 <Parameter Type="System.String" Name="attributeName" />
88 <Parameter Type="System.String" Name="otherAttributeName" />
89 </Instance>
90 <Instance>
91 The {0}/@{1} attribute was not found; it is required when attribute {2} has a value of '{3}'.
92 <Parameter Type="System.String" Name="elementName" />
93 <Parameter Type="System.String" Name="attributeName" />
94 <Parameter Type="System.String" Name="otherAttributeName" />
95 <Parameter Type="System.String" Name="otherAttributeValue" />
96 </Instance>
97 <Instance>
98 The {0}/@{1} attribute was not found; it is required unless the attribute {2} has a value of '{3}'.
99 <Parameter Type="System.String" Name="elementName" />
100 <Parameter Type="System.String" Name="attributeName" />
101 <Parameter Type="System.String" Name="otherAttributeName" />
102 <Parameter Type="System.String" Name="otherAttributeValue" />
103 <Parameter Type="System.Boolean" Name="otherAttributeValueUnless" />
104 </Instance>
105 </Message>
106 <Message Id="SecurePropertyNotUppercase" Number="11">
107 <Instance>
108 The {0}/@{1} attribute's value, '{2}', cannot contain lowercase characters. Since this is a secure property, it must also be a public property. This means the Property/@Id value must be completely uppercase.
109 <Parameter Type="System.String" Name="elementName" />
110 <Parameter Type="System.String" Name="attributeName" />
111 <Parameter Type="System.String" Name="propertyId" />
112 </Instance>
113 </Message>
114 <Message Id="SearchPropertyNotUppercase" Number="12">
115 <Instance>
116 The {0}/@{1} attribute's value, '{2}', cannot contain lowercase characters. Since this is a search property, it must also be a public property. This means the Property/@Id value must be completely uppercase.
117 <Parameter Type="System.String" Name="elementName" />
118 <Parameter Type="System.String" Name="attributeName" />
119 <Parameter Type="System.String" Name="value" />
120 </Instance>
121 </Message>
122 <Message Id="StreamNameTooLong" Number="13">
123 <Instance>
124 The {0}/@{1} attribute's value, '{2}', is {3} characters long. This is too long because it will be used to create a stream name. It cannot be more than than {4} characters long.
125 <Parameter Type="System.String" Name="elementName" />
126 <Parameter Type="System.String" Name="attributeName" />
127 <Parameter Type="System.String" Name="value" />
128 <Parameter Type="System.Int32" Name="length" />
129 <Parameter Type="System.Int32" Name="maximumLength" />
130 </Instance>
131 <Instance>
132 The binary value in table '{0}' will be stored with a stream name, '{1}', that is {2} characters long. This is too long because the maximum allowed length for a stream name is 62 characters long. Since the stream name is created by concatenating the table name and values of the primary key for a row (delimited by periods), this error can be resolved by shortening a value that is part of the primary key.
133 <Parameter Type="System.String" Name="tableName" />
134 <Parameter Type="System.String" Name="streamName" />
135 <Parameter Type="System.Int32" Name="streamLength" />
136 </Instance>
137 </Message>
138 <Message Id="IllegalIdentifier" Number="14">
139 <Instance>
140 The {0} element's value, '{1}', is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.
141 <Parameter Type="System.String" Name="elementName" />
142 <Parameter Type="System.String" Name="value" />
143 </Instance>
144 <Instance>
145 The {0}/@{1} attribute's value is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.
146 <Parameter Type="System.String" Name="elementName" />
147 <Parameter Type="System.String" Name="attributeName" />
148 <Parameter Type="System.Int32" Name="disambiguator" />
149 </Instance>
150 <Instance>
151 The {0}/@{1} attribute's value, '{2}', is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.
152 <Parameter Type="System.String" Name="elementName" />
153 <Parameter Type="System.String" Name="attributeName" />
154 <Parameter Type="System.String" Name="value" />
155 </Instance>
156 <Instance>
157 The {0}/@{1} attribute's value '{2}' contains an illegal identifier '{3}'. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.
158 <Parameter Type="System.String" Name="elementName" />
159 <Parameter Type="System.String" Name="attributeName" />
160 <Parameter Type="System.String" Name="value" />
161 <Parameter Type="System.String" Name="identifier" />
162 </Instance>
163 </Message>
164 <Message Id="IllegalYesNoValue" Number="15">
165 <Instance>
166 The {0}/@{1} attribute's value, '{2}', is not a legal yes/no value. The only legal values are 'no' and 'yes'.
167 <Parameter Type="System.String" Name="elementName" />
168 <Parameter Type="System.String" Name="attributeName" />
169 <Parameter Type="System.String" Name="value" />
170 </Instance>
171 </Message>
172 <Message Id="CabCreationFailed" Number="16" SourceLineNumbers="no">
173 <Instance>
174 Failed to create cab '{0}' while compressing file '{1}' with error 0x{2:X8}.
175 <Parameter Type="System.String" Name="cabName" />
176 <Parameter Type="System.String" Name="fileName" />
177 <Parameter Type="System.Int32" Name="error" />
178 </Instance>
179 <Instance>
180 Failed to create cab '{0}' with error 0x{1:X8}.
181 <Parameter Type="System.String" Name="cabName" />
182 <Parameter Type="System.Int32" Name="error" />
183 </Instance>
184 </Message>
185 <Message Id="CabExtractionFailed" Number="17" SourceLineNumbers="no">
186 <Instance>
187 Failed to extract cab '{0}' to directory '{1}'. This is most likely due to a lack of available disk space on the destination drive.
188 <Parameter Type="System.String" Name="cabName" />
189 <Parameter Type="System.String" Name="directoryName" />
190 </Instance>
191 <Instance>
192 Failed to extract cab '{0}' from merge module '{1}' to directory '{2}'. This is most likely due to a lack of available disk space on the destination drive.
193 <Parameter Type="System.String" Name="cabName" />
194 <Parameter Type="System.String" Name="mergeModulePath" />
195 <Parameter Type="System.String" Name="directoryName" />
196 </Instance>
197 </Message>
198 <Message Id="AppIdIncompatibleAdvertiseState" Number="18">
199 <Instance>
200 The {0}/@(1) attribute's value, '{2}' does not match the advertise state on its parent element: '{3}'. (Note: AppIds nested under Fragment, Module, or Product elements must be advertised.)
201 <Parameter Type="System.String" Name="elementName" />
202 <Parameter Type="System.String" Name="attributeName" />
203 <Parameter Type="System.String" Name="value" />
204 <Parameter Type="System.String" Name="parentValue" />
205 </Instance>
206 </Message>
207 <Message Id="IllegalAttributeWhenAdvertised" Number="19">
208 <Instance>
209 The {0}/@{1} attribute cannot be specified because the element is advertised.
210 <Parameter Type="System.String" Name="elementName" />
211 <Parameter Type="System.String" Name="attributeName" />
212 </Instance>
213 </Message>
214 <Message Id="ConditionExpected" Number="20">
215 <Instance>
216 The {0} element's inner text cannot be an empty string or completely whitespace. If you don't want a condition, then simply remove the entire {0} element.
217 <Parameter Type="System.String" Name="elementName" />
218 </Instance>
219 </Message>
220 <Message Id="IllegalAttributeValue" Number="21">
221 <Instance>
222 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}'.
223 <Parameter Type="System.String" Name="elementName" />
224 <Parameter Type="System.String" Name="attributeName" />
225 <Parameter Type="System.String" Name="value" />
226 <Parameter Type="System.String" Name="legalValue1" />
227 </Instance>
228 <Instance>
229 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', or '{4}'.
230 <Parameter Type="System.String" Name="elementName" />
231 <Parameter Type="System.String" Name="attributeName" />
232 <Parameter Type="System.String" Name="value" />
233 <Parameter Type="System.String" Name="legalValue1" />
234 <Parameter Type="System.String" Name="legalValue2" />
235 </Instance>
236 <Instance>
237 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', or '{5}'.
238 <Parameter Type="System.String" Name="elementName" />
239 <Parameter Type="System.String" Name="attributeName" />
240 <Parameter Type="System.String" Name="value" />
241 <Parameter Type="System.String" Name="legalValue1" />
242 <Parameter Type="System.String" Name="legalValue2" />
243 <Parameter Type="System.String" Name="legalValue3" />
244 </Instance>
245 <Instance>
246 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', or '{6}'.
247 <Parameter Type="System.String" Name="elementName" />
248 <Parameter Type="System.String" Name="attributeName" />
249 <Parameter Type="System.String" Name="value" />
250 <Parameter Type="System.String" Name="legalValue1" />
251 <Parameter Type="System.String" Name="legalValue2" />
252 <Parameter Type="System.String" Name="legalValue3" />
253 <Parameter Type="System.String" Name="legalValue4" />
254 </Instance>
255 <Instance>
256 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', '{6}', or '{7}'.
257 <Parameter Type="System.String" Name="elementName" />
258 <Parameter Type="System.String" Name="attributeName" />
259 <Parameter Type="System.String" Name="value" />
260 <Parameter Type="System.String" Name="legalValue1" />
261 <Parameter Type="System.String" Name="legalValue2" />
262 <Parameter Type="System.String" Name="legalValue3" />
263 <Parameter Type="System.String" Name="legalValue4" />
264 <Parameter Type="System.String" Name="legalValue5" />
265 </Instance>
266 <Instance>
267 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', '{6}', '{7}', or '{8}'.
268 <Parameter Type="System.String" Name="elementName" />
269 <Parameter Type="System.String" Name="attributeName" />
270 <Parameter Type="System.String" Name="value" />
271 <Parameter Type="System.String" Name="legalValue1" />
272 <Parameter Type="System.String" Name="legalValue2" />
273 <Parameter Type="System.String" Name="legalValue3" />
274 <Parameter Type="System.String" Name="legalValue4" />
275 <Parameter Type="System.String" Name="legalValue5" />
276 <Parameter Type="System.String" Name="legalValue6" />
277 </Instance>
278 <Instance>
279 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', '{6}', '{7}', '{8}', or '{9}'.
280 <Parameter Type="System.String" Name="elementName" />
281 <Parameter Type="System.String" Name="attributeName" />
282 <Parameter Type="System.String" Name="value" />
283 <Parameter Type="System.String" Name="legalValue1" />
284 <Parameter Type="System.String" Name="legalValue2" />
285 <Parameter Type="System.String" Name="legalValue3" />
286 <Parameter Type="System.String" Name="legalValue4" />
287 <Parameter Type="System.String" Name="legalValue5" />
288 <Parameter Type="System.String" Name="legalValue6" />
289 <Parameter Type="System.String" Name="legalValue7" />
290 </Instance>
291 <Instance>
292 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', '{6}', '{7}', '{8}', '{9}', or '{10}'.
293 <Parameter Type="System.String" Name="elementName" />
294 <Parameter Type="System.String" Name="attributeName" />
295 <Parameter Type="System.String" Name="value" />
296 <Parameter Type="System.String" Name="legalValue1" />
297 <Parameter Type="System.String" Name="legalValue2" />
298 <Parameter Type="System.String" Name="legalValue3" />
299 <Parameter Type="System.String" Name="legalValue4" />
300 <Parameter Type="System.String" Name="legalValue5" />
301 <Parameter Type="System.String" Name="legalValue6" />
302 <Parameter Type="System.String" Name="legalValue7" />
303 <Parameter Type="System.String" Name="legalValue8" />
304 </Instance>
305 <Instance>
306 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: '{3}', '{4}', '{5}', '{6}', '{7}', '{8}', '{9}', '{10}', '{11}', '{12}', '{13}', '{14}', '{15}', '{16}', '{17}', '{18}', '{19}', '{20}', '{21}', '{22}', '{23}', '{24}', '{25}', '{26}', '{27}', or '{28}'.
307 <Parameter Type="System.String" Name="elementName" />
308 <Parameter Type="System.String" Name="attributeName" />
309 <Parameter Type="System.String" Name="value" />
310 <Parameter Type="System.String" Name="legalValue1" />
311 <Parameter Type="System.String" Name="legalValue2" />
312 <Parameter Type="System.String" Name="legalValue3" />
313 <Parameter Type="System.String" Name="legalValue4" />
314 <Parameter Type="System.String" Name="legalValue5" />
315 <Parameter Type="System.String" Name="legalValue6" />
316 <Parameter Type="System.String" Name="legalValue7" />
317 <Parameter Type="System.String" Name="legalValue8" />
318 <Parameter Type="System.String" Name="legalValue9" />
319 <Parameter Type="System.String" Name="legalValue10" />
320 <Parameter Type="System.String" Name="legalValue11" />
321 <Parameter Type="System.String" Name="legalValue12" />
322 <Parameter Type="System.String" Name="legalValue13" />
323 <Parameter Type="System.String" Name="legalValue14" />
324 <Parameter Type="System.String" Name="legalValue15" />
325 <Parameter Type="System.String" Name="legalValue16" />
326 <Parameter Type="System.String" Name="legalValue17" />
327 <Parameter Type="System.String" Name="legalValue18" />
328 <Parameter Type="System.String" Name="legalValue19" />
329 <Parameter Type="System.String" Name="legalValue20" />
330 <Parameter Type="System.String" Name="legalValue21" />
331 <Parameter Type="System.String" Name="legalValue22" />
332 <Parameter Type="System.String" Name="legalValue23" />
333 <Parameter Type="System.String" Name="legalValue24" />
334 <Parameter Type="System.String" Name="legalValue25" />
335 <Parameter Type="System.String" Name="legalValue26" />
336 </Instance>
337 </Message>
338 <Message Id="CustomActionMultipleSources" Number="22">
339 <Instance>
340 The {0}/@{1} attribute cannot coexist with a previously specified attribute on this element. The {0} element may only have one of the following source attributes specified at a time: {2}, {3}, {4}, {5}, or {6}.
341 <Parameter Type="System.String" Name="elementName" />
342 <Parameter Type="System.String" Name="attributeName" />
343 <Parameter Type="System.String" Name="attributeName1" />
344 <Parameter Type="System.String" Name="attributeName2" />
345 <Parameter Type="System.String" Name="attributeName3" />
346 <Parameter Type="System.String" Name="attributeName4" />
347 <Parameter Type="System.String" Name="attributeName5" />
348 </Instance>
349 </Message>
350 <Message Id="CustomActionMultipleTargets" Number="23">
351 <Instance>
352 The {0}/@{1} attribute cannot coexist with a previously specified attribute on this element. The {0} element may only have one of the following target attributes specified at a time: {2}, {3}, {4}, {5}, {6}, {7}, or {8}.
353 <Parameter Type="System.String" Name="elementName" />
354 <Parameter Type="System.String" Name="attributeName" />
355 <Parameter Type="System.String" Name="attributeName1" />
356 <Parameter Type="System.String" Name="attributeName2" />
357 <Parameter Type="System.String" Name="attributeName3" />
358 <Parameter Type="System.String" Name="attributeName4" />
359 <Parameter Type="System.String" Name="attributeName5" />
360 <Parameter Type="System.String" Name="attributeName6" />
361 <Parameter Type="System.String" Name="attributeName7" />
362 </Instance>
363 </Message>
364 <Message Id="CustomActionIllegalInnerText" Number="24">
365 <Instance>
366 The {0} element contains illegal inner text: '{1}'. It may not contain inner text unless the {2} attribute is specified.
367 <Parameter Type="System.String" Name="elementName" />
368 <Parameter Type="System.String" Name="innerText" />
369 <Parameter Type="System.String" Name="attributeName" />
370 </Instance>
371 </Message>
372 <Message Id="DirectoryRootWithoutName" Number="25">
373 <Instance>
374 The {0} element requires the {1} attribute because there is no parent {0} element.
375 <Parameter Type="System.String" Name="elementName" />
376 <Parameter Type="System.String" Name="attributeName" />
377 </Instance>
378 </Message>
379 <Message Id="IllegalShortFilename" Number="26">
380 <Instance>
381 The {0}/@{1} attribute's value, '{2}', is not a valid 8.3-compliant name. Legal names contain no more than 8 non-period characters followed by an optional period and extension of no more than 3 non-period characters. Any character except for the follow may be used: \ ? | &gt; &lt; : / * " + , ; = [ ] (space).
382 <Parameter Type="System.String" Name="elementName" />
383 <Parameter Type="System.String" Name="attributeName" />
384 <Parameter Type="System.String" Name="value" />
385 </Instance>
386 </Message>
387 <Message Id="IllegalLongFilename" Number="27">
388 <Instance>
389 The {0}/@{1} attribute's value, '{2}', is not a valid filename because it contains illegal characters. Legal filenames contain no more than 260 characters and must contain at least one non-period character. Any character except for the follow may be used: \ ? | &gt; &lt; : / * ".
390 <Parameter Type="System.String" Name="elementName" />
391 <Parameter Type="System.String" Name="attributeName" />
392 <Parameter Type="System.String" Name="value" />
393 </Instance>
394 <Instance>
395 The {0}/@{1} attribute's value '{2}' contains a invalid filename '{3}'. Legal filenames contain no more than 260 characters and must contain at least one non-period character. Any character except for the follow may be used: \ ? | &gt; &lt; : / * ".
396 <Parameter Type="System.String" Name="elementName" />
397 <Parameter Type="System.String" Name="attributeName" />
398 <Parameter Type="System.String" Name="value" />
399 <Parameter Type="System.String" Name="filename" />
400 </Instance>
401 </Message>
402 <Message Id="TableNameTooLong" Number="28">
403 <Instance>
404 The {0}/@{1} attribute's value, '{2}', is too long for a table name. It cannot be more than than 31 characters long.
405 <Parameter Type="System.String" Name="elementName" />
406 <Parameter Type="System.String" Name="attributeName" />
407 <Parameter Type="System.String" Name="value" />
408 </Instance>
409 </Message>
410 <Message Id="FeatureConfigurableDirectoryNotUppercase" Number="29">
411 <Instance>
412 The {0}/@{1} attribute's value, '{2}', contains lowercase characters. Since this directory is user-configurable, it needs to be a public property. This means the value must be completely uppercase.
413 <Parameter Type="System.String" Name="elementName" />
414 <Parameter Type="System.String" Name="attributeName" />
415 <Parameter Type="System.String" Name="value" />
416 </Instance>
417 </Message>
418 <Message Id="FeatureCannotFavorAndDisallowAdvertise" Number="30">
419 <Instance>
420 The {0}/@{1} attribute's value, '{2}', cannot coexist with the {3} attribute's value of '{4}'. These options would ask the installer to disallow the advertised state for this feature while at the same time favoring it.
421 <Parameter Type="System.String" Name="elementName" />
422 <Parameter Type="System.String" Name="attributeName" />
423 <Parameter Type="System.String" Name="value" />
424 <Parameter Type="System.String" Name="otherAttributeName" />
425 <Parameter Type="System.String" Name="otherValue" />
426 </Instance>
427 </Message>
428 <Message Id="FeatureCannotFollowParentAndFavorLocalOrSource" Number="31">
429 <Instance>
430 The {0}/@{1} attribute cannot be specified if the {2} attribute's value is '{3}'. These options would ask the installer to force this feature to follow the parent installation state and simultaneously favor a particular installation state just for this feature.
431 <Parameter Type="System.String" Name="elementName" />
432 <Parameter Type="System.String" Name="attributeName" />
433 <Parameter Type="System.String" Name="otherAttributeName" />
434 <Parameter Type="System.String" Name="otherValue" />
435 </Instance>
436 </Message>
437 <Message Id="MediaEmbeddedCabinetNameTooLong" Number="32">
438 <Instance>
439 The {0}/@{1} attribute's value, '{2}', is {3} characters long. The name is too long for an embedded cabinet. It cannot be more than than 62 characters long.
440 <Parameter Type="System.String" Name="elementName" />
441 <Parameter Type="System.String" Name="attributeName" />
442 <Parameter Type="System.String" Name="value" />
443 <Parameter Type="System.Int32" Name="length" />
444 </Instance>
445 </Message>
446 <Message Id="RegistrySubElementCannotBeRemoved" Number="33">
447 <Instance>
448 The {0}/{1} element cannot be specified if the {2} attribute's value is '{3}' or '{4}'.
449 <Parameter Type="System.String" Name="registryElementName" />
450 <Parameter Type="System.String" Name="registryValueElementName" />
451 <Parameter Type="System.String" Name="actionAttributeName" />
452 <Parameter Type="System.String" Name="removeValue" />
453 <Parameter Type="System.String" Name="removeKeyOnInstallValue" />
454 </Instance>
455 </Message>
456 <Message Id="RegistryMultipleValuesWithoutMultiString" Number="34">
457 <Instance>
458 The {0}/@{1} attribute and a {0}/{2} element cannot both be specified. Only one may be specified if the {3} attribute's value is not 'multiString'.
459 <Parameter Type="System.String" Name="registryElementName" />
460 <Parameter Type="System.String" Name="valueAttributeName" />
461 <Parameter Type="System.String" Name="registryValueElementName" />
462 <Parameter Type="System.String" Name="typeAttributeName" />
463 </Instance>
464 </Message>
465 <Message Id="IllegalAttributeWithOtherAttribute" Number="35">
466 <Instance>
467 The {0}/@{1} attribute cannot be specified when attribute {2} is present.
468 <Parameter Type="System.String" Name="elementName" />
469 <Parameter Type="System.String" Name="attributeName" />
470 <Parameter Type="System.String" Name="otherAttributeName" />
471 </Instance>
472 <Instance>
473 The {0}/@{1} attribute cannot be specified when attribute {2} is present with value '{3}'.
474 <Parameter Type="System.String" Name="elementName" />
475 <Parameter Type="System.String" Name="attributeName" />
476 <Parameter Type="System.String" Name="otherAttributeName" />
477 <Parameter Type="System.String" Name="otherAttributeValue" />
478 </Instance>
479 </Message>
480 <Message Id="IllegalAttributeWithOtherAttributes" Number="36">
481 <Instance>
482 The {0}/@{1} attribute cannot be specified when attribute {2} or {3} is also present.
483 <Parameter Type="System.String" Name="elementName" />
484 <Parameter Type="System.String" Name="attributeName" />
485 <Parameter Type="System.String" Name="otherAttributeName1" />
486 <Parameter Type="System.String" Name="otherAttributeName2" />
487 </Instance>
488 <Instance>
489 The {0}/@{1} attribute cannot be specified when attribute {2}, {3}, or {4} is also present.
490 <Parameter Type="System.String" Name="elementName" />
491 <Parameter Type="System.String" Name="attributeName" />
492 <Parameter Type="System.String" Name="otherAttributeName1" />
493 <Parameter Type="System.String" Name="otherAttributeName2" />
494 <Parameter Type="System.String" Name="otherAttributeName3" />
495 </Instance>
496 <Instance>
497 The {0}/@{1} attribute cannot be specified when attribute {2}, {3}, {4}, or {5} is also present.
498 <Parameter Type="System.String" Name="elementName" />
499 <Parameter Type="System.String" Name="attributeName" />
500 <Parameter Type="System.String" Name="otherAttributeName1" />
501 <Parameter Type="System.String" Name="otherAttributeName2" />
502 <Parameter Type="System.String" Name="otherAttributeName3" />
503 <Parameter Type="System.String" Name="otherAttributeName4" />
504 </Instance>
505 </Message>
506 <Message Id="IllegalAttributeWithoutOtherAttributes" Number="37">
507 <Instance>
508 The {0}/@{1} attribute can only be specified with the following attribute {2} present.
509 <Parameter Type="System.String" Name="elementName" />
510 <Parameter Type="System.String" Name="attributeName" />
511 <Parameter Type="System.String" Name="otherAttributeName" />
512 </Instance>
513 <Instance>
514 The {0}/@{1} attribute can only be specified with one of the following attributes: {2} or {3} present.
515 <Parameter Type="System.String" Name="elementName" />
516 <Parameter Type="System.String" Name="attributeName" />
517 <Parameter Type="System.String" Name="otherAttributeName1" />
518 <Parameter Type="System.String" Name="otherAttributeName2" />
519 </Instance>
520 <Instance>
521 The {0}/@{1} attribute can only be specified with one of the following attributes: {2} or {3} present with value '{4}'.
522 <Parameter Type="System.String" Name="elementName" />
523 <Parameter Type="System.String" Name="attributeName" />
524 <Parameter Type="System.String" Name="otherAttributeName1" />
525 <Parameter Type="System.String" Name="otherAttributeName2" />
526 <Parameter Type="System.String" Name="otherAttributeValue" />
527 <Parameter Type="System.Boolean" Name="uniquifier" />
528 </Instance>
529 <Instance>
530 The {0}/@{1} attribute can only be specified with one of the following attributes: {2}, {3}, or {4} present.
531 <Parameter Type="System.String" Name="elementName" />
532 <Parameter Type="System.String" Name="attributeName" />
533 <Parameter Type="System.String" Name="otherAttributeName1" />
534 <Parameter Type="System.String" Name="otherAttributeName2" />
535 <Parameter Type="System.String" Name="otherAttributeName3" />
536 </Instance>
537 <Instance>
538 The {0}/@{1} attribute can only be specified with one of the following attributes: {2}, {3}, {4}, or {5} present.
539 <Parameter Type="System.String" Name="elementName" />
540 <Parameter Type="System.String" Name="attributeName" />
541 <Parameter Type="System.String" Name="otherAttributeName1" />
542 <Parameter Type="System.String" Name="otherAttributeName2" />
543 <Parameter Type="System.String" Name="otherAttributeName3" />
544 <Parameter Type="System.String" Name="otherAttributeName4" />
545 </Instance>
546 </Message>
547 <Message Id="IllegalAttributeValueWithoutOtherAttribute" Number="38">
548 <Instance>
549 The {0}/@{1} attribute's value, '{2}', can only be specified with attribute {3} present with value '{4}'.
550 <Parameter Type="System.String" Name="elementName" />
551 <Parameter Type="System.String" Name="attributeName" />
552 <Parameter Type="System.String" Name="attributeValue" />
553 <Parameter Type="System.String" Name="otherAttributeName" />
554 <Parameter Type="System.String" Name="otherAttributeValue" />
555 </Instance>
556 <Instance>
557 The {0}/@{1} attribute's value, '{2}', cannot be specified without attribute {3} present.
558 <Parameter Type="System.String" Name="elementName" />
559 <Parameter Type="System.String" Name="attributeName" />
560 <Parameter Type="System.String" Name="attributeValue" />
561 <Parameter Type="System.String" Name="otherAttributeName" />
562 </Instance>
563 </Message>
564 <Message Id="IntegralValueSentinelCollision" Number="39">
565 <Instance>
566 The integer value {0} collides with a sentinel value in the compiler code.
567 <Parameter Type="System.Int32" Name="value" />
568 </Instance>
569 <Instance>
570 The long integral value {0} collides with a sentinel value in the compiler code.
571 <Parameter Type="System.Int64" Name="value" />
572 </Instance>
573 </Message>
574 <Message Id="ExampleGuid" Number="40">
575 <Instance>
576 The {0}/@{1} attribute's value, '{2}', is not a legal Guid value. A Guid needs to be generated and put in place of '{2}' in the source file.
577 <Parameter Type="System.String" Name="elementName" />
578 <Parameter Type="System.String" Name="attributeName" />
579 <Parameter Type="System.String" Name="value" />
580 </Instance>
581 </Message>
582 <Message Id="TooManyChildren" Number="41">
583 <Instance>
584 The {0} element contains multiple {1} child elements. There can only be one {1} child element per {0} element.
585 <Parameter Type="System.String" Name="elementName" />
586 <Parameter Type="System.String" Name="childElementName" />
587 </Instance>
588 </Message>
589 <Message Id="ComponentMultipleKeyPaths" Number="42">
590 <Instance>
591 The {0} element has multiple key paths set. The key path may only be set to '{2}' in extension elements that support it or one of the following locations: {0}/@{1}, {3}/@{1}, {4}/@{1}, or {5}/@{1}.
592 <Parameter Type="System.String" Name="elementName" />
593 <Parameter Type="System.String" Name="attributeName" />
594 <Parameter Type="System.String" Name="value" />
595 <Parameter Type="System.String" Name="fileElementName" />
596 <Parameter Type="System.String" Name="registryElementName" />
597 <Parameter Type="System.String" Name="odbcDataSourceElementName" />
598 </Instance>
599 </Message>
600 <Message Id="CabClosureFailed" Number="43" SourceLineNumbers="no">
601 <Instance>
602 Failed to close cab '{0}'.
603 <Parameter Type="System.String" Name="cabinet" />
604 </Instance>
605 <Instance>
606 Failed to close cab '{0}', error: {1}.
607 <Parameter Type="System.String" Name="cabinet" />
608 <Parameter Type="System.Int32" Name="error" />
609 </Instance>
610 </Message>
611 <Message Id="ExpectedAttributes" Number="44">
612 <Instance>
613 The {0} element's {1} or {2} attribute was not found; one of these is required.
614 <Parameter Type="System.String" Name="elementName" />
615 <Parameter Type="System.String" Name="attributeName1" />
616 <Parameter Type="System.String" Name="attributeName2" />
617 </Instance>
618 <Instance>
619 The {0} element's {1}, {2}, or {3} attribute was not found; one of these is required.
620 <Parameter Type="System.String" Name="elementName" />
621 <Parameter Type="System.String" Name="attributeName1" />
622 <Parameter Type="System.String" Name="attributeName2" />
623 <Parameter Type="System.String" Name="attributeName3" />
624 </Instance>
625 <Instance>
626 The {0} element's {1}, {2}, {3}, or {4} attribute was not found; one of these is required.
627 <Parameter Type="System.String" Name="elementName" />
628 <Parameter Type="System.String" Name="attributeName1" />
629 <Parameter Type="System.String" Name="attributeName2" />
630 <Parameter Type="System.String" Name="attributeName3" />
631 <Parameter Type="System.String" Name="attributeName4" />
632 </Instance>
633 <Instance>
634 The {0} element's {1}, {2}, {3}, {4}, or {5} attribute was not found; one of these is required.
635 <Parameter Type="System.String" Name="elementName" />
636 <Parameter Type="System.String" Name="attributeName1" />
637 <Parameter Type="System.String" Name="attributeName2" />
638 <Parameter Type="System.String" Name="attributeName3" />
639 <Parameter Type="System.String" Name="attributeName4" />
640 <Parameter Type="System.String" Name="attributeName5" />
641 </Instance>
642 <Instance>
643 The {0} element's {1}, {2}, {3}, {4}, {5}, or {6} attribute was not found; one of these is required.
644 <Parameter Type="System.String" Name="elementName" />
645 <Parameter Type="System.String" Name="attributeName1" />
646 <Parameter Type="System.String" Name="attributeName2" />
647 <Parameter Type="System.String" Name="attributeName3" />
648 <Parameter Type="System.String" Name="attributeName4" />
649 <Parameter Type="System.String" Name="attributeName5" />
650 <Parameter Type="System.String" Name="attributeName6" />
651 </Instance>
652 <Instance>
653 The {0} element's {1}, {2}, {3}, {4}, {5}, {6}, or {7} attribute was not found; one of these is required.
654 <Parameter Type="System.String" Name="elementName" />
655 <Parameter Type="System.String" Name="attributeName1" />
656 <Parameter Type="System.String" Name="attributeName2" />
657 <Parameter Type="System.String" Name="attributeName3" />
658 <Parameter Type="System.String" Name="attributeName4" />
659 <Parameter Type="System.String" Name="attributeName5" />
660 <Parameter Type="System.String" Name="attributeName6" />
661 <Parameter Type="System.String" Name="attributeName7" />
662 </Instance>
663 </Message>
664 <Message Id="ExpectedAttributesWithOtherAttribute" Number="45">
665 <Instance>
666 The {0} element's {1} or {2} attribute was not found; at least one of these attributes must be specified.
667 <Parameter Type="System.String" Name="elementName" />
668 <Parameter Type="System.String" Name="attributeName1" />
669 <Parameter Type="System.String" Name="attributeName2" />
670 </Instance>
671 <Instance>
672 The {0} element's {1} or {2} attribute was not found; one of these is required when attribute {3} is present.
673 <Parameter Type="System.String" Name="elementName" />
674 <Parameter Type="System.String" Name="attributeName1" />
675 <Parameter Type="System.String" Name="attributeName2" />
676 <Parameter Type="System.String" Name="otherAttributeName" />
677 </Instance>
678 <Instance>
679 The {0} element's {1} or {2} attribute was not found; one of these is required when attribute {3} has a value of '{4}'.
680 <Parameter Type="System.String" Name="elementName" />
681 <Parameter Type="System.String" Name="attributeName1" />
682 <Parameter Type="System.String" Name="attributeName2" />
683 <Parameter Type="System.String" Name="otherAttributeName" />
684 <Parameter Type="System.String" Name="otherAttributeValue" />
685 </Instance>
686 </Message>
687 <Message Id="ExpectedAttributesWithoutOtherAttribute" Number="46">
688 <Instance>
689 The {0} element's {1} or {2} attribute was not found; one of these is required without attribute {3} present.
690 <Parameter Type="System.String" Name="elementName" />
691 <Parameter Type="System.String" Name="attributeName1" />
692 <Parameter Type="System.String" Name="attributeName2" />
693 <Parameter Type="System.String" Name="otherAttributeName" />
694 </Instance>
695 </Message>
696 <Message Id="MissingTypeLibFile" Number="47">
697 <Instance>
698 The {0} element is non-advertised and therefore requires a parent {1} element.
699 <Parameter Type="System.String" Name="elementName" />
700 <Parameter Type="System.String" Name="fileElementName" />
701 </Instance>
702 </Message>
703 <Message Id="InvalidDocumentElement" Number="48">
704 <Instance>
705 The document element name '{0}' is invalid. A WiX {1} file must use '{2}' as the document element name.
706 <Parameter Type="System.String" Name="elementName" />
707 <Parameter Type="System.String" Name="fileType" />
708 <Parameter Type="System.String" Name="expectedElementName" />
709 </Instance>
710 </Message>
711 <Message Id="ExpectedAttributeInElementOrParent" Number="49">
712 <Instance>
713 The {0}/@{1} attribute was not found or empty; it is required, or it can be specified in the parent {2} element.
714 <Parameter Type="System.String" Name="elementName" />
715 <Parameter Type="System.String" Name="attributeName" />
716 <Parameter Type="System.String" Name="parentElementName" />
717 </Instance>
718 <Instance>
719 The {0}/@{1} attribute was not found or empty; it is required, or it can be specified in the parent {2}/@{3} attribute.
720 <Parameter Type="System.String" Name="elementName" />
721 <Parameter Type="System.String" Name="attributeName" />
722 <Parameter Type="System.String" Name="parentElementName" />
723 <Parameter Type="System.String" Name="parentAttributeName" />
724 </Instance>
725 </Message>
726 <Message Id="UnauthorizedAccess" Number="50" SourceLineNumbers="no">
727 <Instance>
728 Access to the path '{0}' is denied.
729 <Parameter Type="System.String" Name="filePath" />
730 </Instance>
731 </Message>
732 <Message Id="IllegalModuleExclusionLanguageAttributes" Number="51">
733 <Instance>Cannot set both ExcludeLanguage and ExcludeExceptLanguage attributes on a ModuleExclusion element.</Instance>
734 </Message>
735 <Message Id="NoFirstControlSpecified" Number="52">
736 <Instance>
737 The '{0}' dialog element does not have a valid tabbable control. You must either have a tabbable control that is not marked TabSkip='yes', or you must mark a control TabSkip='no'. If you have a page with no tabbable controls (a progress page, for example), you might want to set the first Text control to be TabSkip='no'.
738 <Parameter Type="System.String" Name="dialogName" />
739 </Instance>
740 </Message>
741 <Message Id="NoDataForColumn" Number="53">
742 <Instance>
743 There is no data for column '{0}' in a contained row of custom table '{1}'. A non-null value must be supplied for this column.
744 <Parameter Type="System.String" Name="columnName" />
745 <Parameter Type="System.String" Name="tableName" />
746 </Instance>
747 </Message>
748 <Message Id="ValueAndMaskMustBeSameLength" Number="54">
749 <Instance>
750 The FileTypeMask/@Value and FileTypeMask/@Mask attributes must be the same length.
751 </Instance>
752 </Message>
753 <Message Id="TooManySearchElements" Number="55">
754 <Instance>
755 Only one search element can appear under a '{0}' element.
756 <Parameter Type="System.String" Name="elementName" />
757 </Instance>
758 </Message>
759 <Message Id="IllegalAttributeExceptOnElement" Number="56">
760 <Instance>
761 The {1} attribute can only be specified on the {2} element.
762 <Parameter Type="System.String" Name="elementName" />
763 <Parameter Type="System.String" Name="attributeName" />
764 <Parameter Type="System.String" Name="expectedElementName" />
765 </Instance>
766 </Message>
767 <Message Id="SearchElementRequired" Number="57">
768 <Instance>
769 A '{0}' element must have a search element as a child.
770 <Parameter Type="System.String" Name="elementName" />
771 </Instance>
772 </Message>
773 <Message Id="MultipleIdentifiersFound" Number="58">
774 <Instance>
775 Under a '{0}' element, multiple identifiers were found: '{1}' and '{2}'. All search elements under this element must have the same id.
776 <Parameter Type="System.String" Name="elementName" />
777 <Parameter Type="System.String" Name="identifier" />
778 <Parameter Type="System.String" Name="mismatchIdentifier" />
779 </Instance>
780 </Message>
781 <Message Id="AdvertiseStateMustMatch" Number="59">
782 <Instance>
783 The advertise state of this element: '{0}', does not match the advertise state set on the parent element: '{1}'.
784 <Parameter Type="System.String" Name="advertiseState" />
785 <Parameter Type="System.String" Name="parentAdvertiseState" />
786 </Instance>
787 </Message>
788 <Message Id="DuplicateContextValue" Number="60">
789 <Instance>
790 The context value '{0}' was duplicated. Context values must be distinct.
791 <Parameter Type="System.String" Name="contextValue" />
792 </Instance>
793 </Message>
794 <Message Id="RelativePathForRegistryElement" Number="61">
795 <Instance>
796 Cannot convert RelativePath into Registry elements.
797 </Instance>
798 </Message>
799 <Message Id="IllegalAttributeWhenNested" Number="62">
800 <Instance>
801 The {0}/@{1} attribute cannot be specified when the {0} element is nested underneath a {2} element. If this {0} is a member of a ComponentGroup where ComponentGroup/@{1} is set, then the {0}/@{1} attribute should be removed.
802 <Parameter Type="System.String" Name="elementName" />
803 <Parameter Type="System.String" Name="attributeName" />
804 <Parameter Type="System.String" Name="parentElement" />
805 </Instance>
806 </Message>
807 <Message Id="ExpectedElement" Number="63">
808 <Instance>
809 A {0} element must have at least one child element of type {1}.
810 <Parameter Type="System.String" Name="elementName" />
811 <Parameter Type="System.String" Name="childName" />
812 </Instance>
813 <Instance>
814 A {0} element must have at least one child element of type {1} or {2}.
815 <Parameter Type="System.String" Name="elementName" />
816 <Parameter Type="System.String" Name="childName1" />
817 <Parameter Type="System.String" Name="childName2" />
818 </Instance>
819 <Instance>
820 A {0} element must have at least one child element of type {1}, {2}, or {3}.
821 <Parameter Type="System.String" Name="elementName" />
822 <Parameter Type="System.String" Name="childName1" />
823 <Parameter Type="System.String" Name="childName2" />
824 <Parameter Type="System.String" Name="childName3" />
825 </Instance>
826 <Instance>
827 A {0} element must have at least one child element of type {1}, {2}, {3}, or {4}.
828 <Parameter Type="System.String" Name="elementName" />
829 <Parameter Type="System.String" Name="childName1" />
830 <Parameter Type="System.String" Name="childName2" />
831 <Parameter Type="System.String" Name="childName3" />
832 <Parameter Type="System.String" Name="childName4" />
833 </Instance>
834 </Message>
835 <Message Id="RegistryRootInvalid" Number="64">
836 <Instance>
837 Registry/@Root attribute is invalid on a nested Registry element. Either remove the Root attribute or move the Registry element so it is not nested under another Registry element.
838 </Instance>
839 </Message>
840 <Message Id="IllegalYesNoDefaultValue" Number="65">
841 <Instance>
842 The {0}/@{1} attribute's value, '{2}', is not a legal yes/no/default value. The only legal values are 'default', 'no' or 'yes'.
843 <Parameter Type="System.String" Name="elementName" />
844 <Parameter Type="System.String" Name="attributeName" />
845 <Parameter Type="System.String" Name="value" />
846 </Instance>
847 </Message>
848 <Message Id="IllegalAttributeInMergeModule" Number="66">
849 <Instance>
850 The {0}/@{1} attribute cannot be specified in a merge module.
851 <Parameter Type="System.String" Name="elementName" />
852 <Parameter Type="System.String" Name="attributeName" />
853 </Instance>
854 </Message>
855 <Message Id="GenericReadNotAllowed" Number="67">
856 <Instance>Permission elements cannot have GenericRead as the only permission specified. Include at least one other permission.</Instance>
857 </Message>
858 <Message Id="IllegalAttributeWithInnerText" Number="68">
859 <Instance>
860 The {0}/@{1} attribute cannot be specified when the element has body text as well. Specify either the attribute or the body, but not both.
861 <Parameter Type="System.String" Name="elementName" />
862 <Parameter Type="System.String" Name="attributeName" />
863 </Instance>
864 </Message>
865 <Message Id="SearchElementRequiredWithAttribute" Number="69">
866 <Instance>
867 A {0} element must have a search element as a child when the {0}/@{1} attribute has the value '{2}'.
868 <Parameter Type="System.String" Name="elementName" />
869 <Parameter Type="System.String" Name="attributeName" />
870 <Parameter Type="System.String" Name="attributeValue" />
871 </Instance>
872 </Message>
873 <Message Id="CannotAuthorSpecialProperties" Number="70">
874 <Instance>
875 The {0} property was specified. Special MSI properties cannot be authored. Use the attributes on the Property element instead.
876 <Parameter Type="System.String" Name="propertyName" />
877 </Instance>
878 </Message>
879 <Message Id="NeedSequenceBeforeOrAfter" Number="72">
880 <Instance>
881 A {0} element must have a Before attribute, After attribute, or a Sequence attribute.
882 <Parameter Type="System.String" Name="elementName" />
883 </Instance>
884 </Message>
885 <Message Id="ValueNotSupported" Number="73">
886 <Instance>
887 The {0}/@{1} attribute's value, '{2}, is not supported by the Windows Installer.
888 <Parameter Type="System.String" Name="elementName" />
889 <Parameter Type="System.String" Name="attributeName" />
890 <Parameter Type="System.String" Name="attributeValue" />
891 </Instance>
892 </Message>
893 <Message Id="TabbableControlNotAllowedInBillboard" Number="74">
894 <Instance>
895 A {0} element was specified with Type='{1}' and TabSkip='no'. Tabbable controls are not allowed in Billboards.
896 <Parameter Type="System.String" Name="elementName" />
897 <Parameter Type="System.String" Name="controlType" />
898 </Instance>
899 </Message>
900 <Message Id="CheckBoxValueOnlyValidWithCheckBox" Number="75">
901 <Instance>
902 A {0} element was specified with Type='{1}' and a CheckBoxValue. Check box values can only be specified with Type='CheckBox'.
903 <Parameter Type="System.String" Name="elementName" />
904 <Parameter Type="System.String" Name="controlType" />
905 </Instance>
906 </Message>
907 <Message Id="CabFileDoesNotExist" Number="76" SourceLineNumbers="no">
908 <Instance>
909 Attempted to extract cab '{0}' from merge module '{1}' to directory '{2}'. The cab file was not found. This usually means that you have a merge module without a cabinet inside it.
910 <Parameter Type="System.String" Name="cabName" />
911 <Parameter Type="System.String" Name="mergeModulePath" />
912 <Parameter Type="System.String" Name="directoryName" />
913 </Instance>
914 </Message>
915 <Message Id="RadioButtonTypeInconsistent" Number="77">
916 <Instance>All RadioButton elements in a RadioButtonGroup must be consistent with their use of the Bitmap, Icon, and Text attributes. Ensure all of the RadioButton elements in this group have the same attribute specified.</Instance>
917 </Message>
918 <Message Id="RadioButtonBitmapAndIconDisallowed" Number="78">
919 <Instance>RadioButtonGroup elements that contain RadioButton elements with Bitmap or Icon attributes set to "yes" can only be specified under a Control element. Move your RadioButtonGroup element as a child of the appropriate Control element.</Instance>
920 </Message>
921 <Message Id="IllegalSuppressWarningId" Number="79" SourceLineNumbers="no">
922 <Instance>
923 Illegal value '{0}' for the -sw&lt;N&gt; command line option. Specify a particular warning number, like '-sw6' to suppress the warning with ID 6, or '-sw' alone to suppress all warnings.
924 <Parameter Type="System.String" Name="suppressedId" />
925 </Instance>
926 </Message>
927 <Message Id="PreprocessorIllegalForeachVariable" Number="80">
928 <Instance>
929 The variable named '{0}' is not allowed in a foreach expression.
930 <Parameter Type="System.String" Name="variableName" />
931 </Instance>
932 </Message>
933 <Message Id="PreprocessorMissingParameterPrefix" Number="81">
934 <Instance>
935 Could not find the prefix in parameter name: '{0}'.
936 <Parameter Type="System.String" Name="parameterName" />
937 </Instance>
938 </Message>
939 <Message Id="PreprocessorExtensionForParameterMissing" Number="82">
940 <Instance>
941 Could not find the preprocessor extension for parameter '{0}'. A preprocessor extension is expected because the parameter prefix, '{1}', is not one of the standard types: 'env', 'res', 'sys', or 'var'.
942 <Parameter Type="System.String" Name="parameterName" />
943 <Parameter Type="System.String" Name="parameterPrefix" />
944 </Instance>
945 </Message>
946 <Message Id="CannotFindFile" Number="83">
947 <Instance>
948 The file with id '{0}' and name '{1}' could not be found with source path: '{2}'.
949 <Parameter Type="System.String" Name="fileId" />
950 <Parameter Type="System.String" Name="fileName" />
951 <Parameter Type="System.String" Name="filePath" />
952 </Instance>
953 </Message>
954 <Message Id="BinderFileManagerMissingFile" Number="84">
955 <Instance>
956 {0}
957 <Parameter Type="System.String" Name="exceptionMessage" />
958 </Instance>
959 </Message>
960 <Message Id="ReferenceLoopDetected" Number="86">
961 <Instance>
962 A circular reference of groups was detected. The infinite loop includes: {0}. Group references must form a directed acyclic graph.
963 <Parameter Type="System.String" Name="loopList" />
964 </Instance>
965 </Message>
966 <Message Id="GuidContainsLowercaseLetters" Number="87">
967 <Instance>
968 The {0}/@{1} attribute's value, '{2}', is a mixed-case guid. All letters in a guid value should be uppercase.
969 <Parameter Type="System.String" Name="elementName" />
970 <Parameter Type="System.String" Name="attributeName" />
971 <Parameter Type="System.String" Name="value" />
972 </Instance>
973 </Message>
974 <Message Id="InvalidDateTimeFormat" Number="88">
975 <Instance>
976 The {0}/@{1} attribute's value '{2}' is not a valid date/time value. A date/time value should follow the format YYYY-MM-DDTHH:mm:ss.
977 <Parameter Type="System.String" Name="elementName" />
978 <Parameter Type="System.String" Name="attributeName" />
979 <Parameter Type="System.String" Name="value" />
980 </Instance>
981 </Message>
982 <Message Id="MultipleEntrySections" Number="89">
983 <Instance>
984 Multiple entry sections '{0}' and '{1}' found. Only one entry section may be present in a single target.
985 <Parameter Type="System.String" Name="sectionName1" />
986 <Parameter Type="System.String" Name="sectionName2" />
987 </Instance>
988 </Message>
989 <Message Id="MultipleEntrySections2" Number="90">
990 <Instance>Location of entry section related to previous error.</Instance>
991 </Message>
992 <Message Id="DuplicateSymbol" Number="91">
993 <Instance>
994 Duplicate symbol '{0}' found. This typically means that an Id is duplicated. Access modifiers (internal, protected, private) cannot prevent these conflicts. Ensure all your identifiers of a given type (File, Component, Feature) are unique.
995 <Parameter Type="System.String" Name="symbolName" />
996 </Instance>
997 <Instance>
998 Duplicate symbol '{0}' referenced by {1}. This typically means that an Id is duplicated. Ensure all your identifiers of a given type (File, Component, Feature) are unique or use an access modifier to scope the identfier.
999 <Parameter Type="System.String" Name="symbolName" />
1000 <Parameter Type="System.String" Name="referencingSourceLineNumber" />
1001 </Instance>
1002 </Message>
1003 <Message Id="DuplicateSymbol2" Number="92">
1004 <Instance>Location of symbol related to previous error.</Instance>
1005 </Message>
1006 <Message Id="MissingEntrySection" Number="93" SourceLineNumbers="no">
1007 <Instance>
1008 Could not find entry section in provided list of intermediates. Expected section of type '{0}'.
1009 <Parameter Type="System.String" Name="sectionType" />
1010 </Instance>
1011 </Message>
1012 <Message Id="UnresolvedReference" Number="94">
1013 <Instance>
1014 The identifier '{0}' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
1015 <Parameter Type="System.String" Name="symbolName" />
1016 </Instance>
1017 <Instance>
1018 The identifier '{0}' is inaccessible due to its protection level.
1019 <Parameter Type="System.String" Name="symbolName" />
1020 <Parameter Type="WixToolset.Data.AccessModifier" Name="accessModifier" />
1021 </Instance>
1022 </Message>
1023 <Message Id="MultiplePrimaryReferences" Number="95">
1024 <Instance>
1025 Multiple primary references were found for {0} '{1}' in {2} '{3}' and {4} '{5}'.
1026 <Parameter Type="System.String" Name="crefChildType" />
1027 <Parameter Type="System.String" Name="crefChildId" />
1028 <Parameter Type="System.String" Name="crefParentType" />
1029 <Parameter Type="System.String" Name="crefParentId" />
1030 <Parameter Type="System.String" Name="conflictParentType" />
1031 <Parameter Type="System.String" Name="conflictParentId" />
1032 </Instance>
1033 </Message>
1034 <Message Id="ComponentReferencedTwice" Number="96">
1035 <Instance>
1036 Component {0} cannot be contained in a Module twice.
1037 <Parameter Type="System.String" Name="crefChildId" />
1038 </Instance>
1039 </Message>
1040 <Message Id="DuplicateModuleFileIdentifier" Number="97">
1041 <Instance>
1042 The merge module '{0}' contains a file identifier, '{1}', that is duplicated either in another merge module or in a File/@Id attribute. File identifiers must be unique. Please change one of the file identifiers to a different value.
1043 <Parameter Type="System.String" Name="moduleId" />
1044 <Parameter Type="System.String" Name="fileId" />
1045 </Instance>
1046 </Message>
1047 <Message Id="DuplicateModuleCaseInsensitiveFileIdentifier" Number="98">
1048 <Instance>
1049 The merge module '{0}' contains 2 or more file identifiers that only differ by case: '{1}' and '{2}'. The WiX toolset extracts merge module files to the file system using these identifiers. Since most file systems are not case-sensitive a collision is likely. Please contact the owner of the merge module for a fix.
1050 <Parameter Type="System.String" Name="moduleId" />
1051 <Parameter Type="System.String" Name="fileId1" />
1052 <Parameter Type="System.String" Name="fileId2" />
1053 </Instance>
1054 </Message>
1055 <Message Id="ImplicitComponentKeyPath" Number="99">
1056 <Instance>
1057 The component '{0}' does not have an explicit key path specified. If the ordering of the elements under the Component element changes, the key path will also change. To prevent accidental changes, the key path should be set to 'yes' in one of the following locations: Component/@KeyPath, File/@KeyPath, ODBCDataSource/@KeyPath, or Registry/@KeyPath.
1058 <Parameter Type="System.String" Name="componentId" />
1059 </Instance>
1060 </Message>
1061 <Message Id="DuplicateLocalizationIdentifier" Number="100">
1062 <Instance>
1063 The localization identifier '{0}' has been duplicated in multiple locations. Please resolve the conflict.
1064 <Parameter Type="System.String" Name="localizationId" />
1065 </Instance>
1066 </Message>
1067 <Message Id="LocalizationVariableUnknown" Number="102">
1068 <Instance>
1069 The localization variable !(loc.{0}) is unknown. Please ensure the variable is defined.
1070 <Parameter Type="System.String" Name="variableId" />
1071 </Instance>
1072 </Message>
1073 <Message Id="FileNotFound" Number="103">
1074 <Instance>
1075 The system cannot find the file '{0}'.
1076 <Parameter Type="System.String" Name="file" />
1077 </Instance>
1078 <Instance>
1079 The system cannot find the file '{0}' with type '{1}'.
1080 <Parameter Type="System.String" Name="file" />
1081 <Parameter Type="System.String" Name="fileType" />
1082 </Instance>
1083 </Message>
1084 <Message Id="InvalidXml" Number="104">
1085 <Instance>
1086 Not a valid {0} file; detail: {1}
1087 <Parameter Type="System.String" Name="fileType" />
1088 <Parameter Type="System.String" Name="detail" />
1089 </Instance>
1090 </Message>
1091 <Message Id="ProgIdNestedTooDeep" Number="105">
1092 <Instance>ProgId elements may not be nested more than 1 level deep.</Instance>
1093 </Message>
1094 <Message Id="CanNotHaveTwoParents" Number="106">
1095 <Instance>
1096 The DirectorySearchRef {0} can not have a Parent attribute {1} and also be nested under parent element {2}
1097 <Parameter Type="System.String" Name="directorySearch" />
1098 <Parameter Type="System.String" Name="parentAttribute" />
1099 <Parameter Type="System.String" Name="parentElement" />
1100 </Instance>
1101 </Message>
1102 <Message Id="SchemaValidationFailed" Number="107">
1103 <Instance>
1104 Schema validation failed with the following error at line {1}, column {2}: {0}
1105 <Parameter Type="System.String" Name="validationError" />
1106 <Parameter Type="System.Int32" Name="lineNumber" />
1107 <Parameter Type="System.Int32" Name="linePosition" />
1108 </Instance>
1109 </Message>
1110 <Message Id="IllegalVersionValue" Number="108">
1111 <Instance>
1112 The {0}/@{1} attribute's value, '{2}', is not a valid version. Legal version values should look like 'x.x.x.x' where x is an integer from 0 to 65534.
1113 <Parameter Type="System.String" Name="elementName" />
1114 <Parameter Type="System.String" Name="attributeName" />
1115 <Parameter Type="System.String" Name="value" />
1116 </Instance>
1117 </Message>
1118 <Message Id="CustomTableNameTooLong" Number="109">
1119 <Instance>
1120 The {0}/@{1} attribute's value, '{2}', is too long for a table name. It cannot be more than than 31 characters long.
1121 <Parameter Type="System.String" Name="elementName" />
1122 <Parameter Type="System.String" Name="attributeName" />
1123 <Parameter Type="System.String" Name="value" />
1124 </Instance>
1125 </Message>
1126 <Message Id="CustomTableIllegalColumnWidth" Number="110">
1127 <Instance>
1128 The {0}/@{1} attribute's value, '{2}', is not a valid column width. Valid column widths are 2 or 4.
1129 <Parameter Type="System.String" Name="elementName" />
1130 <Parameter Type="System.String" Name="attributeName" />
1131 <Parameter Type="System.Int32" Name="value" />
1132 </Instance>
1133 </Message>
1134 <Message Id="CustomTableMissingPrimaryKey" Number="111">
1135 <Instance>The CustomTable is missing a Column element with the PrimaryKey attribute set to 'yes'. At least one column must be marked as the primary key.</Instance>
1136 </Message>
1137 <Message Id="TypeSpecificationForExtensionRequired" Number="113" SourceLineNumbers="no">
1138 <Instance>
1139 The parameter '{0}' must be followed by the extension's type specification. The type specification should be a fully qualified class and assembly identity, for example: "MyNamespace.MyClass,myextension.dll".
1140 <Parameter Type="System.String" Name="parameter" />
1141 </Instance>
1142 </Message>
1143 <Message Id="FilePathRequired" SourceLineNumbers="no" Number="114">
1144 <Instance>
1145 The parameter '{0}' must be followed by a file path.
1146 <Parameter Type="System.String" Name="parameter" />
1147 </Instance>
1148 </Message>
1149 <Message Id="DirectoryPathRequired" Number="115" SourceLineNumbers="no">
1150 <Instance>
1151 The parameter '{0}' must be followed by a directory path.
1152 <Parameter Type="System.String" Name="parameter" />
1153 </Instance>
1154 </Message>
1155 <Message Id="FileOrDirectoryPathRequired" Number="116" SourceLineNumbers="no">
1156 <Instance>
1157 The parameter '{0}' must be followed by a file or directory path. To specify a directory path the string must end with a backslash, for example: "C:\Path\".
1158 <Parameter Type="System.String" Name="parameter" />
1159 </Instance>
1160 </Message>
1161 <Message Id="PathCannotContainQuote" Number="117" SourceLineNumbers="no">
1162 <Instance>
1163 Path '{0}' contains a literal quote character. Quotes are often accidentally introduced when trying to refer to a directory path with spaces in it, such as "C:\Out Directory\" -- the backslash before the quote acts an escape character. The correct representation for that path is: "C:\Out Directory\\".
1164 <Parameter Type="System.String" Name="fileName" />
1165 </Instance>
1166 </Message>
1167 <Message Id="AdditionalArgumentUnexpected" Number="118" SourceLineNumbers="no">
1168 <Instance>
1169 Additional argument '{0}' was unexpected. Remove the argument and add the '-?' switch for more information.
1170 <Parameter Type="System.String" Name="argument" />
1171 </Instance>
1172 </Message>
1173 <Message Id="RegistryNameValueIncorrect" Number="119">
1174 <Instance>
1175 The {0}/@{1} attribute's value, '{2}', is incorrect. It should not contain values of '+', '-', or '*' when the {0}/@Value attribute is empty. Instead, use the proper element and attributes: for Name='+' use RegistryKey/@Action='createKey', for Name='-' use RemoveRegistryKey/@Action='removeOnUninstall', for Name='*' use RegistryKey/@Action='createAndRemoveOnUninstall'.
1176 <Parameter Type="System.String" Name="elementName" />
1177 <Parameter Type="System.String" Name="attributeName" />
1178 <Parameter Type="System.String" Name="value" />
1179 </Instance>
1180 </Message>
1181 <Message Id="FamilyNameTooLong" Number="120">
1182 <Instance>
1183 The {0}/@{1} attribute's value, '{2}', is {3} characters long. This is too long for a family name because the maximum allowed length is 8 characters long.
1184 <Parameter Type="System.String" Name="elementName" />
1185 <Parameter Type="System.String" Name="attributeName" />
1186 <Parameter Type="System.String" Name="value" />
1187 <Parameter Type="System.Int32" Name="length" />
1188 </Instance>
1189 </Message>
1190 <Message Id="IllegalFamilyName" Number="121">
1191 <Instance>
1192 The {0}/@{1} attribute's value, '{2}', contains illegal characters for a family name. Legal values include letters, numbers, and underscores.
1193 <Parameter Type="System.String" Name="elementName" />
1194 <Parameter Type="System.String" Name="attributeName" />
1195 <Parameter Type="System.String" Name="value" />
1196 </Instance>
1197 </Message>
1198 <Message Id="IllegalLongValue" Number="122">
1199 <Instance>
1200 The {0}/@{1} attribute's value, '{2}', is not a legal long value. Legal long values are from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
1201 <Parameter Type="System.String" Name="elementName" />
1202 <Parameter Type="System.String" Name="attributeName" />
1203 <Parameter Type="System.String" Name="value" />
1204 </Instance>
1205 </Message>
1206 <Message Id="IntegralValueOutOfRange" Number="123">
1207 <Instance>
1208 The {0}/@{1} attribute's value, '{2}', is not in the range of legal values. Legal values for this attribute are from {3} to {4}.
1209 <Parameter Type="System.String" Name="elementName" />
1210 <Parameter Type="System.String" Name="attributeName" />
1211 <Parameter Type="System.Int32" Name="value" />
1212 <Parameter Type="System.Int32" Name="minimum" />
1213 <Parameter Type="System.Int32" Name="maximum" />
1214 </Instance>
1215 <Instance>
1216 The {0}/@{1} attribute's value, '{2}', is not in the range of legal values. Legal values for this attribute are from {3} to {4}.
1217 <Parameter Type="System.String" Name="elementName" />
1218 <Parameter Type="System.String" Name="attributeName" />
1219 <Parameter Type="System.Int64" Name="value" />
1220 <Parameter Type="System.Int64" Name="minimum" />
1221 <Parameter Type="System.Int64" Name="maximum" />
1222 </Instance>
1223 </Message>
1224 <Message Id="DuplicateExtensionXmlSchemaNamespace" Number="125" SourceLineNumbers="no">
1225 <Instance>
1226 The extension '{0}' uses the same xml schema namespace, '{1}', as previously loaded extension '{2}'. Please either remove one of the extensions or rename the xml schema namespace to avoid the collision.
1227 <Parameter Type="System.String" Name="extension" />
1228 <Parameter Type="System.String" Name="extensionXmlSchemaNamespace" />
1229 <Parameter Type="System.String" Name="collidingExtension" />
1230 </Instance>
1231 </Message>
1232 <Message Id="DuplicateExtensionTable" Number="126" SourceLineNumbers="no">
1233 <Instance>
1234 The extension '{0}' contains a definition for table '{1}' that collides with a previously loaded table definition. Please remove one of the conflicting extensions or rename one of the tables to avoid the collision.
1235 <Parameter Type="System.String" Name="extension" />
1236 <Parameter Type="System.String" Name="tableName" />
1237 </Instance>
1238 </Message>
1239 <Message Id="DuplicateExtensionPreprocessorType" Number="127" SourceLineNumbers="no">
1240 <Instance>
1241 The extension '{0}' uses the same preprocessor variable prefix, '{1}', as previously loaded extension '{2}'. Please remove one of the extensions or rename the prefix to avoid the collision.
1242 <Parameter Type="System.String" Name="extension" />
1243 <Parameter Type="System.String" Name="variablePrefix" />
1244 <Parameter Type="System.String" Name="collidingExtension" />
1245 </Instance>
1246 </Message>
1247 <Message Id="FileInUse" Number="128">
1248 <Instance>
1249 The process can not access the file '{0}' because it is being used by another process.
1250 <Parameter Type="System.String" Name="file" />
1251 </Instance>
1252 </Message>
1253 <Message Id="CannotOpenMergeModule" Number="129">
1254 <Instance>
1255 Cannot open the merge module '{0}' from file '{1}'.
1256 <Parameter Type="System.String" Name="mergeModuleIdentifier" />
1257 <Parameter Type="System.String" Name="mergeModuleFile" />
1258 </Instance>
1259 </Message>
1260 <Message Id="DuplicatePrimaryKey" Number="130">
1261 <Instance>
1262 The primary key '{0}' is duplicated in table '{1}'. Please remove one of the entries or rename a part of the primary key to avoid the collision.
1263 <Parameter Type="System.String" Name="primaryKey" />
1264 <Parameter Type="System.String" Name="tableName" />
1265 </Instance>
1266 </Message>
1267 <Message Id="FileIdentifierNotFound" Number="131">
1268 <Instance>
1269 The file row with identifier '{0}' could not be found.
1270 <Parameter Type="System.String" Name="fileIdentifier" />
1271 </Instance>
1272 </Message>
1273 <Message Id="InvalidAssemblyFile" Number="132">
1274 <Instance>
1275 The assembly file '{0}' appears to be invalid. Please ensure this is a valid assembly file and that the user has the appropriate access rights to this file. More information: {1}
1276 <Parameter Type="System.String" Name="assemblyFile" />
1277 <Parameter Type="System.String" Name="moreInformation" />
1278 </Instance>
1279 </Message>
1280 <Message Id="ExpectedEndElement" Number="133">
1281 <Instance>
1282 The end element matching the '{0}' start element was not found.
1283 <Parameter Type="System.String" Name="elementName" />
1284 </Instance>
1285 </Message>
1286 <Message Id="IllegalCodepage" Number="134" SourceLineNumbers="no">
1287 <Instance>
1288 The code page '{0}' is not a valid Windows code page. Update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.
1289 <Parameter Type="System.Int32" Name="codepage" />
1290 </Instance>
1291 </Message>
1292 <Message Id="ExpectedMediaCabinet" Number="135">
1293 <Instance>
1294 The file '{0}' should be compressed but is not part of a compressed media. Files will be compressed if either the File/@Compressed or Package/@Compressed attributes are set to 'yes'. This can be fixed by setting the Media/@Cabinet attribute for media '{1}'.
1295 <Parameter Type="System.String" Name="fileId" />
1296 <Parameter Type="System.Int32" Name="diskId" />
1297 </Instance>
1298 </Message>
1299 <Message Id="InvalidIdt" Number="136">
1300 <Instance>
1301 There was an error importing the file '{0}'.
1302 <Parameter Type="System.String" Name="idtFile" />
1303 </Instance>
1304 <Instance>
1305 There was an error importing table '{1}' from file '{0}'.
1306 <Parameter Type="System.String" Name="idtFile" />
1307 <Parameter Type="System.String" Name="tableName" />
1308 </Instance>
1309 </Message>
1310 <Message Id="InvalidSequenceTable" Number="137" SourceLineNumbers="no">
1311 <Instance>
1312 Found an invalid sequence table '{0}'.
1313 <Parameter Type="System.String" Name="sequenceTableName" />
1314 </Instance>
1315 </Message>
1316 <Message Id="ExpectedDirectory" Number="138" SourceLineNumbers="no">
1317 <Instance>
1318 The directory '{0}' could not be found.
1319 <Parameter Type="System.String" Name="directory" />
1320 </Instance>
1321 </Message>
1322 <Message Id="ComponentExpectedFeature" Number="139">
1323 <Instance>
1324 The component '{0}' is not assigned to a feature. The component's {1} '{2}' requires it to be assigned to at least one feature.
1325 <Parameter Type="System.String" Name="component" />
1326 <Parameter Type="System.String" Name="type" />
1327 <Parameter Type="System.String" Name="target" />
1328 </Instance>
1329 </Message>
1330 <Message Id="RecursiveAction" Number="140" SourceLineNumbers="no">
1331 <Instance>
1332 The action '{0}' is recursively placed in the '{1}' table.
1333 <Parameter Type="System.String" Name="action" />
1334 <Parameter Type="System.String" Name="tableName" />
1335 </Instance>
1336 </Message>
1337 <Message Id="VersionMismatch" Number="141">
1338 <Instance>
1339 The {0} file format version {1} is not compatible with the expected {0} file format version {2}.
1340 <Parameter Type="System.String" Name="fileType" />
1341 <Parameter Type="System.String" Name="version" />
1342 <Parameter Type="System.String" Name="expectedVersion" />
1343 </Instance>
1344 </Message>
1345 <Message Id="UnexpectedContentNode" Number="142">
1346 <Instance>
1347 The {0} element contains an unexpected xml node of type {1}.
1348 <Parameter Type="System.String" Name="elementName" />
1349 <Parameter Type="System.String" Name="unexpectedNodeType" />
1350 </Instance>
1351 </Message>
1352 <Message Id="UnexpectedColumnCount" Number="143">
1353 <Instance>
1354 A parsed row has more fields that contain data for table '{0}' than are defined. This is potentially because a standard table is being redefined as a custom table or is based on an older table schema.
1355 <Parameter Type="System.String" Name="tableName" />
1356 </Instance>
1357 </Message>
1358 <Message Id="InvalidExtension" Number="144" SourceLineNumbers="no">
1359 <Instance>
1360 The extension '{0}' could not be loaded.
1361 <Parameter Type="System.String" Name="extension" />
1362 </Instance>
1363 <Instance>
1364 The extension '{0}' could not be loaded because of the following reason: {1}
1365 <Parameter Type="System.String" Name="extension" />
1366 <Parameter Type="System.String" Name="invalidReason" />
1367 </Instance>
1368 <Instance>
1369 The extension '{0}' is the wrong type: '{1}'. The expected type was '{2}'.
1370 <Parameter Type="System.String" Name="extension" />
1371 <Parameter Type="System.String" Name="extensionType" />
1372 <Parameter Type="System.String" Name="expectedType" />
1373 </Instance>
1374 <Instance>
1375 The extension '{0}' is the wrong type: '{1}'. The expected type was '{2}' or '{3}'.
1376 <Parameter Type="System.String" Name="extension" />
1377 <Parameter Type="System.String" Name="extensionType" />
1378 <Parameter Type="System.String" Name="expectedType1" />
1379 <Parameter Type="System.String" Name="expectedType2" />
1380 </Instance>
1381 </Message>
1382 <Message Id="InvalidSubExpression" Number="145">
1383 <Instance>
1384 Found invalid subexpression '{0}' in expression '{1}'.
1385 <Parameter Type="System.String" Name="subExpression" />
1386 <Parameter Type="System.String" Name="expression" />
1387 </Instance>
1388 </Message>
1389 <Message Id="UnmatchedPreprocessorInstruction" Number="146">
1390 <Instance>
1391 Found a &lt;?{1}?&gt; processing instruction without a matching &lt;?{0}?&gt; before it.
1392 <Parameter Type="System.String" Name="beginInstruction" />
1393 <Parameter Type="System.String" Name="endInstruction" />
1394 </Instance>
1395 </Message>
1396 <Message Id="NonterminatedPreprocessorInstruction" Number="147">
1397 <Instance>
1398 Found a &lt;?{0}?&gt; processing instruction without a matching &lt;?{1}?&gt; after it.
1399 <Parameter Type="System.String" Name="beginInstruction" />
1400 <Parameter Type="System.String" Name="endInstruction" />
1401 </Instance>
1402 </Message>
1403 <Message Id="ExpectedExpressionAfterNot" Number="148">
1404 <Instance>
1405 Expecting an argument for 'NOT' in expression '{0}'.
1406 <Parameter Type="System.String" Name="expression" />
1407 </Instance>
1408 </Message>
1409 <Message Id="InvalidPreprocessorVariable" Number="149">
1410 <Instance>
1411 Ill-formed preprocessor variable '$({0})'. Variables must have a prefix (like 'var.', 'env.', or 'sys.') and a name at least 1 character long. If the literal string '$({0})' is desired, use '$$({0})'.
1412 <Parameter Type="System.String" Name="variable" />
1413 </Instance>
1414 </Message>
1415 <Message Id="UndefinedPreprocessorVariable" Number="150">
1416 <Instance>
1417 Undefined preprocessor variable '$({0})'.
1418 <Parameter Type="System.String" Name="variableName" />
1419 </Instance>
1420 </Message>
1421 <Message Id="IllegalDefineStatement" Number="151">
1422 <Instance>
1423 The define statement '&lt;?define {0}?&gt;' is not well-formed. Define statements should be in the form &lt;?define variableName = "variable value"?&gt;.
1424 <Parameter Type="System.String" Name="defineStatement" />
1425 </Instance>
1426 </Message>
1427 <Message Id="VariableDeclarationCollision" Number="152">
1428 <Instance>
1429 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
1430 <Parameter Type="System.String" Name="variableName" />
1431 <Parameter Type="System.String" Name="variableValue" />
1432 <Parameter Type="System.String" Name="variableCollidingValue" />
1433 </Instance>
1434 </Message>
1435 <Message Id="CannotReundefineVariable" Number="153">
1436 <Instance>
1437 The variable '{0}' cannot be undefined because its already undefined.
1438 <Parameter Type="System.String" Name="variableName" />
1439 </Instance>
1440 </Message>
1441 <Message Id="IllegalForeach" Number="154">
1442 <Instance>
1443 The foreach statement '{0}' is illegal. The proper format for foreach is &lt;?foreach varName in valueList?&gt;.
1444 <Parameter Type="System.String" Name="foreachStatement" />
1445 </Instance>
1446 </Message>
1447 <Message Id="IllegalParentAttributeWhenNested" Number="155">
1448 <Instance>
1449 The {0}/@{1} attribute cannot be specified when a {2} element is nested underneath the {0} element.
1450 <Parameter Type="System.String" Name="parentElementName" />
1451 <Parameter Type="System.String" Name="parentAttributeName" />
1452 <Parameter Type="System.String" Name="childElement" />
1453 </Instance>
1454 </Message>
1455 <Message Id="ExpectedEndforeach" Number="156">
1456 <Instance>A &lt;?foreach?&gt; statement was found that had no matching &lt;?endforeach?&gt;.</Instance>
1457 </Message>
1458 <Message Id="UnmatchedQuotesInExpression" Number="158">
1459 <Instance>
1460 The quotes don't match in the expression '{0}'.
1461 <Parameter Type="System.String" Name="expression" />
1462 </Instance>
1463 </Message>
1464 <Message Id="UnmatchedParenthesisInExpression" Number="159">
1465 <Instance>
1466 The parenthesis don't match in the expression '{0}'.
1467 <Parameter Type="System.String" Name="expression" />
1468 </Instance>
1469 </Message>
1470 <Message Id="ExpectedVariable" Number="160">
1471 <Instance>
1472 A required variable was missing in the expression '{0}'.
1473 <Parameter Type="System.String" Name="expression" />
1474 </Instance>
1475 </Message>
1476 <Message Id="UnexpectedLiteral" Number="161">
1477 <Instance>
1478 An unexpected literal was found in the expression '{0}'.
1479 <Parameter Type="System.String" Name="expression" />
1480 </Instance>
1481 </Message>
1482 <Message Id="IllegalIntegerInExpression" Number="162">
1483 <Instance>
1484 An illegal number was found in the expression '{0}'.
1485 <Parameter Type="System.String" Name="expression" />
1486 </Instance>
1487 </Message>
1488 <Message Id="UnexpectedPreprocessorOperator" Number="163">
1489 <Instance>
1490 The operator '{0}' is unexpected.
1491 <Parameter Type="System.String" Name="operator" />
1492 </Instance>
1493 </Message>
1494 <Message Id="UnexpectedEmptySubexpression" Number="164">
1495 <Instance>
1496 The empty subexpression is unexpected in the expression '{0}'.
1497 <Parameter Type="System.String" Name="expression" />
1498 </Instance>
1499 </Message>
1500 <Message Id="UnexpectedCustomTableColumn" Number="165">
1501 <Instance>
1502 The custom table column '{0}' is unknown.
1503 <Parameter Type="System.String" Name="column" />
1504 </Instance>
1505 </Message>
1506 <Message Id="UnknownCustomTableColumnType" Number="166">
1507 <Instance>
1508 Encountered an unknown custom table column type '{0}'.
1509 <Parameter Type="System.String" Name="columnType" />
1510 </Instance>
1511 </Message>
1512 <Message Id="IllegalFileCompressionAttributes" Number="167">
1513 <Instance>Cannot have both the MsidbFileAttributesCompressed and MsidbFileAttributesNoncompressed options set in a file attributes column.</Instance>
1514 </Message>
1515 <Message Id="OverridableActionCollision" Number="168">
1516 <Instance>
1517 The {0} table contains an action '{1}' that is declared overridable in two different locations. Please remove one of the actions or the Overridable='yes' attribute from one of the actions.
1518 <Parameter Type="System.String" Name="sequenceTableName" />
1519 <Parameter Type="System.String" Name="actionName" />
1520 </Instance>
1521 </Message>
1522 <Message Id="OverridableActionCollision2" Number="169">
1523 <Instance>The location of the action related to previous error.</Instance>
1524 </Message>
1525 <Message Id="ActionCollision" Number="170">
1526 <Instance>
1527 The {0} table contains an action '{1}' that is declared in two different locations. Please remove one of the actions or set the Overridable='yes' attribute on one of their elements.
1528 <Parameter Type="System.String" Name="sequenceTableName" />
1529 <Parameter Type="System.String" Name="actionName" />
1530 </Instance>
1531 </Message>
1532 <Message Id="ActionCollision2" Number="171">
1533 <Instance>The location of the action related to previous error.</Instance>
1534 </Message>
1535 <Message Id="SuppressNonoverridableAction" Number="172">
1536 <Instance>
1537 The {0} table contains an action '{1}' that cannot be suppressed because it is not declared overridable in the base definition. Please stop suppressing the action or make it overridable in its base declaration.
1538 <Parameter Type="System.String" Name="sequenceTableName" />
1539 <Parameter Type="System.String" Name="actionName" />
1540 </Instance>
1541 </Message>
1542 <Message Id="SuppressNonoverridableAction2" Number="173">
1543 <Instance>The location of the non-overridable definition of the action related to previous error.</Instance>
1544 </Message>
1545 <Message Id="CustomActionSequencedInModule" Number="174">
1546 <Instance>
1547 The {0} table contains a custom action '{1}' that has a sequence number specified. The Sequence attribute is not allowed for custom actions in a merge module. Please remove the action or use the Before or After attributes to specify where this action should be sequenced relative to another action.
1548 <Parameter Type="System.String" Name="sequenceTableName" />
1549 <Parameter Type="System.String" Name="actionName" />
1550 </Instance>
1551 </Message>
1552 <Message Id="StandardActionRelativelyScheduledInModule" Number="175">
1553 <Instance>
1554 The {0} table contains a standard action '{1}' that does not have a sequence number specified. The Sequence attribute is required for standard actions in a merge module. Please remove the action or use the Sequence attribute.
1555 <Parameter Type="System.String" Name="sequenceTableName" />
1556 <Parameter Type="System.String" Name="actionName" />
1557 </Instance>
1558 </Message>
1559 <Message Id="ActionCircularDependency" Number="176">
1560 <Instance>
1561 The {0} table contains an action '{1}' that is scheduled to come before or after action '{2}', which is also scheduled to come before or after action '{1}'. Please remove this circular dependency by changing the Before or After attribute for one of the actions.
1562 <Parameter Type="System.String" Name="sequenceTableName" />
1563 <Parameter Type="System.String" Name="actionName1" />
1564 <Parameter Type="System.String" Name="actionName2" />
1565 </Instance>
1566 </Message>
1567 <Message Id="ActionScheduledRelativeToTerminationAction" Number="177">
1568 <Instance>
1569 The {0} table contains an action '{1}' that is scheduled to come before or after action '{2}', which is a special action which only occurs when the installer terminates. These special actions can be identified by their negative sequence numbers. Please schedule the action '{1}' to come before or after a different action.
1570 <Parameter Type="System.String" Name="sequenceTableName" />
1571 <Parameter Type="System.String" Name="actionName1" />
1572 <Parameter Type="System.String" Name="actionName2" />
1573 </Instance>
1574 </Message>
1575 <Message Id="ActionScheduledRelativeToTerminationAction2" Number="178">
1576 <Instance>The location of the special termination action related to previous error(s).</Instance>
1577 </Message>
1578 <Message Id="NoUniqueActionSequenceNumber" Number="179">
1579 <Instance>
1580 The {0} table contains an action '{1}' which cannot have a unique sequence number because it is scheduled before or after action '{2}'. There is not enough room before or after this action to assign a unique sequence number. Please schedule one of the actions differently so that it will be in a position with more sequence numbers available. Please note that sequence numbers must be an integer in the range 1 - 32767 (inclusive).
1581 <Parameter Type="System.String" Name="sequenceTableName" />
1582 <Parameter Type="System.String" Name="actionName1" />
1583 <Parameter Type="System.String" Name="actionName2" />
1584 </Instance>
1585 </Message>
1586 <Message Id="NoUniqueActionSequenceNumber2" Number="180">
1587 <Instance>The location of the sequenced action related to previous error.</Instance>
1588 </Message>
1589 <Message Id="ActionScheduledRelativeToItself" Number="181">
1590 <Instance>
1591 The {0}/@{1} attribute's value '{2}' is invalid because it would make this action dependent upon itself. Please change the value to the name of a different action.
1592 <Parameter Type="System.String" Name="elementName" />
1593 <Parameter Type="System.String" Name="attributeName" />
1594 <Parameter Type="System.String" Name="attributeValue" />
1595 </Instance>
1596 </Message>
1597 <Message Id="MissingTableDefinition" Number="182" SourceLineNumbers="no">
1598 <Instance>
1599 Cannot find the table definitions for the '{0}' table. This is likely due to a typing error or missing extension. Please ensure all the necessary extensions are supplied on the command line with the -ext parameter.
1600 <Parameter Type="System.String" Name="tableName" />
1601 </Instance>
1602 </Message>
1603 <Message Id="ExpectedRowInPatchCreationPackage" Number="183" SourceLineNumbers="no">
1604 <Instance>
1605 Could not find a row in the '{0}' table for this patch creation package. Patch creation packages must contain at least one row in the '{0}' table.
1606 <Parameter Type="System.String" Name="tableName" />
1607 </Instance>
1608 </Message>
1609 <Message Id="UnexpectedTableInMergeModule" Number="184">
1610 <Instance>
1611 An unexpected row in the '{0}' table was found in this merge module. Merge modules cannot contain the '{0}' table.
1612 <Parameter Type="System.String" Name="tableName" />
1613 </Instance>
1614 </Message>
1615 <Message Id="UnexpectedTableInPatchCreationPackage" Number="185">
1616 <Instance>
1617 An unexpected row in the '{0}' table was found in this patch creation package. Patch creation packages cannot contain the '{0}' table.
1618 <Parameter Type="System.String" Name="tableName" />
1619 </Instance>
1620 </Message>
1621 <Message Id="MergeExcludedModule" Number="186">
1622 <Instance>
1623 The module '{0}' cannot be merged because it excludes or is excluded by the merge module with signature '{1}'.
1624 <Parameter Type="System.String" Name="mergeId" />
1625 <Parameter Type="System.String" Name="otherMergeId" />
1626 </Instance>
1627 </Message>
1628 <Message Id="MergeFeatureRequired" Number="187">
1629 <Instance>
1630 The {0} table contains a row with primary key(s) '{1}' which requires a feature to properly merge from the merge module '{2}'. Nest a MergeRef element with an Id attribute set to the value '{3}' under a Feature element to fix this error.
1631 <Parameter Type="System.String" Name="tableName" />
1632 <Parameter Type="System.String" Name="primaryKeys" />
1633 <Parameter Type="System.String" Name="mergeModuleFile" />
1634 <Parameter Type="System.String" Name="mergeId" />
1635 </Instance>
1636 </Message>
1637 <Message Id="MergeLanguageFailed" Number="188">
1638 <Instance>
1639 The language '{0}' is supported but uses an invalid language transform in the merge module '{1}'.
1640 <Parameter Type="System.Int16" Name="language" />
1641 <Parameter Type="System.String" Name="mergeModuleFile" />
1642 </Instance>
1643 </Message>
1644 <Message Id="MergeLanguageUnsupported" Number="189">
1645 <Instance>
1646 Could not locate language '{0}' (or a transform for this language) in the merge module '{1}'. This is likely due to an incorrectly authored Merge/@Language attribute.
1647 <Parameter Type="System.Int16" Name="language" />
1648 <Parameter Type="System.String" Name="mergeModuleFile" />
1649 </Instance>
1650 </Message>
1651 <Message Id="TableDecompilationUnimplemented" Number="190" SourceLineNumbers="no">
1652 <Instance>
1653 Decompilation of the {0} table has not been implemented by its extension.
1654 <Parameter Type="System.String" Name="tableName" />
1655 </Instance>
1656 </Message>
1657 <Message Id="CannotDefaultMismatchedAdvertiseStates" Number="191">
1658 <Instance>
1659 MIME element cannot be marked as the default when its advertise state differs from its parent element. Ensure that the advertise state of the MIME element matches its parents element or remove the Mime/@Advertise attribute completely.
1660 </Instance>
1661 </Message>
1662 <Message Id="VersionIndependentProgIdsCannotHaveIcons" Number="192">
1663 <Instance>
1664 Version independent ProgIds cannot have Icons. Remove the Icon and/or IconIndex attributes from your ProgId element.
1665 </Instance>
1666 </Message>
1667 <Message Id="IllegalAttributeValueWithOtherAttribute" Number="193">
1668 <Instance>
1669 The {0}/@{1} attribute's value, '{2}', cannot be specified with attribute {3} present.
1670 <Parameter Type="System.String" Name="elementName" />
1671 <Parameter Type="System.String" Name="attributeName" />
1672 <Parameter Type="System.String" Name="attributeValue" />
1673 <Parameter Type="System.String" Name="otherAttributeName" />
1674 </Instance>
1675 <Instance>
1676 The {0}/@{1} attribute's value, '{2}', cannot be specified with attribute {3} present with value '{4}'.
1677 <Parameter Type="System.String" Name="elementName" />
1678 <Parameter Type="System.String" Name="attributeName" />
1679 <Parameter Type="System.String" Name="attributeValue" />
1680 <Parameter Type="System.String" Name="otherAttributeName" />
1681 <Parameter Type="System.String" Name="otherAttributeValue" />
1682 </Instance>
1683 </Message>
1684 <Message Id="InvalidMergeLanguage" Number="194">
1685 <Instance>
1686 The Merge element '{0}' specified an invalid language '{1}'. Verify that localization tokens are being properly resolved to a numeric LCID.
1687 <Parameter Type="System.String" Name="mergeId" />
1688 <Parameter Type="System.String" Name="mergeLanguage" />
1689 </Instance>
1690 </Message>
1691 <Message Id="WixVariableCollision" Number="195">
1692 <Instance>
1693 The WiX variable '{0}' is declared in more than one location. Please remove one of the declarations.
1694 <Parameter Type="System.String" Name="variableId" />
1695 </Instance>
1696 </Message>
1697 <Message Id="ExpectedWixVariableValue" Number="196" SourceLineNumbers="no">
1698 <Instance>
1699 The WiX variable '{0}' was declared without a value. Please specify a value for the variable.
1700 <Parameter Type="System.String" Name="variableId" />
1701 </Instance>
1702 </Message>
1703 <Message Id="WixVariableUnknown" Number="197">
1704 <Instance>
1705 The WiX variable !(wix.{0}) is unknown. Please ensure the variable is declared on the command line for light.exe, via a WixVariable element, or inline using the syntax !(wix.{0}=some value which doesn't contain parenthesis).
1706 <Parameter Type="System.String" Name="variableId" />
1707 </Instance>
1708 </Message>
1709 <Message Id="IllegalWixVariablePrefix" Number="198">
1710 <Instance>
1711 The WiX variable $(wix.{0}) uses an illegal prefix '$'. Please use the '!' prefix instead.
1712 <Parameter Type="System.String" Name="variableId" />
1713 </Instance>
1714 </Message>
1715 <Message Id="InvalidWixXmlNamespace" Number="199">
1716 <Instance>
1717 The {0} element has no namespace. Please make the {0} element look like the following: &lt;{0} xmlns="{1}"&gt;.
1718 <Parameter Type="System.String" Name="wixElementName" />
1719 <Parameter Type="System.String" Name="wixNamespace" />
1720 </Instance>
1721 <Instance>
1722 The {0} element has an incorrect namespace of '{1}'. Please make the {0} element look like the following: &lt;{0} xmlns="{2}"&gt;.
1723 <Parameter Type="System.String" Name="wixElementName" />
1724 <Parameter Type="System.String" Name="elementNamespace" />
1725 <Parameter Type="System.String" Name="wixNamespace" />
1726 </Instance>
1727 </Message>
1728 <Message Id="UnhandledExtensionElement" Number="200">
1729 <Instance>
1730 The {0} element contains an unhandled extension element '{1}'. Please ensure that the extension for elements in the '{2}' namespace has been provided.
1731 <Parameter Type="System.String" Name="elementName" />
1732 <Parameter Type="System.String" Name="extensionElementName" />
1733 <Parameter Type="System.String" Name="extensionNamespace" />
1734 </Instance>
1735 </Message>
1736 <Message Id="UnhandledExtensionAttribute" Number="201">
1737 <Instance>
1738 The {0} element contains an unhandled extension attribute '{1}'. Please ensure that the extension for attributes in the '{2}' namespace has been provided.
1739 <Parameter Type="System.String" Name="elementName" />
1740 <Parameter Type="System.String" Name="extensionAttributeName" />
1741 <Parameter Type="System.String" Name="extensionNamespace" />
1742 </Instance>
1743 </Message>
1744 <Message Id="UnsupportedExtensionAttribute" Number="202">
1745 <Instance>
1746 The {0} element contains an unsupported extension attribute '{1}'. The {0} element does not currently support extension attributes. Is the {1} attribute using the correct XML namespace?
1747 <Parameter Type="System.String" Name="elementName" />
1748 <Parameter Type="System.String" Name="extensionElementName" />
1749 </Instance>
1750 </Message>
1751 <Message Id="UnsupportedExtensionElement" Number="203">
1752 <Instance>
1753 The {0} element contains an unsupported extension element '{1}'. The {0} element does not currently support extension elements. Is the {1} element using the correct XML namespace?
1754 <Parameter Type="System.String" Name="elementName" />
1755 <Parameter Type="System.String" Name="extensionElementName" />
1756 </Instance>
1757 </Message>
1758 <Message Id="ValidationError" Number="204">
1759 <Instance>
1760 {0}: {1}
1761 <Parameter Type="System.String" Name="ice" />
1762 <Parameter Type="System.String" Name="message" />
1763 </Instance>
1764 </Message>
1765 <Message Id="IllegalRootDirectory" Number="205">
1766 <Instance>
1767 The Directory with Id '{0}' is not a valid root directory. There may only be a single root directory per product or module and its Id attribute value must be 'TARGETDIR' and its Name attribute value must be 'SourceDir'.
1768 <Parameter Type="System.String" Name="directoryId" />
1769 </Instance>
1770 </Message>
1771 <Message Id="IllegalTargetDirDefaultDir" Number="206">
1772 <Instance>
1773 The 'TARGETDIR' directory has an illegal DefaultDir value of '{0}'. The DefaultDir value is created from the *Name attributes of the Directory element. The TARGETDIR directory is a special directory which must have its Name attribute set to 'SourceDir'.
1774 <Parameter Type="System.String" Name="defaultDir" />
1775 </Instance>
1776 </Message>
1777 <Message Id="TooManyElements" Number="207">
1778 <Instance>
1779 The {0} element contains an unexpected child element '{1}'. The '{1}' element may only occur {2} time(s) under the {0} element.
1780 <Parameter Type="System.String" Name="elementName" />
1781 <Parameter Type="System.String" Name="childElementName" />
1782 <Parameter Type="System.Int32" Name="expectedInstances" />
1783 </Instance>
1784 </Message>
1785 <Message Id="ExpectedBinaryCategory" Number="208">
1786 <Instance>The Column element specifies a binary column but does not have the correct Category specified. Windows Installer requires binary columns to specify their category as binary. Please set the Category attribute's value to 'Binary'.</Instance>
1787 </Message>
1788 <Message Id="RootFeatureCannotFollowParent" Number="209">
1789 <Instance>The Feature element specifies a root feature with an illegal InstallDefault value of 'followParent'. Root features cannot follow their parent feature's install state because they don't have a parent feature. Please remove or change the value of the InstallDefault attribute.</Instance>
1790 </Message>
1791 <Message Id="FeatureNameTooLong" Number="210">
1792 <Instance>
1793 The {0}/@{1} attribute with value '{2}', is too long for a feature name. Due to limitations in the Windows Installer, feature names cannot be longer than 38 characters in length.
1794 <Parameter Type="System.String" Name="elementName" />
1795 <Parameter Type="System.String" Name="attributeName" />
1796 <Parameter Type="System.String" Name="attributeValue" />
1797 </Instance>
1798 </Message>
1799 <Message Id="SignedEmbeddedCabinet" Number="211">
1800 <Instance>The DigitalSignature element cannot be nested under a Media element which specifies EmbedCab='yes'. This is because Windows Installer can only verify the digital signatures of external cabinets. Please either remove the DigitalSignature element or change the value of the Media/@EmbedCab attribute to 'no'.</Instance>
1801 </Message>
1802 <Message Id="ExpectedSignedCabinetName" Number="212">
1803 <Instance>The Media/@Cabinet attribute was not found; it is required when this element contains a DigitalSignature child element. This is because Windows Installer can only verify the digital signatures of external cabinets. Please either remove the DigitalSignature element or specify a valid external cabinet name via the Cabinet attribute.</Instance>
1804 </Message>
1805 <Message Id="IllegalInlineLocVariable" Number="213">
1806 <Instance>
1807 The localization variable '{0}' specifies an illegal inline default value of '{1}'. Localization variables cannot specify default values inline, instead the value should be specified in a WiX localization (.wxl) file.
1808 <Parameter Type="System.String" Name="variableName" />
1809 <Parameter Type="System.String" Name="variableValue" />
1810 </Instance>
1811 </Message>
1812 <Message Id="MergeModuleExpectedFeature" Number="215">
1813 <Instance>
1814 The merge module '{0}' is not assigned to a feature. All merge modules must be assigned to at least one feature.
1815 <Parameter Type="System.String" Name="mergeId" />
1816 </Instance>
1817 </Message>
1818 <Message Id="Win32Exception" Number="216" SourceLineNumbers="no">
1819 <Instance>
1820 An unexpected Win32 exception with error code 0x{0:X} occurred: {1}
1821 <Parameter Type="System.Int32" Name="nativeErrorCode"/>
1822 <Parameter Type="System.String" Name="message" />
1823 </Instance>
1824 <Instance>
1825 An unexpected Win32 exception with error code 0x{0:X} occurred while accessing file '{1}': {2}
1826 <Parameter Type="System.Int32" Name="nativeErrorCode"/>
1827 <Parameter Type="System.String" Name="file"/>
1828 <Parameter Type="System.String" Name="message" />
1829 </Instance>
1830 </Message>
1831 <Message Id="UnexpectedExternalUIMessage" Number="217" SourceLineNumbers="no">
1832 <Instance>
1833 Error executing unknown ICE action. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wixtoolset.org/documentation/error217/ for details and how to solve this problem. The following string format was not expected by the external UI message logger: &quot;{0}&quot;.
1834 <Parameter Type="System.String" Name="message" />
1835 </Instance>
1836 <Instance>
1837 Error executing ICE action '{1}'. The most common cause of this kind of ICE failure is an incorrectly registered scripting engine. See http://wixtoolset.org/documentation/error217/ for details and how to solve this problem. The following string format was not expected by the external UI message logger: &quot;{0}&quot;.
1838 <Parameter Type="System.String" Name="message" />
1839 <Parameter Type="System.String" Name="action" />
1840 </Instance>
1841 </Message>
1842 <Message Id="IllegalCabbingThreadCount" Number="218" SourceLineNumbers="no">
1843 <Instance>
1844 Illegal number of threads to create cabinets: '{0}' for -ct &lt;N&gt; command line option. Specify the number of threads to use like -ct 2.
1845 <Parameter Type="System.String" Name="numThreads" />
1846 </Instance>
1847 </Message>
1848 <Message Id="IllegalEnvironmentVariable" Number="219" SourceLineNumbers="no">
1849 <Instance>
1850 The {0} environment variable is set to an invalid value of '{1}'.
1851 <Parameter Type="System.String" Name="environmentVariable" />
1852 <Parameter Type="System.String" Name="value" />
1853 </Instance>
1854 </Message>
1855 <Message Id="InvalidKeyColumn" Number="220" SourceLineNumbers="no">
1856 <Instance>
1857 The definition for the '{0}' table's '{1}' column is an invalid foreign key relationship to the {2} table's column number {3}. It is not a valid foreign key table column number because it is too small (less than 1) or greater than the count of columns in the foreign table's definition.
1858 <Parameter Type="System.String" Name="tableName" />
1859 <Parameter Type="System.String" Name="columnName" />
1860 <Parameter Type="System.String" Name="foreignTableName" />
1861 <Parameter Type="System.Int32" Name="foreignColumnNumber" />
1862 </Instance>
1863 </Message>
1864 <Message Id="CollidingModularizationTypes" Number="221" SourceLineNumbers="no">
1865 <Instance>
1866 The definition for the '{0}' table's '{1}' column is a foreign key relationship to the '{2}' table's column number {3}. The modularization types of the two column definitions differ: one is {4} and the other is {5}. Change one of the modularization types so that they match.
1867 <Parameter Type="System.String" Name="tableName" />
1868 <Parameter Type="System.String" Name="columnName" />
1869 <Parameter Type="System.String" Name="foreignTableName" />
1870 <Parameter Type="System.Int32" Name="foreignColumnNumber" />
1871 <Parameter Type="System.String" Name="modularizationType" />
1872 <Parameter Type="System.String" Name="foreignModularizationType" />
1873 </Instance>
1874 </Message>
1875 <Message Id="CubeFileNotFound" Number="222" SourceLineNumbers="no">
1876 <Instance>
1877 The cube file '{0}' cannot be found. This file is required for MSI validation.
1878 <Parameter Type="System.String" Name="cubeFile" />
1879 </Instance>
1880 </Message>
1881 <Message Id="OpenDatabaseFailed" Number="223" SourceLineNumbers="no">
1882 <Instance>
1883 Failed to open database '{0}'. Ensure it is a valid database, and it is not open by another process.
1884 <Parameter Type="System.String" Name="databaseFile" />
1885 </Instance>
1886 </Message>
1887 <Message Id="OutputTypeMismatch" Number="224">
1888 <Instance>
1889 The types of the outputs do not match. One output's type is '{0}' while the other is '{1}'.
1890 <Parameter Type="System.String" Name="beforeOutputType" />
1891 <Parameter Type="System.String" Name="afterOutputType" />
1892 </Instance>
1893 </Message>
1894 <Message Id="RealTableMissingPrimaryKeyColumn" Number="225">
1895 <Instance>
1896 The table '{0}' does not contain any primary key columns. At least one column must be marked as the primary key to ensure this table can be patched.
1897 <Parameter Type="System.String" Name="tableName" />
1898 </Instance>
1899 </Message>
1900 <Message Id="IllegalColumnName" Number="226">
1901 <Instance>
1902 The {0}/@{1} attribute's value, '{2}', is not a legal column name. It will collide with the sentinel values used in the _TransformView table.
1903 <Parameter Type="System.String" Name="elementName" />
1904 <Parameter Type="System.String" Name="attributeName" />
1905 <Parameter Type="System.String" Name="value" />
1906 </Instance>
1907 </Message>
1908 <Message Id="NoDifferencesInTransform" Number="227">
1909 <Instance>
1910 The transform being built did not contain any differences so it could not be created.
1911 </Instance>
1912 </Message>
1913 <Message Id="OutputCodepageMismatch" Number="228">
1914 <Instance>
1915 The code pages of the outputs do not match. One output's code page is '{0}' while the other is '{1}'.
1916 <Parameter Type="System.Int32" Name="beforeCodepage" />
1917 <Parameter Type="System.Int32" Name="afterCodepage" />
1918 </Instance>
1919 </Message>
1920 <Message Id="OutputCodepageMismatch2" Number="229">
1921 <Instance>
1922 The location of the mismatched code page related to the previous warning.
1923 </Instance>
1924 </Message>
1925 <Message Id="IllegalComponentWithAutoGeneratedGuid" Number="230">
1926 <Instance>
1927 The Component/@Guid attribute's value '*' is not valid for this component because it does not meet the criteria for having an automatically generated guid. Components using a Directory as a KeyPath or containing ODBCDataSource child elements cannot use an automatically generated guid. Make sure your component doesn't have a Directory as the KeyPath and move any ODBCDataSource child elements to components with explicit component guids.
1928 </Instance>
1929 <Instance>
1930 The Component/@Guid attribute's value '*' is not valid for this component because it does not meet the criteria for having an automatically generated guid. Components with registry keypaths and files cannot use an automatically generated guid. Create multiple components, each with one file and/or one registry value keypath, to use automatically generated guids.
1931 <Parameter Type="System.Boolean" Name="registryKeyPath" />
1932 </Instance>
1933 </Message>
1934 <Message Id="IllegalPathForGeneratedComponentGuid" Number="231">
1935 <Instance>
1936 The component '{0}' has a key file with path '{1}'. Since this path is not rooted in one of the standard directories (like ProgramFilesFolder), this component does not fit the criteria for having an automatically generated guid. (This error may also occur if a path contains a likely standard directory such as nesting a directory with name "Common Files" under ProgramFilesFolder.)
1937 <Parameter Type="System.String" Name="componentName" />
1938 <Parameter Type="System.String" Name="keyFilePath" />
1939 </Instance>
1940 </Message>
1941 <Message Id="IllegalTerminalServerCustomActionAttributes" Number="232">
1942 <Instance>
1943 The CustomAction/@TerminalServerAware attribute's value is 'yes' but the Execute attribute is not 'deferred,' 'rollback,' or 'commit.' Terminal-Server-aware custom actions must be deferred, rollback, or commit custom actions. For more information, see http://msdn.microsoft.com/library/aa372071.aspx."
1944 </Instance>
1945 </Message>
1946 <Message Id="IllegalPropertyCustomActionAttributes" Number="233">
1947 <Instance>
1948 The CustomAction sets a property but its Execute attribute is not 'immediate' (the default). Property-setting custom actions cannot be deferred."
1949 </Instance>
1950 </Message>
1951 <Message Id="InvalidPreprocessorFunction" Number="234">
1952 <Instance>
1953 Ill-formed preprocessor function '${0}'. Functions must have a prefix (like 'fun.'), a name at least 1 character long, and matching opening and closing parentheses.
1954 <Parameter Type="System.String" Name="variable" />
1955 </Instance>
1956 </Message>
1957 <Message Id="UndefinedPreprocessorFunction" Number="235">
1958 <Instance>
1959 Undefined preprocessor function '$({0})'.
1960 <Parameter Type="System.String" Name="variableName" />
1961 </Instance>
1962 </Message>
1963 <Message Id="PreprocessorExtensionEvaluateFunctionFailed" Number="236">
1964 <Instance>
1965 In the preprocessor extension that handles prefix '{0}' while trying to call function '{1}({2})' and exception has occurred : {3}
1966 <Parameter Type="System.String" Name="prefix" />
1967 <Parameter Type="System.String" Name="function" />
1968 <Parameter Type="System.String" Name="args" />
1969 <Parameter Type="System.String" Name="message" />
1970 </Instance>
1971 </Message>
1972 <Message Id="PreprocessorExtensionGetVariableValueFailed" Number="237">
1973 <Instance>
1974 In the preprocessor extension that handles prefix '{0}' while trying to get the value for variable '{1}' and exception has occured : {2}
1975 <Parameter Type="System.String" Name="prefix" />
1976 <Parameter Type="System.String" Name="variable" />
1977 <Parameter Type="System.String" Name="message" />
1978 </Instance>
1979 </Message>
1980 <Message Id="InvalidManifestContent" Number="238">
1981 <Instance>
1982 The manifest '{0}' does not have the required assembly/assemblyIdentity element.
1983 <Parameter Type="System.String" Name="fileName" />
1984 </Instance>
1985 </Message>
1986 <Message Id="InvalidWixTransform" Number="239" SourceLineNumbers="no">
1987 <Instance>
1988 The file '{0}' is not a valid WiX Transform.
1989 <Parameter Type="System.String" Name="fileName" />
1990 </Instance>
1991 </Message>
1992 <Message Id="UnexpectedFileExtension" Number="240" SourceLineNumbers="no">
1993 <Instance>
1994 The file '{0}' has an unexpected extension. Expected one of the following: '{1}'.
1995 <Parameter Type="System.String" Name="fileName" />
1996 <Parameter Type="System.String" Name="expectedExtensions" />
1997 </Instance>
1998 </Message>
1999 <Message Id="UnexpectedTableInPatch" Number="241">
2000 <Instance>
2001 An unexpected row in the '{0}' table was found in this patch. Patches cannot contain the '{0}' table.
2002 <Parameter Type="System.String" Name="tableName" />
2003 </Instance>
2004 </Message>
2005 <Message Id="InvalidProductVersion" Number="242">
2006 <Instance>
2007 Invalid product version '{0}'. Product version must have a major version less than 256, a minor version less than 256, and a build version less than 65536.
2008 <Parameter Type="System.String" Name="version" />
2009 </Instance>
2010 <Instance>
2011 Invalid product version '{0}' in package '{1}'. When included in a bundle, all product version fields in an MSI package must be less than 65536.
2012 <Parameter Type="System.String" Name="version" />
2013 <Parameter Type="System.String" Name="packagePath" />
2014 </Instance>
2015 </Message>
2016 <Message Id="InvalidKeypathChange" Number="243">
2017 <Instance>
2018 Component '{0}' has a changed keypath in the transform '{1}'. Patches cannot change the keypath of a component.
2019 <Parameter Type="System.String" Name="component" />
2020 <Parameter Type="System.String" Name="transformPath" />
2021 </Instance>
2022 </Message>
2023 <Message Id="MissingValidatorExtension" Number="244" SourceLineNumbers="no">
2024 <Instance>
2025 The validator requires at least one extension. Add "ValidatorExtension, Wix" for the default implementation.
2026 </Instance>
2027 </Message>
2028 <Message Id="InvalidValidatorMessageType" Number="245" SourceLineNumbers="no">
2029 <Instance>
2030 Unknown validation message type '{0}'.
2031 <Parameter Type="System.String" Name="type" />
2032 </Instance>
2033 </Message>
2034 <Message Id="PatchWithoutTransforms" Number="246" SourceLineNumbers="no">
2035 <Instance>
2036 No transforms were provided to attach to the patch.
2037 </Instance>
2038 </Message>
2039 <Message Id="SingleExtensionSupported" Number="247" SourceLineNumbers="no">
2040 <Instance>
2041 Multiple extensions were specified on the command line, only a single extension is supported.
2042 </Instance>
2043 </Message>
2044 <Message Id="DuplicateTransform" Number="248" SourceLineNumbers="no">
2045 <Instance>
2046 The transform {0} was included twice on the command line. Each transform can be applied to a patch only once.
2047 <Parameter Type="System.String" Name="transform" />
2048 </Instance>
2049 </Message>
2050 <Message Id="BaselineRequired" Number="249" SourceLineNumbers="no">
2051 <Instance>
2052 No baseline was specified for one of the transforms specified. A baseline is required for all transforms in a patch.
2053 </Instance>
2054 </Message>
2055 <Message Id="PreprocessorError" Number="250">
2056 <Instance>
2057 {0}
2058 <Parameter Type="System.String" Name="message" />
2059 </Instance>
2060 </Message>
2061 <Message Id="ExpectedArgument" Number="251" SourceLineNumbers="no">
2062 <Instance>
2063 {0} is expected to be followed by a value argument.
2064 <Parameter Type="System.String" Name="argument" />
2065 </Instance>
2066 </Message>
2067 <Message Id="PatchWithoutValidTransforms" Number="252" SourceLineNumbers="no">
2068 <Instance>
2069 No valid transforms were provided to attach to the patch. Check to make sure the transforms you passed on the command line have a matching baseline authored in the patch. Also, make sure there are differences between your target and upgrade.
2070 </Instance>
2071 </Message>
2072 <Message Id="ExpectedDecompiler" Number="253" SourceLineNumbers="no">
2073 <Instance>
2074 No decompiler was provided. {0} requires a decompiler.
2075 <Parameter Type="System.String" Name="identifier" />
2076 </Instance>
2077 </Message>
2078 <Message Id="ExpectedTableInMergeModule" Number="254" SourceLineNumbers="no">
2079 <Instance>
2080 The table '{0}' was expected but was missing.
2081 <Parameter Type="System.String" Name="identifier" />
2082 </Instance>
2083 </Message>
2084 <Message Id="UnexpectedElementWithAttributeValue" Number="255">
2085 <Instance>
2086 The {0} element cannot have a child element '{1}' unless attribute '{2}' is set to '{3}'.
2087 <Parameter Type="System.String" Name="elementName" />
2088 <Parameter Type="System.String" Name="childElementName" />
2089 <Parameter Type="System.String" Name="attribute" />
2090 <Parameter Type="System.String" Name="attributeValue" />
2091 </Instance>
2092 <Instance>
2093 The {0} element cannot have a child element '{1}' unless attribute '{2}' is set to '{3}' or '{4}'.
2094 <Parameter Type="System.String" Name="elementName" />
2095 <Parameter Type="System.String" Name="childElementName" />
2096 <Parameter Type="System.String" Name="attribute" />
2097 <Parameter Type="System.String" Name="attributeValue1" />
2098 <Parameter Type="System.String" Name="attributeValue2" />
2099 </Instance>
2100 </Message>
2101 <Message Id="ExpectedPatchIdInWixMsp" Number="256" SourceLineNumbers="no">
2102 <Instance>
2103 The WixMsp is missing the patch ID.
2104 </Instance>
2105 </Message>
2106 <Message Id="ExpectedMediaRowsInWixMsp" Number="257" SourceLineNumbers="no">
2107 <Instance>
2108 The WixMsp has no media rows defined.
2109 </Instance>
2110 </Message>
2111 <Message Id="WixFileNotFound" Number="258" SourceLineNumbers="no">
2112 <Instance>
2113 The file '{0}' cannot be found.
2114 <Parameter Type="System.String" Name="file" />
2115 </Instance>
2116 </Message>
2117 <Message Id="ExpectedClientPatchIdInWixMsp" Number="259" SourceLineNumbers="no">
2118 <Instance>
2119 The WixMsp is missing the client patch ID. Recompile the patch source files with the latest WiX toolset.
2120 </Instance>
2121 </Message>
2122 <Message Id="NewRowAddedInTable" Number="260">
2123 <Instance>
2124 Product '{0}': Table '{1}' has a new row '{2}' added. This makes the patch not uninstallable.
2125 <Parameter Type="System.String" Name="productCode" />
2126 <Parameter Type="System.String" Name="tableName" />
2127 <Parameter Type="System.String" Name="rowId" />
2128 </Instance>
2129 </Message>
2130 <Message Id="PatchNotRemovable" Number="261" SourceLineNumbers="no">
2131 <Instance>
2132 This patch is not uninstallable. The 'Patch' element's attribute 'AllowRemoval' should be set to 'no'.
2133 </Instance>
2134 </Message>
2135 <Message Id="FileTooLarge" Number="263">
2136 <Instance>
2137 '{0}' is too large, file size must be less than 2147483648.
2138 <Parameter Type="System.String" Name="fileName" />
2139 </Instance>
2140 </Message>
2141 <Message Id="InvalidPlatformParameter" Number="264" SourceLineNumbers="no">
2142 <Instance>
2143 The parameter '{0}' is missing or has an invalid value {1}. Possible values are x86, x64, or ia64.
2144 <Parameter Type="System.String" Name="name" />
2145 <Parameter Type="System.String" Name="value" />
2146 </Instance>
2147 </Message>
2148 <Message Id="InvalidPlatformValue" Number="265">
2149 <Instance>
2150 The Platform attribute has an invalid value {0}. Possible values are x86, x64, or ia64.
2151 <Parameter Type="System.String" Name="value" />
2152 </Instance>
2153 </Message>
2154 <Message Id="IllegalValidationArguments" Number="266" SourceLineNumbers="no">
2155 <Instance>
2156 You may only specify a single default type using -t or specify custom validation using -serr and -val.
2157 </Instance>
2158 </Message>
2159 <Message Id="OrphanedComponent" Number="267">
2160 <Instance>
2161 Found orphaned Component '{0}'. If this is a Product, every Component must have at least one parent Feature. To include a Component in a Module, you must include it directly as a Component element of the Module element or indirectly via ComponentRef, ComponentGroup, or ComponentGroupRef elements.
2162 <Parameter Type="System.String" Name="componentName" />
2163 </Instance>
2164 </Message>
2165 <Message Id="IllegalCommandlineArgumentCombination" Number="268" SourceLineNumbers="no">
2166 <Instance>
2167 '-{0}' cannot be specfied in combination with '-{1}'.
2168 <Parameter Type="System.String" Name="arg1" />
2169 <Parameter Type="System.String" Name="arg2" />
2170 </Instance>
2171 </Message>
2172 <Message Id="ProductCodeInvalidForTransform" Number="269">
2173 <Instance>
2174 The value '*' is not valid for the ProductCode when used in a transform or in a patch. Copy the ProductCode from your target product MSI into the Product/@Id attribute value for your product authoring.
2175 </Instance>
2176 </Message>
2177 <Message Id="InsertInvalidSequenceActionOrder" Number="270">
2178 <Instance>
2179 Invalid order of actions {1} and {2} in sequence table {0}. Action {3} must occur after {1} and before {2}, but {2} is currently sequenced after {1}. Please fix the ordering or explicitly supply a location for the action {3}.
2180 <Parameter Type="System.String" Name="sequenceTableName" />
2181 <Parameter Type="System.String" Name="actionNameBefore" />
2182 <Parameter Type="System.String" Name="actionNameAfter" />
2183 <Parameter Type="System.String" Name="actionNameNew" />
2184 </Instance>
2185 </Message>
2186 <Message Id="InsertSequenceNoSpace" Number="271">
2187 <Instance>
2188 Not enough space exists to sequence action {3} in table {0}. It must be sequenced after {1} and before {2}, but those two actions are currently sequenced next to each other. Please move one of those actions to allow {3} to be inserted between them.
2189 <Parameter Type="System.String" Name="sequenceTableName" />
2190 <Parameter Type="System.String" Name="actionNameBefore" />
2191 <Parameter Type="System.String" Name="actionNameAfter" />
2192 <Parameter Type="System.String" Name="actionNameNew" />
2193 </Instance>
2194 </Message>
2195 <Message Id="MissingManifestForWin32Assembly" Number="272">
2196 <Instance>
2197 File '{0}' is marked as a Win32 assembly but it refers to assembly manifest '{1}' that is not present in this product.
2198 <Parameter Type="System.String" Name="file" />
2199 <Parameter Type="System.String" Name="manifest" />
2200 </Instance>
2201 </Message>
2202 <Message Id="UnableToOpenModule" Number="273">
2203 <Instance>
2204 Unable to open merge module '{0}'. Check to make sure the module language is correct. '{1}'
2205 <Parameter Type="System.String" Name="modulePath" />
2206 <Parameter Type="System.String" Name="message" />
2207 </Instance>
2208 </Message>
2209 <Message Id="ExpectedAttributeWhenElementNotUnderElement" Number="274">
2210 <Instance>
2211 The '{0}/@{1}' attribute was not found; it is required when element '{0}' is not nested under a '{2}' element.
2212 <Parameter Type="System.String" Name="elementName" />
2213 <Parameter Type="System.String" Name="attributeName" />
2214 <Parameter Type="System.String" Name="parentElementName" />
2215 </Instance>
2216 </Message>
2217 <Message Id="IllegalIdentifierLooksLikeFormatted" Number="275">
2218 <Instance>
2219 The {0}/@{1} attribute's value, '{2}', is not a legal identifier. The {0}/@{1} attribute does not support formatted string values, such as property names enclosed in brackets ([LIKETHIS]). The value must be the identifier of another element, such as the Directory/@Id attribute value.
2220 <Parameter Type="System.String" Name="elementName" />
2221 <Parameter Type="System.String" Name="attributeName" />
2222 <Parameter Type="System.String" Name="value" />
2223 </Instance>
2224 </Message>
2225 <Message Id="IllegalCodepageAttribute" Number="276">
2226 <Instance>
2227 The code page '{0}' is not a valid Windows code page. Please check the {1}/@{2} attribute value in your source file.
2228 <Parameter Type="System.String" Name="codepage" />
2229 <Parameter Type="System.String" Name="elementName" />
2230 <Parameter Type="System.String" Name="attributeName" />
2231 </Instance>
2232 </Message>
2233 <Message Id="IllegalCompressionLevel" Number="277" SourceLineNumbers="no">
2234 <Instance>
2235 The compression level '{0}' is not valid. Valid values are 'none', 'low', 'medium', 'high', and 'mszip'.
2236 <Parameter Type="System.String" Name="compressionLevel" />
2237 </Instance>
2238 </Message>
2239 <Message Id="TransformSchemaMismatch" Number="278" SourceLineNumbers="no">
2240 <Instance>The transform schema does not match the database schema. The transform may have been generated from a different database.</Instance>
2241 </Message>
2242 <Message Id="DatabaseSchemaMismatch" Number="279">
2243 <Instance>
2244 The table definition of '{0}' in the target database does not match the table definition in the updated database. A transform requires that the target database schema match the updated database schema.
2245 <Parameter Type="System.String" Name="tableName" />
2246 </Instance>
2247 </Message>
2248 <Message Id="ExpectedDirectoryGotFile" Number="280" SourceLineNumbers="no">
2249 <Instance>
2250 The {0} option requires a directory, but the provided path is a file: {1}
2251 <Parameter Type="System.String" Name="option" />
2252 <Parameter Type="System.String" Name="path" />
2253 </Instance>
2254 </Message>
2255 <Message Id="ExpectedFileGotDirectory" Number="281" SourceLineNumbers="no">
2256 <Instance>
2257 The {0} option requires a file, but the provided path is a directory: {1}
2258 <Parameter Type="System.String" Name="option" />
2259 <Parameter Type="System.String" Name="path" />
2260 </Instance>
2261 </Message>
2262 <Message Id="GacAssemblyNoStrongName" Number="282">
2263 <Instance>
2264 Assembly {0} in component {1} has no strong name and has been marked to be placed in the GAC. All assemblies installed to the GAC must have a valid strong name.
2265 <Parameter Type="System.String" Name="assemblyName" />
2266 <Parameter Type="System.String" Name="componentName" />
2267 </Instance>
2268 </Message>
2269 <Message Id="FileWriteError" Number="283" SourceLineNumbers="no">
2270 <Instance>
2271 Error writing to the path: '{0}'. Error message: '{1}'
2272 <Parameter Type="System.String" Name="path" />
2273 <Parameter Type="System.String" Name="error" />
2274 </Instance>
2275 </Message>
2276 <Message Id="InvalidCommandLineFileName" Number="284" SourceLineNumbers="no">
2277 <Instance>
2278 Invalid file name specified on the command line: '{0}'. Error message: '{1}'
2279 <Parameter Type="System.String" Name="fileName" />
2280 <Parameter Type="System.String" Name="error" />
2281 </Instance>
2282 </Message>
2283 <Message Id="ExpectedParentWithAttribute" Number="285">
2284 <Instance>
2285 When the {0}/@{1} attribute is specified, the {0} element must be nested under a {2} element.
2286 <Parameter Type="System.String" Name="parentElement" />
2287 <Parameter Type="System.String" Name="attribute" />
2288 <Parameter Type="System.String" Name="grandparentElement" />
2289 </Instance>
2290 </Message>
2291 <Message Id="IllegalWarningIdAsError" Number="286" SourceLineNumbers="no">
2292 <Instance>
2293 Illegal value '{0}' for the -wx&lt;N&gt; command line option. Specify a particular warning number, like '-wx6' to display the warning with ID 6 as an error, or '-wx' alone to suppress all warnings.
2294 <Parameter Type="System.String" Name="warningId" />
2295 </Instance>
2296 </Message>
2297 <Message Id="ExpectedAttributeOrElement" Number="287">
2298 <Instance>
2299 Element '{0}' missing attribute '{1}' or child element '{2}'. Exactly one of those is required.
2300 <Parameter Type="System.String" Name="parentElement" />
2301 <Parameter Type="System.String" Name="attribute" />
2302 <Parameter Type="System.String" Name="childElement" />
2303 </Instance>
2304 </Message>
2305 <Message Id="DuplicateVariableDefinition" Number="288" SourceLineNumbers="no">
2306 <Instance>
2307 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
2308 <Parameter Type="System.String" Name="variableName" />
2309 <Parameter Type="System.String" Name="variableValue" />
2310 <Parameter Type="System.String" Name="variableCollidingValue" />
2311 </Instance>
2312 </Message>
2313 <Message Id="InvalidVariableDefinition" Number="289" SourceLineNumbers="no">
2314 <Instance>
2315 The variable definition '{0}' is not valid. Variable definitions should be in the form -dname=value where the value is optional.
2316 <Parameter Type="System.String" Name="variableDefinition" />
2317 </Instance>
2318 </Message>
2319 <Message Id="DuplicateCabinetName" Number="290">
2320 <Instance>
2321 Duplicate cabinet name '{0}' found.
2322 <Parameter Type="System.String" Name="cabinetName" />
2323 </Instance>
2324 </Message>
2325 <Message Id="DuplicateCabinetName2" Number="291">
2326 <Instance>
2327 Duplicate cabinet name '{0}' error related to previous error.
2328 <Parameter Type="System.String" Name="cabinetName" />
2329 </Instance>
2330 </Message>
2331 <Message Id="InvalidAddedFileRowWithoutSequence" Number="292">
2332 <Instance>
2333 A row has been added to the File table with id '{1}' that does not have a sequence number assigned to it. Create your transform from a pair of msi's instead of xml outputs to get sequences assigned to your File table's rows.
2334 <Parameter Type="System.String" Name="fileRowId" />
2335 </Instance>
2336 </Message>
2337 <Message Id="DuplicateFileId" Number="293" SourceLineNumbers="no">
2338 <Instance>
2339 Multiple files with ID '{0}' exist. Windows Installer does not support file IDs that differ only by case. Change the file IDs to be unique.
2340 <Parameter Type="System.String" Name="fileId" />
2341 </Instance>
2342 </Message>
2343 <Message Id="FullTempDirectory" Number="294" SourceLineNumbers="no">
2344 <Instance>
2345 Unable to create temporary file. A common cause is that too many files that have names beginning with '{0}' are present. Delete any unneeded files in the '{1}' directory and try again.
2346 <Parameter Type="System.String" Name="prefix" />
2347 <Parameter Type="System.String" Name="directory" />
2348 </Instance>
2349 </Message>
2350 <Message Id="CreateCabAddFileFailed" Number="296" SourceLineNumbers="no">
2351 <Instance>
2352 An error (E_FAIL) was returned while adding files to a CAB file. This most commonly happens when creating a CAB file 2 GB or larger. Either reduce the size of your installation package, raise Media/@CompressionLevel to a higher compression level, or split your installation package's files into more than one CAB file.
2353 </Instance>
2354 </Message>
2355 <Message Id="CreateCabInsufficientDiskSpace" Number="297" SourceLineNumbers="no">
2356 <Instance>
2357 An error (ERROR_DISK_FULL) was returned while creating a CAB file. This means you have insufficient disk space - please clear more disk space and try this operation again.
2358 </Instance>
2359 </Message>
2360 <Message Id="UnresolvedBindReference" Number="298" SourceLineNumbers="yes">
2361 <Instance>
2362 Unresolved bind-time variable {0}.
2363 <Parameter Type="System.String" Name="BindRef" />
2364 </Instance>
2365 </Message>
2366 <Message Id="GACAssemblyIdentityWarning" Number="299" SourceLineNumbers="yes">
2367 <Instance>
2368 The destination name of file '{0}' does not match its assembly name '{1}' in your authoring. This will cause an installation failure for this assembly, because it will be installed to the Global Assembly Cache. To fix this error, update File/@Name of file '{0}' to be the actual name of the assembly.
2369 <Parameter Type="System.String" Name="fileName" />
2370 <Parameter Type="System.String" Name="assemblyName" />
2371 </Instance>
2372 </Message>
2373 <Message Id="IllegalCharactersInPath" Number="300" SourceLineNumbers="no">
2374 <Instance>
2375 Illegal characters in path '{0}'. Ensure you provided a valid path to the file.
2376 <Parameter Type="System.String" Name="pathName" />
2377 </Instance>
2378 </Message>
2379 <Message Id="ValidationFailedToOpenDatabase" Number="301" SourceLineNumbers="no">
2380 <Instance>
2381 Failed to open the database. During validation, this most commonly happens when attempting to open a database using an unsupported code page or a file that is not a valid Windows Installer database. Please use a different code page in Module/@Codepage, Package/@SummaryCodepage, Product/@Codepage, or WixLocalization/@Codepage; or make sure you provide the path to a valid Windows Installer database.
2382 </Instance>
2383 </Message>
2384 <Message Id="MustSpecifyOutputWithMoreThanOneInput" Number="302" SourceLineNumbers="no">
2385 <Instance>
2386 You must specify an output file using the "-o" or "-out" switch when you provide more than one input file.
2387 </Instance>
2388 </Message>
2389 <Message Id="IllegalSearchIdForParentDepth" Number="303">
2390 <Instance>
2391 When the parent DirectorySearch/@Depth attribute is greater than 1 for the DirectorySearch '{1}', the FileSearch/@Id attribute must be absent for FileSearch '{0}' unless the parent DirectorySearch/@AssignToProperty attribute value is 'yes'. Remove the FileSearch/@Id attribute for '{0}' to resolve this issue.
2392 <Parameter Type="System.String" Name="id" />
2393 <Parameter Type="System.String" Name="parentId" />
2394 </Instance>
2395 </Message>
2396 <Message Id="IdentifierTooLongError" Number="304">
2397 <Instance>
2398 The {0}/@{1} attribute's value, '{2}', is too long. {0}/@{1} attribute's must be {3} characters long or less.
2399 <Parameter Type="System.String" Name="elementName" />
2400 <Parameter Type="System.String" Name="attributeName" />
2401 <Parameter Type="System.String" Name="value" />
2402 <Parameter Type="System.Int32" Name="maxLength" />
2403 </Instance>
2404 </Message>
2405 <Message Id="InvalidRemoveComponent" Number="305">
2406 <Instance>
2407 Removing component '{0}' from feature '{1}' is not supported. Either the component was removed or the guid changed in the transform '{2}'. Add the component back, undo the change to the component guid, or remove the entire feature.
2408 <Parameter Type="System.String" Name="component" />
2409 <Parameter Type="System.String" Name="feature" />
2410 <Parameter Type="System.String" Name="transformPath" />
2411 </Instance>
2412 </Message>
2413 <Message Id="FinishCabFailed" Number="306" SourceLineNumbers="no">
2414 <Instance>
2415 An error (E_FAIL) was returned while finalizing a CAB file. This most commonly happens when creating a CAB file with more than 65535 files in it. Either reduce the number of files in your installation package or split your installation package's files into more than one CAB file using the Media element.
2416 </Instance>
2417 </Message>
2418 <Message Id="InvalidExtensionType" Number="307" SourceLineNumbers="no">
2419 <Instance>
2420 Either '{1}' was not defined in the assembly or the type defined in extension '{0}' could not be loaded.
2421 <Parameter Type="System.String" Name="extension" />
2422 <Parameter Type="System.String" Name="attributeType" />
2423 </Instance>
2424 <Instance>
2425 The extension type '{1}' in extension '{0}' does not inherit from the expected class '{2}'.
2426 <Parameter Type="System.String" Name="extension" />
2427 <Parameter Type="System.String" Name="className" />
2428 <Parameter Type="System.String" Name="expectedType" />
2429 </Instance>
2430 <Instance>
2431 The type '{1}' in extension '{0}' could not be loaded. Exception type '{2}' returned the following message: {3}
2432 <Parameter Type="System.String" Name="extension" />
2433 <Parameter Type="System.String" Name="className" />
2434 <Parameter Type="System.String" Name="exceptionType" />
2435 <Parameter Type="System.String" Name="exceptionMessage"/>
2436 </Instance>
2437 </Message>
2438 <Message Id="ValidationFailedDueToMultilanguageMergeModule" Number="309" SourceLineNumbers="no">
2439 <Instance>
2440 Failed to open merge module for validation. The most common cause of this error is specifying that the merge module supports multiple languages (using the Package/@Languages attribute) but not including language-specific embedded transforms. To fix this error, make the merge module language-neutral, make it language-specific, embed language transforms as specified in the MSI SDK at http://msdn.microsoft.com/library/aa367799.aspx, or disable validation.
2441 </Instance>
2442 </Message>
2443 <Message Id="ValidationFailedDueToInvalidPackage" Number="310" SourceLineNumbers="no">
2444 <Instance>
2445 Failed to open package for validation. The most common cause of this error is validating an x64 package on an x86 system. To fix this error, run validation on an x64 system or disable validation.
2446 </Instance>
2447 </Message>
2448 <Message Id="InvalidStringForCodepage" Number="311">
2449 <Instance>
2450 A string was provided with characters that are not available in the specified database code page '{0}'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.
2451 <Parameter Type="System.String" Name="codepage" />
2452 </Instance>
2453 </Message>
2454 <Message Id="InvalidEmbeddedUIFileName" Number="312">
2455 <Instance>
2456 The EmbeddedUI/@Name attribute value, '{0}', does not contain an extension. Windows Installer will not load an embedded UI DLL without an extension. Include an extension or just omit the Name attribute so it defaults to the file name portion of the Source attribute value.
2457 <Parameter Type="System.String" Name="codepage" />
2458 </Instance>
2459 </Message>
2460 <Message Id="UniqueFileSearchIdRequired" Number="313">
2461 <Instance>
2462 The DirectorySearch element '{0}' requires that the child {1} element has a unique Id when the DirectorySearch/@AssignToProperty attribute is set to 'yes'.
2463 <Parameter Type="System.String" Name="id" />
2464 <Parameter Type="System.String" Name="elementName" />
2465 </Instance>
2466 </Message>
2467 <Message Id="IllegalAttributeValueWhenNested" Number="314">
2468 <Instance>
2469 The {0}/@{1} attribute value, '{2}', cannot be specified when the {0} element is nested underneath a {3} element.
2470 <Parameter Type="System.String" Name="elementName" />
2471 <Parameter Type="System.String" Name="attributeName" />
2472 <Parameter Type="System.String" Name="attrivuteValue" />
2473 <Parameter Type="System.String" Name="parentElementName" />
2474 </Instance>
2475 </Message>
2476 <Message Id="AdminImageRequired" Number="315" SourceLineNumbers="no">
2477 <Instance>
2478 Source information is required for the product '{0}'. If you ran torch.exe with both target and updated .msi files, you must first perform an administrative installation of both .msi files then pass -a when running torch.exe.
2479 <Parameter Type="System.String" Name="productCode" />
2480 </Instance>
2481 </Message>
2482 <Message Id="SamePatchBaselineId" Number="316">
2483 <Instance>
2484 The PatchBaseline/@Id attribute value '{0}' is a child of multiple Media elements. This prevents transforms from being resolved to distinct media. Change the PatchBaseline/@Id attribute values to be unique.
2485 <Parameter Type="System.String" Name="id" />
2486 </Instance>
2487 </Message>
2488 <Message Id="SameFileIdDifferentSource" Number="317">
2489 <Instance>
2490 Two different source paths '{1}' and '{2}' were detected for the same file identifier '{0}'. You must either author these under Media elements with different Id attribute values or in different patches.
2491 <Parameter Type="System.String" Name="fileId" />
2492 <Parameter Type="System.String" Name="sourcePath1" />
2493 <Parameter Type="System.String" Name="sourcePath2" />
2494 </Instance>
2495 </Message>
2496 <Message Id="HarvestSourceNotSpecified" Number="318" SourceLineNumbers="no">
2497 <Instance>
2498 A harvest source must be specified after the harvest type and can be followed by harvester arguments.
2499 </Instance>
2500 </Message>
2501 <Message Id="OutputTargetNotSpecified" Number="319" SourceLineNumbers="no">
2502 <Instance>
2503 The '-out' or '-o' parameter must specify a file path.
2504 </Instance>
2505 </Message>
2506 <Message Id="DuplicateCommandLineOptionInExtension" Number="320" SourceLineNumbers="no">
2507 <Instance>
2508 The command line option '{0}' has already been loaded by another Heat extension.
2509 <Parameter Type="System.String" Name="switch" />
2510 </Instance>
2511 </Message>
2512 <Message Id="HarvestTypeNotFound" Number="321" SourceLineNumbers="no">
2513 <Instance>
2514 The harvest type was not found in the list of loaded Heat extensions.
2515 </Instance>
2516 <Instance>
2517 The harvest type '{0}' was specified. Harvest types cannot start with a '-'. Remove the '-' to specify a valid harvest type.
2518 <Parameter Type="System.String" Name="harvestType" />
2519 </Instance>
2520 </Message>
2521 <Message Id="BothUpgradeCodesRequired" Number="322" SourceLineNumbers="no">
2522 <Instance>
2523 Both the target and updated product authoring must define the Product/@UpgradeCode attribute if the transform validates the UpgradeCode (default). Either define the Product/@UpgradeCode attribute in both the target and updated authoring, or set the Validate/@UpgradeCode attribute to 'no' in the patch authoring.
2524 </Instance>
2525 </Message>
2526 <Message Id="IllegalBinderClassName" Number="323" SourceLineNumbers="no">
2527 <Instance>
2528 Illegal binder class name specified for -binder command line option.
2529 </Instance>
2530 </Message>
2531 <Message Id="SpecifiedBinderNotFound" Number="324" SourceLineNumbers="no">
2532 <Instance>
2533 The specified binder class '{0}' was not found in any extensions.
2534 <Parameter Type="System.String" Name="binderClass" />
2535 </Instance>
2536 </Message>
2537 <Message Id="CannotLoadBinderFileManager" Number="325" SourceLineNumbers="no">
2538 <Instance>
2539 Cannot load binder file manager: {0}. Light can only load one binder file manager and has already loaded binder file manager: {1}.
2540 <Parameter Type="System.String" Name="binderFileManager" />
2541 <Parameter Type="System.String" Name="currentBinderFileManager" />
2542 </Instance>
2543 </Message>
2544 <Message Id="CannotLoadLinkerExtension" Number="326" SourceLineNumbers="no">
2545 <Instance>
2546 Cannot load linker extension: {0}. Light can only load one link extension and has already loaded link extension: {1}.
2547 <Parameter Type="System.String" Name="linkerExtension" />
2548 <Parameter Type="System.String" Name="currentLinkerExtension" />
2549 </Instance>
2550 </Message>
2551 <Message Id="UnableToGetAuthenticodeCertOfFile" Number="327" SourceLineNumbers="no">
2552 <Instance>
2553 Unable to get the authenticode certificate of '{0}'. More information: {1}
2554 <Parameter Type="System.String" Name="filePath" />
2555 <Parameter Type="System.String" Name="moreInformation" />
2556 </Instance>
2557 </Message>
2558 <Message Id="UnableToGetAuthenticodeCertOfFileDownlevelOS" Number="328" SourceLineNumbers="no">
2559 <Instance>
2560 Unable to get the authenticode certificate of '{0}'. The cryptography API has limitations on Windows XP and Windows Server 2003. More information: {1}
2561 <Parameter Type="System.String" Name="filePath" />
2562 <Parameter Type="System.String" Name="moreInformation" />
2563 </Instance>
2564 </Message>
2565 <Message Id="ReadOnlyOutputFile" Number="329" SourceLineNumbers="no">
2566 <Instance>
2567 Unable to output to file '{0}' because it is marked as read-only.
2568 <Parameter Type="System.String" Name="filePath" />
2569 </Instance>
2570 </Message>
2571 <Message Id="CannotDefaultComponentId" Number="330">
2572 <Instance>
2573 The Component/@Id attribute was not found; it is required when there is no valid keypath to use as the default id value.
2574 </Instance>
2575 </Message>
2576 <Message Id="ParentElementAttributeRequired" Number="331">
2577 <Instance>
2578 The parent {0} element is missing the {1} attribute that is required for the {2} child element.
2579 <Parameter Type="System.String" Name="parentElement" />
2580 <Parameter Type="System.String" Name="parentAttribute" />
2581 <Parameter Type="System.String" Name="childElement" />
2582 </Instance>
2583 </Message>
2584 <Message Id="PreprocessorExtensionPragmaFailed" Number="333">
2585 <Instance>
2586 Exception thrown while processing pragma '{0}'. The exception's message is: {1}
2587 <Parameter Type="System.String" Name="pragma" />
2588 <Parameter Type="System.String" Name="message" />
2589 </Instance>
2590 </Message>
2591 <Message Id="InvalidPreprocessorPragma" Number="334">
2592 <Instance>
2593 Malformed preprocessor pragma '{0}'. Pragmas must have a prefix, a name of at least 1 character long, and be followed by optional arguments.
2594 <Parameter Type="System.String" Name="variable" />
2595 </Instance>
2596 </Message>
2597 <Message Id="SmokeUnknownFileExtension" Number="335" SourceLineNumbers="no">
2598 <Instance>
2599 Unknown input file format - expected a .msi or .msm file.
2600 </Instance>
2601 </Message>
2602 <Message Id="SmokeUnsupportedFileExtension" Number="336" SourceLineNumbers="no">
2603 <Instance>
2604 Files with an extension of .msp are not currently supported.
2605 </Instance>
2606 </Message>
2607 <Message Id="SmokeMalformedPath" Number="337" SourceLineNumbers="no">
2608 <Instance>
2609 Path contains one or more invalid characters.
2610 </Instance>
2611 </Message>
2612 <Message Id="InvalidStubExe" Number="338" SourceLineNumbers="no">
2613 <Instance>
2614 Stub executable '{0}' is not a valid Win32 executable.
2615 <Parameter Type="System.String" Name="filename" />
2616 </Instance>
2617 </Message>
2618 <Message Id="StubMissingWixburnSection" Number="339" SourceLineNumbers="no">
2619 <Instance>
2620 Stub executable '{0}' does not contain a .wixburn data section.
2621 <Parameter Type="System.String" Name="filename" />
2622 </Instance>
2623 </Message>
2624 <Message Id="StubWixburnSectionTooSmall" Number="340" SourceLineNumbers="no">
2625 <Instance>
2626 Stub executable '{0}' .wixburn data section is too small to store the Burn container header.
2627 <Parameter Type="System.String" Name="filename" />
2628 </Instance>
2629 </Message>
2630 <Message Id="MissingBundleInformation" Number="341" SourceLineNumbers="no">
2631 <Instance>
2632 The Bundle is missing '{0}' data, and cannot continue.
2633 <Parameter Type="System.String" Name="data" />
2634 </Instance>
2635 </Message>
2636 <Message Id="UnexpectedGroupChild" Number="342" SourceLineNumbers="no">
2637 <Instance>
2638 A group parent ('{0}'/'{1}') had an unexpected child ('{2}'/'{3}').
2639 <Parameter Type="System.String" Name="parentType" />
2640 <Parameter Type="System.String" Name="parentId" />
2641 <Parameter Type="System.String" Name="childType" />
2642 <Parameter Type="System.String" Name="childId" />
2643 </Instance>
2644 </Message>
2645 <Message Id="OrderingReferenceLoopDetected" Number="343">
2646 <Instance>
2647 A circular reference of ordering dependencies was detected. The infinite loop includes: {0}. Ordering dependency references must form a directed acyclic graph.
2648 <Parameter Type="System.String" Name="loopList" />
2649 </Instance>
2650 </Message>
2651 <Message Id="IdentifierNotFound" Number="344" SourceLineNumbers="no">
2652 <Instance>
2653 An expected identifier ('{1}', of type '{0}') was not found.
2654 <Parameter Type="System.String" Name="type" />
2655 <Parameter Type="System.String" Name="identifier" />
2656 </Instance>
2657 </Message>
2658 <Message Id="MergePlatformMismatch" Number="345">
2659 <Instance>
2660 '{0}' is a 64-bit merge module but the product consuming it is 32-bit. 32-bit products can consume only 32-bit merge modules.
2661 <Parameter Type="System.String" Name="mergeModuleFile" />
2662 </Instance>
2663 </Message>
2664 <Message Id="IllegalRelativeLongFilename" Number="346">
2665 <Instance>
2666 The {0}/@{1} attribute's value, '{2}', is not a valid relative long name because it contains illegal characters. Legal relative long names contain no more than 260 characters and must contain at least one non-period character. Any character except for the follow may be used: ? | &gt; &lt; : / * ".
2667 <Parameter Type="System.String" Name="elementName" />
2668 <Parameter Type="System.String" Name="attributeName" />
2669 <Parameter Type="System.String" Name="value" />
2670 </Instance>
2671 </Message>
2672 <Message Id="IllegalAttributeValueWithLegalList" Number="347">
2673 <Instance>
2674 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: {3}.
2675 <Parameter Type="System.String" Name="elementName" />
2676 <Parameter Type="System.String" Name="attributeName" />
2677 <Parameter Type="System.String" Name="value" />
2678 <Parameter Type="System.String" Name="legalValueList" />
2679 </Instance>
2680 </Message>
2681 <Message Id="IllegalAttributeValueWithIllegalList" Number="348">
2682 <Instance>
2683 The {0}/@{1} attribute's value, '{2}', is one of the illegal options: {3}.
2684 <Parameter Type="System.String" Name="elementName" />
2685 <Parameter Type="System.String" Name="attributeName" />
2686 <Parameter Type="System.String" Name="value" />
2687 <Parameter Type="System.String" Name="illegalValueList" />
2688 </Instance>
2689 </Message>
2690
2691 <Message Id="InvalidSummaryInfoCodePage" Number="349">
2692 <Instance>
2693 The code page '{0}' is invalid for summary information. You must specify an ANSI code page.
2694 <Parameter Type="System.Int32" Name="codePage" />
2695 </Instance>
2696 </Message>
2697 <Message Id="ValidationFailedDueToLowMsiEngine" Number="350" SourceLineNumbers="no">
2698 <Instance>
2699 The package being validated requires a higher version of Windows Installer than is installed on this machine. Validation cannot continue.
2700 </Instance>
2701 </Message>
2702 <Message Id="DuplicateSourcesForOutput" Number="351" SourceLineNumbers="no">
2703 <Instance>
2704 Multiple source files ({0}) have resulted in the same output file '{1}'. This is likely because the source files only differ in extension or path. Rename the source files to avoid this problem.
2705 <Parameter Type="System.String" Name="sourceList" />
2706 <Parameter Type="System.String" Name="outputFile" />
2707 </Instance>
2708 </Message>
2709 <Message Id="UnableToReadPackageInformation" Number="352">
2710 <Instance>
2711 Unable to read package '{0}'. {1}
2712 <Parameter Type="System.String" Name="packagePath" />
2713 <Parameter Type="System.String" Name="detailedErrorMessage" />
2714 </Instance>
2715 </Message>
2716 <Message Id="MultipleFilesMatchedWithOutputSpecification" Number="353" SourceLineNumbers="no">
2717 <Instance>
2718 A per-source file output specification has been provided ('{0}'), but multiple source files match the source specification ({1}). Specifying a unique output requires that only a single source file match.
2719 <Parameter Type="System.String" Name="sourceSpecification" />
2720 <Parameter Type="System.String" Name="sourceList" />
2721 </Instance>
2722 </Message>
2723 <Message Id="InvalidBundle" Number="354" SourceLineNumbers="no">
2724 <Instance>
2725 Unable to read bundle executable '{0}'. This is not a valid WiX bundle.
2726 <Parameter Type="System.String" Name="bundleExecutable" />
2727 </Instance>
2728 </Message>
2729 <Message Id="BundleTooNew" Number="355" SourceLineNumbers="no">
2730 <Instance>
2731 Unable to read bundle executable '{0}', because this bundle was created with a newer version of WiX (bundle version '{1}'). You must use a newer version of WiX in order to read this bundle.
2732 <Parameter Type="System.String" Name="bundleExecutable" />
2733 <!-- we use a 64-bit field here because the field is really a 32-bit UInt,
2734 but UInt gives a non-CLS-compliant warning.
2735 So 64-bit makes sure we don't drop the last bit -->
2736 <Parameter Type="System.Int64" Name="bundleVersion" />
2737 </Instance>
2738 </Message>
2739 <Message Id="WrongFileExtensionForNumberOfInputs" Number="356" SourceLineNumbers="no">
2740 <Instance>
2741 The extension '{0}' on the input specified '{1}' does not match the number of inputs required to handle an input with this extension. Check if you are missing an input or have too many.
2742 <Parameter Type="System.String" Name="inputExtension" />
2743 <Parameter Type="System.String" Name="input" />
2744 </Instance>
2745 </Message>
2746 <Message Id="MediaTableCollision" Number="357">
2747 <Instance>
2748 Only one of Media and MediaTemplate tables should be authored.
2749 </Instance>
2750 </Message>
2751 <Message Id="InvalidCabinetTemplate" Number="358">
2752 <Instance>
2753 CabinetTemplate attribute's value '{0}' must contain '{{0}}' and should contain no more than 8 characters followed by an optional extension of no more than 3 characters. Any character except for the follow may be used: \ ? | &gt; &lt; : / * " + , ; = [ ] (space). The Windows Installer team has recommended following the 8.3 format for external cabinet files and any other naming scheme is officially unsupported (which means it is not guaranteed to work on all platforms).
2754 <Parameter Type="System.String" Name="cabinetTemplate" />
2755 </Instance>
2756 </Message>
2757 <Message Id="MaximumUncompressedMediaSizeTooLarge" Number="359">
2758 <Instance>
2759 '{0}' is too large. Reduce the size of maximum uncompressed media size.
2760 <Parameter Type="System.Int32" Name="maximumUncompressedMediaSize" />
2761 </Instance>
2762 </Message>
2763 <Message Id="CatalogVerificationFailed" Number="360" SourceLineNumbers="no">
2764 <Instance>
2765 File '{0}' could not be verified with a catalog file.
2766 <Parameter Type="System.String" Name="fileName" />
2767 </Instance>
2768 </Message>
2769 <Message Id="CatalogFileHashFailed" Number="361" SourceLineNumbers="no">
2770 <Instance>
2771 Could not get hash of file '{0}'. Error: {2}.
2772 <Parameter Type="System.String" Name="fileName" />
2773 <Parameter Type="System.Int32" Name="errorCode" />
2774 </Instance>
2775 </Message>
2776 <Message Id="ReservedNamespaceViolation" Number="362">
2777 <Instance>
2778 The {0}/@{1} attribute's value begins with the reserved prefix '{2}'. Some prefixes are reserved by the Windows Installer and WiX toolset for well-known values. Change your attribute's value to not begin with the same prefix.
2779 <Parameter Type="System.String" Name="element" />
2780 <Parameter Type="System.String" Name="attribute" />
2781 <Parameter Type="System.String" Name="prefix" />
2782 </Instance>
2783 </Message>
2784 <Message Id="PerUserButAllUsersEquals1" Number="363">
2785 <Instance>
2786 The MSI '{0}' is explicitly marked to not elevate so it must be a per-user package but the ALLUSERS Property is set to '1' creating a per-machine package. Remove the Property with Id='ALLUSERS' and use Package/@InstallScope attribute to be explicit instead.
2787 <Parameter Type="System.String" Name="path" />
2788 </Instance>
2789 </Message>
2790 <Message Id="UnsupportedAllUsersValue" Number="364">
2791 <Instance>
2792 The MSI '{0}' set the ALLUSERS Property to '{0}' which is not supported. Remove the Property with Id='ALLUSERS' and use Package/@InstallScope attribute instead.
2793 <Parameter Type="System.String" Name="path" />
2794 <Parameter Type="System.String" Name="value" />
2795 </Instance>
2796 </Message>
2797 <Message Id="DisallowedMsiProperty" Number="365">
2798 <Instance>
2799 The '{0}' MsiProperty is controlled by the bootstrapper and cannot be authored. (Illegal properties are: {1}.) Remove the MsiProperty element.
2800 <Parameter Type="System.String" Name="property" />
2801 <Parameter Type="System.String" Name="illegalValueList" />
2802 </Instance>
2803 </Message>
2804 <Message Id="MissingOrInvalidModuleInstallerVersion" Number="366">
2805 <Instance>
2806 The merge module '{0}' from file '{1}' is either missing or has an invalid installer version. The value read from the installer version in module's summary information was '{2}'. This should be a numeric value representing a valid installer version such as 200 or 301.
2807 <Parameter Type="System.String" Name="moduleId" />
2808 <Parameter Type="System.String" Name="mergeModuleFile" />
2809 <Parameter Type="System.String" Name="productInstallerVersion" />
2810 </Instance>
2811 </Message>
2812 <Message Id="IllegalGeneratedGuidComponentUnversionedKeypath" Number="367">
2813 <Instance>
2814 The Component/@Guid attribute's value '*' is not valid for this component because it does not meet the criteria for having an automatically generated guid. Components with more than one file cannot use an automatically generated guid unless a versioned file is the keypath and the other files are unversioned. This component's keypath is not versioned. Create multiple components to use automatically generated guids.
2815 </Instance>
2816 </Message>
2817 <Message Id="IllegalGeneratedGuidComponentVersionedNonkeypath" Number="368">
2818 <Instance>
2819 The Component/@Guid attribute's value '*' is not valid for this component because it does not meet the criteria for having an automatically generated guid. Components with more than one file cannot use an automatically generated guid unless a versioned file is the keypath and the other files are unversioned. This component has a non-keypath file that is versioned. Create multiple components to use automatically generated guids.
2820 </Instance>
2821 </Message>
2822 <Message Id="DuplicateComponentGuids" Number="369">
2823 <Instance>
2824 Component/@Id='{0}' has a @Guid value '{1}' that duplicates another component in this package. It is recommended to give each component its own unique GUID.
2825 <Parameter Type="System.String" Name="componentId" />
2826 <Parameter Type="System.String" Name="guid" />
2827 </Instance>
2828 </Message>
2829 <Message Id="DuplicateProviderDependencyKey" Number="370" SourceLineNumbers="no">
2830 <Instance>
2831 The provider dependency key '{0}' was already imported from the package with Id '{1}'. Please remove the Provides element with the key '{0}' from the package authoring.
2832 <Parameter Type="System.String" Name="providerKey" />
2833 <Parameter Type="System.String" Name="packageId" />
2834 </Instance>
2835 </Message>
2836 <Message Id="MissingDependencyVersion" Number="371" SourceLineNumbers="no">
2837 <Instance>
2838 The provider dependency version was not authored for the package with Id '{0}'. Please author the Provides/@Version attribute for this package.
2839 <Parameter Type="System.String" Name="packageId" />
2840 </Instance>
2841 </Message>
2842
2843 <Message Id="UnexpectedElementWithAttribute" Number="372">
2844 <Instance>
2845 The {0} element cannot have a child element '{1}' when attribute '{2}' is set.
2846 <Parameter Type="System.String" Name="elementName" />
2847 <Parameter Type="System.String" Name="childElementName" />
2848 <Parameter Type="System.String" Name="attribute" />
2849 </Instance>
2850 </Message>
2851 <Message Id="ExpectedAttributeWithElement" Number="373">
2852 <Instance>
2853 The {0} element must have attribute '{1}' when child element '{2}' is present.
2854 <Parameter Type="System.String" Name="elementName" />
2855 <Parameter Type="System.String" Name="attribute" />
2856 <Parameter Type="System.String" Name="childElementName" />
2857 </Instance>
2858 </Message>
2859 <Message Id="DuplicatedUiLocalization" Number="374">
2860 <Instance>
2861 The localization for control {0} in dialog {1} is duplicated. Only one localization per control is allowed.
2862 <Parameter Type="System.String" Name="controlName" />
2863 <Parameter Type="System.String" Name="dialogName" />
2864 </Instance>
2865 <Instance>
2866 The localization for dialog {0} is duplicated. Only one localization per dialog is allowed.
2867 <Parameter Type="System.String" Name="dialogName" />
2868 </Instance>
2869 </Message>
2870 <Message Id="MaximumCabinetSizeForLargeFileSplittingTooLarge" Number="375">
2871 <Instance>
2872 '{0}' is too large. Reduce the size of maximum cabinet size for large file splitting. The maximum permitted value is '{1}' MB.
2873 <Parameter Type="System.Int32" Name="maximumCabinetSizeForLargeFileSplitting" />
2874 <Parameter Type="System.Int32" Name="maxValueOfMaxCabSizeForLargeFileSplitting" />
2875 </Instance>
2876 </Message>
2877 <Message Id="SplitCabinetCopyRegistrationFailed" Number="376" SourceLineNumbers="no">
2878 <Instance>
2879 Failed to register the copy command for cabinet '{0}' formed by splitting cabinet '{1}'.
2880 <Parameter Type="System.String" Name="newCabName" />
2881 <Parameter Type="System.String" Name="firstCabName" />
2882 </Instance>
2883 </Message>
2884 <Message Id="SplitCabinetNameCollision" Number="377" SourceLineNumbers="no">
2885 <Instance>
2886 The cabinet name '{0}' collides with the new cabinet formed by splitting cabinet '{1}', consider renaming cabinet '{0}'.
2887 <Parameter Type="System.String" Name="newCabName" />
2888 <Parameter Type="System.String" Name="firstCabName" />
2889 </Instance>
2890 </Message>
2891 <Message Id="SplitCabinetInsertionFailed" Number="378" SourceLineNumbers="no">
2892 <Instance>
2893 Could not find the last split cabinet '{2}' in the Media Table. So failed to add new cabinet '{0}' formed by splitting cabinet '{1}' to the installer package.
2894 <Parameter Type="System.String" Name="newCabName" />
2895 <Parameter Type="System.String" Name="firstCabName" />
2896 <Parameter Type="System.String" Name="lastCabinetOfThisSequence" />
2897 </Instance>
2898 </Message>
2899 <Message Id="InvalidPreprocessorFunctionAutoVersion" Number="379">
2900 <Instance>
2901 Invalid AutoVersion template specified.
2902 </Instance>
2903 </Message>
2904 <Message Id="InvalidModuleOrBundleVersion" Number="380">
2905 <Instance>
2906 Invalid {0}/@Version '{1}'. {0} version has a max value of "65535.65535.65535.65535" and must be all numeric.
2907 <Parameter Type="System.String" Name="moduleOrBundle" />
2908 <Parameter Type="System.String" Name="version" />
2909 </Instance>
2910 </Message>
2911 <Message Id="UnsupportedPlatformForElement" Number="381">
2912 <Instance>
2913 The element {1} does not support platform '{0}'. Consider removing the element or using the preprocessor to conditionally include the element based on the platform.
2914 <Parameter Type="System.String" Name="platform" />
2915 <Parameter Type="System.String" Name="elementName" />
2916 </Instance>
2917 </Message>
2918 <Message Id="MissingMedia" Number="382">
2919 <Instance>
2920 There is no media defined for disk id '{0}'. You must author either &lt;Media Id='{0}' ...&gt; or &lt;MediaTemplate ...&gt;.
2921 <Parameter Type="System.Int32" Name="diskId" />
2922 </Instance>
2923 </Message>
2924 <Message Id="RemotePayloadUnsupported" Number="383">
2925 <Instance>
2926 The RemotePayload element can only be used for ExePackage and MsuPackage payloads.
2927 </Instance>
2928 </Message>
2929 <Message Id="IllegalYesNoAlwaysValue" Number="384">
2930 <Instance>
2931 The {0}/@{1} attribute's value, '{2}', is not a legal yes/no/always value. The only legal values are 'always', 'no' or 'yes'.
2932 <Parameter Type="System.String" Name="elementName" />
2933 <Parameter Type="System.String" Name="attributeName" />
2934 <Parameter Type="System.String" Name="value" />
2935 </Instance>
2936 </Message>
2937 <Message Id="TooDeeplyIncluded" Number="385">
2938 <Instance>
2939 Include files cannot be nested more deeply than {0} times. Make sure included files don't accidentally include themselves.
2940 <Parameter Type="System.Int32" Name="depth" />
2941 </Instance>
2942 </Message>
2943 <Message Id="InlineDirectorySyntaxRequiresPath" Number="387">
2944 <Instance>
2945 The {0}/@{1} attribute's value '{2}' only specifies a directory reference. The inline directory syntax requires that at least one directory be specified in addition to the value. For example, use '{3}:\foo\' to add a 'foo' directory.
2946 <Parameter Type="System.String" Name="elementName" />
2947 <Parameter Type="System.String" Name="attributeName" />
2948 <Parameter Type="System.String" Name="value" />
2949 <Parameter Type="System.String" Name="identifier" />
2950 </Instance>
2951 </Message>
2952 <Message Id="InsecureBundleFilename" Number="388" SourceLineNumbers="no">
2953 <Instance>
2954 The file name '{0}' creates an insecure bundle. Windows will load unnecessary compatibility shims into a bundle with that file name. These compatibility shims can be DLL hijacked allowing attackers to compromise your customers' computer. Choose a different bundle file name.
2955 <Parameter Type="System.String" Name="filename" />
2956 </Instance>
2957 </Message>
2958 <Message Id="PayloadMustBeRelativeToCache" Number="389">
2959 <Instance>
2960 The {0}/@{1} attribute's value, '{2}', is not a legal path name: Payload names must be relative to their cache directory and cannot contain '..'.
2961 <Parameter Type="System.String" Name="elementName" />
2962 <Parameter Type="System.String" Name="attributeName" />
2963 <Parameter Type="System.String" Name="attributeValue" />
2964 </Instance>
2965 </Message>
2966 <Message Id="MsiTransactionX86BeforeX64" Number="390">
2967 <Instance>
2968 MSI transactions must install all x64 packages before any x86 package.
2969 </Instance>
2970 </Message>
2971 </Class>
2972
2973 <Class Name="WixWarnings" ContainerName="WixWarningEventArgs" BaseContainerName="MessageEventArgs" Level="Warning">
2974 <Message Id="IdentifierCannotBeModularized" Number="1000">
2975 <Instance>
2976 The {0}/@{1} attribute's value, '{2}', is {3} characters long. It will be too long if modularized. The identifier shouldn't be longer than {4} characters long to allow for modularization (appending a guid for merge modules).
2977 <Parameter Type="System.String" Name="elementName" />
2978 <Parameter Type="System.String" Name="attributeName" />
2979 <Parameter Type="System.String" Name="identifier" />
2980 <Parameter Type="System.Int32" Name="length" />
2981 <Parameter Type="System.Int32" Name="maximumLength" />
2982 </Instance>
2983 </Message>
2984 <Message Id="EmptyAttributeValue" Number="1001">
2985 <Instance>
2986 The {0}/@{1} attribute's value cannot be an empty string. If you want the value to be null or empty, simply remove the entire attribute.
2987 <Parameter Type="System.String" Name="elementName" />
2988 <Parameter Type="System.String" Name="attributeName" />
2989 </Instance>
2990 </Message>
2991 <Message Id="UnableToFindFileFromCabOrImage" Number="1002">
2992 <Instance>
2993 Unable to find existing file {0} to place in src location {1}. Will likely cause a linker break.
2994 <Parameter Type="System.String" Name="existingFileSpec" />
2995 <Parameter Type="System.String" Name="srcFileSpec" />
2996 </Instance>
2997 </Message>
2998 <Message Id="CopyFileFileIdUseless" Number="1003">
2999 <Instance>Since the CopyFile/@FileId attribute was specified but none of the following attributes (DestinationName, DestinationDirectory, DestinationProperty) were specified, this authoring will not do anything.</Instance>
3000 </Message>
3001 <Message Id="NestedInstall" Number="1004">
3002 <Instance>
3003 The {0}.{1} column's value, '{2}', indicates a nested install. Nested installations are not supported by the WiX team. This action will be left out of the decompiled output.
3004 <Parameter Type="System.String" Name="tableName" />
3005 <Parameter Type="System.String" Name="columnName" />
3006 <Parameter Type="System.Object" Name="value" />
3007 </Instance>
3008 </Message>
3009 <Message Id="OrphanedProgId" Number="1005">
3010 <Instance>
3011 ProgId '{0}' is orphaned. It has no associated component, so it will never install. Every ProgId should have either a parent Class element or child Extension element (at any distance).
3012 <Parameter Type="System.String" Name="progId" />
3013 </Instance>
3014 </Message>
3015 <Message Id="PropertyUseless" Number="1006">
3016 <Instance>
3017 Property '{0}' does not contain a Value attribute and is not marked as Admin, Secure, or Hidden. The Property element is being ignored.
3018 <Parameter Type="System.String" Name="id" />
3019 </Instance>
3020 </Message>
3021 <Message Id="RemoveFileNameRequired" Number="1007">
3022 <Instance>The RemoveFile/@Name attribute will soon become required. In order to match the old functionality of not specifying this attribute, please use the new RemoveFolder element instead.</Instance>
3023 </Message>
3024 <Message Id="SuppressAction" Number="1008">
3025 <Instance>
3026 The action '{0}' in the {1} table is being suppressed.
3027 <Parameter Type="System.String" Name="action" />
3028 <Parameter Type="System.String" Name="sequenceName" />
3029 </Instance>
3030 </Message>
3031 <Message Id="SuppressMergedAction" Number="1009" SourceLineNumbers="no">
3032 <Instance>
3033 The merged action '{0}' in the {1} table is being suppressed.
3034 <Parameter Type="System.String" Name="action" />
3035 <Parameter Type="System.String" Name="sequenceName" />
3036 </Instance>
3037 </Message>
3038 <Message Id="TargetDirCorrectedDefaultDir" Number="1010" SourceLineNumbers="no">
3039 <Instance>
3040 The Directory with Id 'TARGETDIR' must have the value 'SourceDir' in its 'DefaultDir' column. This has been automatically corrected for you in the decompiled output.
3041 </Instance>
3042 </Message>
3043 <Message Id="AccessDeniedForDeletion" Number="1011">
3044 <Instance>
3045 Access denied; cannot delete '{0}'.
3046 <Parameter Type="System.String" Name="tempFilesBasePath" />
3047 </Instance>
3048 </Message>
3049 <Message Id="DirectoryInUse" Number="1012">
3050 <Instance>
3051 The directory '{0}' is in use and cannot be deleted.
3052 <Parameter Type="System.String" Name="filePath" />
3053 </Instance>
3054 </Message>
3055 <Message Id="AccessDeniedForSettingAttributes" Number="1013">
3056 <Instance>
3057 Access denied; cannot set attributes on '{0}'.
3058 <Parameter Type="System.String" Name="filePath" />
3059 </Instance>
3060 </Message>
3061 <Message Id="UnknownAction" Number="1024">
3062 <Instance>
3063 The {0} table contains an action '{1}' which is not a known custom action, dialog, or standard action. This action will be left out of the decompiled output.
3064 <Parameter Type="System.String" Name="sequenceTableName" />
3065 <Parameter Type="System.String" Name="actionName" />
3066 </Instance>
3067 </Message>
3068 <Message Id="IdentifierTooLong" Number="1026">
3069 <Instance>
3070 The {0}/@{1} attribute's value, '{2}', is too long for an identifier. Standard identifiers are 72 characters long or less.
3071 <Parameter Type="System.String" Name="elementName" />
3072 <Parameter Type="System.String" Name="attributeName" />
3073 <Parameter Type="System.String" Name="value" />
3074 </Instance>
3075 </Message>
3076 <Message Id="UnknownPermission" Number="1030">
3077 <Instance>
3078 The {0} table contains a row with primary key '{1}' which has an unknown permission at bit {2}.
3079 <Parameter Type="System.String" Name="tableName" />
3080 <Parameter Type="System.String" Name="primaryKey" />
3081 <Parameter Type="System.Int32" Name="bitPosition" />
3082 </Instance>
3083 </Message>
3084 <Message Id="DirectoryRedundantNames" Number="1031">
3085 <Instance>
3086 The {0} element's {1} and {2} values are both '{3}'. This is redundant; the {2} attribute should be removed.
3087 <Parameter Type="System.String" Name="elementName" />
3088 <Parameter Type="System.String" Name="shortNameAttributeName" />
3089 <Parameter Type="System.String" Name="longNameAttributeName" />
3090 <Parameter Type="System.String" Name="attributeValue" />
3091 </Instance>
3092 <Instance>
3093 The {0} element's source and destination names are identical. This is redundant; the {1} and {2} attributes should be removed if present.
3094 <Parameter Type="System.String" Name="elementName" />
3095 <Parameter Type="System.String" Name="sourceNameAttributeName" />
3096 <Parameter Type="System.String" Name="longSourceAttributeName" />
3097 </Instance>
3098 </Message>
3099 <Message Id="UnableToResetAcls" Number="1032" SourceLineNumbers="no">
3100 <Instance>Unable to reset acls on destination files.</Instance>
3101 </Message>
3102 <Message Id="MediaExternalCabinetFilenameIllegal" Number="1033">
3103 <Instance>
3104 The {0}/@{1} attribute's value, '{2}', is not a valid external cabinet name. Legal cabinet names should follow 8.3 format: they should contain no more than 8 characters followed by an optional extension of no more than 3 characters. Any character except for the following may be used: \ ? | &gt; &lt; : / * " + , ; = [ ] (space). The Windows Installer team has recommended following the 8.3 format for external cabinet files and any other naming scheme is officially unsupported (which means it is not guaranteed to work on all platforms).
3105 <Parameter Type="System.String" Name="elementName" />
3106 <Parameter Type="System.String" Name="attributeName" />
3107 <Parameter Type="System.String" Name="value" />
3108 </Instance>
3109 </Message>
3110 <Message Id="DeprecatedPreProcVariable" Number="1034">
3111 <Instance>
3112 The built-in preprocessor variable '{0}' is deprecated. Please correct your authoring to use the new '{1}' preprocessor variable instead.
3113 <Parameter Type="System.String" Name="oldName" />
3114 <Parameter Type="System.String" Name="newName" />
3115 </Instance>
3116 </Message>
3117 <Message Id="FileSearchFileNameIssue" Number="1043">
3118 <Instance>
3119 The {0} element's {1} and {2} attributes were found. Due to a bug with the Windows Installer, only the Name or LongName attribute should be used. Use the Name attribute for 8.3 compliant file names and the LongName attribute for longer ones. When using only the LongName attribute, ICE03 should be ignored for the Signature table's FileName column.
3120 <Parameter Type="System.String" Name="elementName" />
3121 <Parameter Type="System.String" Name="attributeName1" />
3122 <Parameter Type="System.String" Name="attributeName2" />
3123 </Instance>
3124 </Message>
3125 <Message Id="AmbiguousFileOrDirectoryName" Number="1044">
3126 <Instance>
3127 The {0}/@{1} attribute's value '{2}' is an ambiguous short name because it ends with a '~' character followed by a number. Under some circumstances, this name could resolve to more than one file or directory name and lead to unpredictable results (for example 'MICROS~1' may correspond to 'Microsoft Shared' or 'Microsoft Foo' or literally 'Micros~1').
3128 <Parameter Type="System.String" Name="elementName" />
3129 <Parameter Type="System.String" Name="attributeName" />
3130 <Parameter Type="System.String" Name="value" />
3131 </Instance>
3132 </Message>
3133 <Message Id="PossiblyIncorrectTypelibVersion" Number="1048">
3134 <Instance>
3135 The Typelib table entry with Id '{0}' could have an incorrect version of '256.0'. InstallShield has a bug relating to the Typelib Version column: it will incorrectly set the value '65536' in to represent version '1.0'. However, this number actually corresponds to version '256.0'. This bug will not affect the typelib version that is registered during installation, however, it will prevent the Windows Installer from correctly identifying whether a typelib is already installed and lead to unnecessary reinstallations of the typelib.
3136 <Parameter Type="System.String" Name="id" />
3137 </Instance>
3138 </Message>
3139 <Message Id="ImplicitComponentPrimaryFeature" Number="1049" SourceLineNumbers="no">
3140 <Instance>
3141 The component '{0}' does not have an explicit primary feature parent specified. If the source files are linked in a different order, the primary parent feature may change. To prevent accidental changes, the primary feature parent should be set to 'yes' in one of the ComponentRef/@Primary, ComponentGroupRef/@Primary, or FeatureGroupRef/@Primary locations for this component.
3142 <Parameter Type="System.String" Name="componentId" />
3143 </Instance>
3144 </Message>
3145 <Message Id="ActionSequenceCollision" Number="1050">
3146 <Instance>
3147 The {0} table contains actions '{1}' and '{2}' which both have the same sequence number {3}. Please change the sequence number for one of these actions to avoid an ICE warning.
3148 <Parameter Type="System.String" Name="sequenceTableName" />
3149 <Parameter Type="System.String" Name="actionName1" />
3150 <Parameter Type="System.String" Name="actionName2" />
3151 <Parameter Type="System.Int32" Name="sequenceNumber" />
3152 </Instance>
3153 </Message>
3154 <Message Id="ActionSequenceCollision2" Number="1051">
3155 <Instance>The location of the action related to previous warning.</Instance>
3156 </Message>
3157 <Message Id="SuppressAction2" Number="1052">
3158 <Instance>The location of the suppressed action related to previous warning.</Instance>
3159 </Message>
3160 <Message Id="UnexpectedTableInProduct" Number="1053">
3161 <Instance>
3162 An unexpected row in the '{0}' table was found in this product. Products should not contain the '{0}' table.
3163 <Parameter Type="System.String" Name="tableName" />
3164 </Instance>
3165 </Message>
3166 <Message Id="DeprecatedAttribute" Number="1054">
3167 <Instance>
3168 The {0}/@{1} attribute has been deprecated.
3169 <Parameter Type="System.String" Name="elementName" />
3170 <Parameter Type="System.String" Name="attributeName" />
3171 </Instance>
3172 <Instance>
3173 The {0}/@{1} attribute has been deprecated. Please use the {2} attribute instead.
3174 <Parameter Type="System.String" Name="elementName" />
3175 <Parameter Type="System.String" Name="attributeName" />
3176 <Parameter Type="System.String" Name="newAttributeName" />
3177 </Instance>
3178 <Instance>
3179 The {0}/@{1} attribute has been deprecated. Please use the {2} or {3} attribute instead.
3180 <Parameter Type="System.String" Name="elementName" />
3181 <Parameter Type="System.String" Name="attributeName" />
3182 <Parameter Type="System.String" Name="newAttributeName1" />
3183 <Parameter Type="System.String" Name="newAttributeName2" />
3184 </Instance>
3185 </Message>
3186 <Message Id="MergeRescheduledAction" Number="1055">
3187 <Instance>
3188 The {0} table contains an action '{1}' which cannot be merged from the merge module '{2}'. This action is likely colliding with an action in the database that is being created. The colliding action may have been authored in the database or merged in from another merge module. If this is a standard action, it is likely colliding due to a difference in the condition for the action in the database and merge module. If this is a custom action, it should only be declared in the database or one merge module.
3189 <Parameter Type="System.String" Name="tableName" />
3190 <Parameter Type="System.String" Name="actionName" />
3191 <Parameter Type="System.String" Name="mergeModuleFile" />
3192 </Instance>
3193 </Message>
3194 <Message Id="MergeTableFailed" Number="1056">
3195 <Instance>
3196 The {0} table contains a row with primary key(s) '{1}' which cannot be merged from the merge module '{2}'. This is likely due to collision of rows with the same primary key(s) (but other different values in other columns) between the database and the merge module.
3197 <Parameter Type="System.String" Name="tableName" />
3198 <Parameter Type="System.String" Name="primaryKeys" />
3199 <Parameter Type="System.String" Name="mergeModuleFile" />
3200 </Instance>
3201 </Message>
3202 <Message Id="DecompiledStandardActionRelativelyScheduledInModule" Number="1057">
3203 <Instance>
3204 The {0} table contains a standard action '{1}' that does not have a sequence number specified. A value in the Sequence column is required for standard actions in a merge module. Remove the action from the decompiled authoring to have WiX automatically sequence it.
3205 <Parameter Type="System.String" Name="sequenceTableName" />
3206 <Parameter Type="System.String" Name="actionName" />
3207 </Instance>
3208 </Message>
3209 <Message Id="IllegalActionInSequence" Number="1058">
3210 <Instance>
3211 The {0} table contains an action '{1}' which is not allowed in this table. If this is a standard action then it is not valid for this table, if it is a custom action or dialog then this table does not accept actions of that type. This action will be left out of the decompiled output.
3212 <Parameter Type="System.String" Name="sequenceTableName" />
3213 <Parameter Type="System.String" Name="actionName" />
3214 </Instance>
3215 </Message>
3216 <Message Id="ExpectedForeignRow" Number="1059">
3217 <Instance>
3218 The {0} table contains a row with primary key(s) '{1}' whose {2} column contains a value, '{3}', which specifies a foreign key relationship with the {4} table. However, since the expected foreign row specified by this value does not exist, this will result in some information being left out of the decompiled output.
3219 <Parameter Type="System.String" Name="tableName" />
3220 <Parameter Type="System.String" Name="primaryKey" />
3221 <Parameter Type="System.String" Name="columnName" />
3222 <Parameter Type="System.String" Name="columnValue" />
3223 <Parameter Type="System.String" Name="foreignTableName" />
3224 </Instance>
3225 <Instance>
3226 The {0} table contains a row with primary key(s) '{1}' whose {2} and {4} columns contain the values, '{3}' and '{5}', which specify a foreign key relationship with the {6} table. However, since the expected foreign row specified by this value does not exist, this will result in some information being left out of the decompiled output.
3227 <Parameter Type="System.String" Name="tableName" />
3228 <Parameter Type="System.String" Name="primaryKey" />
3229 <Parameter Type="System.String" Name="columnName1" />
3230 <Parameter Type="System.String" Name="columnValue1" />
3231 <Parameter Type="System.String" Name="columnName2" />
3232 <Parameter Type="System.String" Name="columnValue2" />
3233 <Parameter Type="System.String" Name="foreignTableName" />
3234 </Instance>
3235 </Message>
3236 <Message Id="DecompilingAsCustomTable" Number="1060">
3237 <Instance>
3238 The {0} table is being decompiled as a custom table.
3239 <Parameter Type="System.String" Name="tableName" />
3240 </Instance>
3241 </Message>
3242 <Message Id="IllegalPatchCreationTable" Number="1061">
3243 <Instance>
3244 The {0} table is not legal in a patch creation file. The information in this table will be left out of the decompiled output.
3245 <Parameter Type="System.String" Name="tableName" />
3246 </Instance>
3247 </Message>
3248 <Message Id="SkippingMergeModuleTable" Number="1062">
3249 <Instance>
3250 The {0} table can only be represented in WiX for merge modules. The information in this table will be left out of the decompiled output.
3251 <Parameter Type="System.String" Name="tableName" />
3252 </Instance>
3253 </Message>
3254 <Message Id="SkippingPatchCreationTable" Number="1063">
3255 <Instance>
3256 The {0} table can only be represented in WiX for patch creation files. The information in this table will be left out of the decompiled output.
3257 <Parameter Type="System.String" Name="tableName" />
3258 </Instance>
3259 </Message>
3260 <Message Id="UnrepresentableColumnValue" Number="1064">
3261 <Instance>
3262 The {0}.{1} column's value, '{2}', cannot currently be represented in the WiX schema.
3263 <Parameter Type="System.String" Name="tableName" />
3264 <Parameter Type="System.String" Name="columnName" />
3265 <Parameter Type="System.Object" Name="value" />
3266 </Instance>
3267 </Message>
3268 <Message Id="DeprecatedTable" Number="1065" SourceLineNumbers="no">
3269 <Instance>
3270 The {0} table is not supported by the WiX toolset because it has been deprecated by the Windows Installer team. Any information in this table will be left out of the decompiled output.
3271 <Parameter Type="System.String" Name="tableName" />
3272 </Instance>
3273 </Message>
3274 <Message Id="PatchTable" Number="1066">
3275 <Instance>
3276 The {0} table is added to the install package by a transform from a patch package (.msp) and not authored directly into an install package (.msi). The information in this table will be left out of the decompiled output.
3277 <Parameter Type="System.String" Name="tableName" />
3278 </Instance>
3279 </Message>
3280 <Message Id="IllegalColumnValue" Number="1067">
3281 <Instance>
3282 The {0}.{1} column's value, '{2}', is not a recognized legal value. This information will be left out of the decompiled output.
3283 <Parameter Type="System.String" Name="tableName" />
3284 <Parameter Type="System.String" Name="columnName" />
3285 <Parameter Type="System.Object" Name="value" />
3286 </Instance>
3287 </Message>
3288 <Message Id="DeprecatedLongNameAttribute" Number="1069">
3289 <Instance>
3290 The {0}/@{1} attribute has been deprecated. Since WiX now has the ability to generate short file/directory names, the desired name should be specified in the {2} attribute instead. If the name specified in the {2} attribute is a short name, then WiX will not generate a short name. If the name specified in the {2} attribute is a long name and you want to manually specify the short name, please set the short name value in the {3} attribute.
3291 <Parameter Type="System.String" Name="elementName" />
3292 <Parameter Type="System.String" Name="longNameAttributeName" />
3293 <Parameter Type="System.String" Name="nameAttributeName" />
3294 <Parameter Type="System.String" Name="shortNameAttributeName" />
3295 </Instance>
3296 </Message>
3297 <Message Id="GeneratedShortFileNameConflict" Number="1070">
3298 <Instance>
3299 The short file name '{0}' was generated for multiple files that may be installed to the same directory. This could be due to conflicting long file names specified by the File/@Name attribute. If that is the case, please resolve the conflict in those attributes. Otherwise, please manually set the File/@ShortName attribute on the conflicting row to fix the collision. If one of the colliding files was added via a patch, that short file name should be specified manually to avoid disturbing the original short file name.
3300 <Parameter Type="System.String" Name="shortFileName" />
3301 </Instance>
3302 </Message>
3303 <Message Id="GeneratedShortFileNameConflict2" Number="1071">
3304 <Instance>
3305 The location of a conflicting generated short file name related to the previous warning.
3306 </Instance>
3307 </Message>
3308 <Message Id="DangerousTableInMergeModule" Number="1072">
3309 <Instance>
3310 Merge modules should not contain the '{0}' table because all merge conflicts cannot avoided. However, this warning can be suppressed if all of the consumers of the Merge Module agree to not duplicate identifiers in the '{0}' table.
3311 <Parameter Type="System.String" Name="tableName" />
3312 </Instance>
3313 </Message>
3314 <Message Id="DeprecatedLocalizationVariablePrefix" Number="1073">
3315 <Instance>
3316 The localization variable $(loc.{0}) uses a deprecated prefix '$'. Please use the '!' prefix instead. Since the prefix '$' is also used by the preprocessor, it has been deprecated to avoid namespace collisions.
3317 <Parameter Type="System.String" Name="variableId" />
3318 </Instance>
3319 </Message>
3320 <Message Id="PlaceholderValue" Number="1074">
3321 <Instance>
3322 The {0}/@{1} attribute's value, '{2}', is a placeholder value used in example files. Please replace this placeholder with the appropriate value.
3323 <Parameter Type="System.String" Name="elementName" />
3324 <Parameter Type="System.String" Name="attributeName" />
3325 <Parameter Type="System.String" Name="value" />
3326 </Instance>
3327 </Message>
3328 <Message Id="MissingUpgradeCode" Number="1075">
3329 <Instance>The Product/@UpgradeCode attribute was not found; it is strongly recommended to ensure that this product can be upgraded.</Instance>
3330 </Message>
3331 <Message Id="ValidationWarning" Number="1076">
3332 <Instance>
3333 {0}: {1}
3334 <Parameter Type="System.String" Name="ice" />
3335 <Parameter Type="System.String" Name="message" />
3336 </Instance>
3337 </Message>
3338 <Message Id="PropertyValueContainsPropertyReference" Number="1077">
3339 <Instance>
3340 The '{0}' Property contains '[{1}]' in its value which is an illegal reference to another property. If this value is a string literal, not a property reference, please ignore this warning. To set a property with the value of another property, use a CustomAction with Property and Value attributes.
3341 <Parameter Type="System.String" Name="propertyId" />
3342 <Parameter Type="System.String" Name="otherProperty" />
3343 </Instance>
3344 </Message>
3345 <Message Id="DeprecatedUpgradeProperty" Number="1078">
3346 <Instance>Specifying a Property element as a child of an Upgrade element has been deprecated. Please specify this Property element as a child of a different element such as Product or Fragment.</Instance>
3347 </Message>
3348 <Message Id="EmptyCabinet" Number="1079">
3349 <Instance>
3350 The cabinet '{0}' does not contain any files. If this installation contains no files, this warning can likely be safely ignored. Otherwise, please add files to the cabinet or remove it.
3351 <Parameter Type="System.String" Name="cabinetName" />
3352 </Instance>
3353 <Instance>
3354 The cabinet '{0}' does not contain any files. If this patch contains no files, this warning can likely be safely ignored. Otherwise, try passing -p to torch.exe when first building the transforms, or add a ComponentRef to your PatchFamily authoring to pull changed files into the cabinet.
3355 <Parameter Type="System.String" Name="cabinetName" />
3356 <Parameter Type="System.Boolean" Name="isPatch" />
3357 </Instance>
3358 </Message>
3359 <Message Id="DeprecatedRegistryElement" Number="1080">
3360 <Instance>The Registry element has been deprecated. Please use one of the new elements which replaces its functionality: RegistryKey for creating registry keys, RegistryValue for writing registry values, RemoveRegistryKey for removing registry keys, and RemoveRegistryValue for removing registry values.</Instance>
3361 </Message>
3362 <Message Id="IllegalRegistryKeyPath" Number="1081">
3363 <Instance>
3364 Component '{0}' specifies an illegal registry keypath of '{1}'. Since this entry actually represents a registry key, not a registry value, it cannot be the keypath.
3365 <Parameter Type="System.String" Name="componentName" />
3366 <Parameter Type="System.String" Name="registryId" />
3367 </Instance>
3368 </Message>
3369 <Message Id="DeprecatedPatchSequenceTargetAttribute" Number="1082">
3370 <Instance>
3371 The {0}/@{1} attribute has been deprecated in favor of the more strongly-typed ProductCode or TargetImage attributes. Please use the ProductCode attribute for indicating the ProductCode of a patch family directly, or the TargetImage attribute to specify the TargetImage which in turn will retrieve the ProductCode of the patch family.
3372 <Parameter Type="System.String" Name="elementName" />
3373 <Parameter Type="System.String" Name="attributeName" />
3374 </Instance>
3375 </Message>
3376 <Message Id="ProductIdAuthored" Number="1083">
3377 <Instance>
3378 The 'ProductID' property should not be directly authored because it will prevent the ValidateProductID standard action from performing any validation during the installation. This property will be set by the ValidateProductID standard action or control event.
3379 </Instance>
3380 </Message>
3381 <Message Id="ImplicitMergeModulePrimaryFeature" Number="1084" SourceLineNumbers="no">
3382 <Instance>
3383 The merge module '{0}' does not have an explicit primary feature parent specified. If the source files are linked in a different order, the primary parent feature may change. To prevent accidental changes, the primary feature parent should be set to 'yes' in one of the MergeRef/@Primary or FeatureGroupRef/@Primary locations for this component.
3384 <Parameter Type="System.String" Name="componentId" />
3385 </Instance>
3386 </Message>
3387 <Message Id="DeprecatedIgnoreModularizationElement" Number="1085">
3388 <Instance>
3389 The IgnoreModularization element has been deprecated. Use the Binary/@SuppressModularization, CustomAction/@SuppressModularization, or Property/@SuppressModularization attribute instead.
3390 </Instance>
3391 </Message>
3392 <Message Id="PropertyModularizationSuppressed" Number="1086">
3393 <Instance>
3394 The Property/@SuppressModularization attribute has been set to 'yes'. Using this functionality is strongly discouraged; it should only be necessary as a workaround of last resort in rare scenarios.
3395 </Instance>
3396 </Message>
3397 <Message Id="DeprecatedPackageCompressedAttribute" Number="1087">
3398 <Instance>
3399 The Package/@Compressed attribute is deprecated under the Module element because merge modules must always be compressed.
3400 </Instance>
3401 </Message>
3402 <Message Id="DeprecatedModuleGuidAttribute" Number="1088">
3403 <Instance>
3404 The Module/@Guid attribute is deprecated merge modules use their package code as the modularization guid. Use the Package/@Id attribute instead.
3405 </Instance>
3406 </Message>
3407 <Message Id="DeprecatedQuestionMarksGuid" Number="1090">
3408 <Instance>
3409 The {0}/@{1} attribute's value '????????-????-????-????-????????????' has been deprecated. Use '*' instead.
3410 <Parameter Type="System.String" Name="elementName" />
3411 <Parameter Type="System.String" Name="attributeName" />
3412 </Instance>
3413 </Message>
3414 <Message Id="PackageCodeSet" Number="1091">
3415 <Instance>
3416 The Package/@Id attribute has been set. Setting this attribute will allow nonidentical .msi files to have the same package code. This may be a problem because the package code is the primary identifier used by the installer to search for and validate the correct package for a given installation. If a package is changed without changing the package code, the installer may not use the newer package if both are still accessible to the installer. Please remove the Id attribute in order to automatically generate a new package code for each new .msi file.
3417 </Instance>
3418 </Message>
3419 <Message Id="InvalidModuleOrBundleVersion" Number="1093">
3420 <Instance>
3421 Invalid {0}/@Version '{1}'. {0} version has a max value of "65535.65535.65535.65535" and must be all numeric.
3422 <Parameter Type="System.String" Name="moduleOrBundle" />
3423 <Parameter Type="System.String" Name="version" />
3424 </Instance>
3425 </Message>
3426 <Message Id="InvalidRemoveFile" Number="1095">
3427 <Instance>
3428 File '{0}' was removed from component '{1}'. Removing a file from a component will not result in the file being removed by a patch. You should author a RemoveFile element in your component to remove the file from the installation if you want the file to be removed.
3429 <Parameter Type="System.String" Name="file" />
3430 <Parameter Type="System.String" Name="component" />
3431 </Instance>
3432 </Message>
3433 <Message Id="PreprocessorWarning" Number="1096">
3434 <Instance>
3435 {0}
3436 <Parameter Type="System.String" Name="message" />
3437 </Instance>
3438 </Message>
3439 <Message Id="UpdateOfNonKeyPathFile" Number="1097" SourceLineNumbers="no">
3440 <Instance>
3441 File '{0}' in Component '{1}' was changed, but the KeyPath file '{2}' was not. This file will not be patched on the target system if the REINSTALLMODE does not contain 'A'. The KeyPath file should also be changed and included in your patch.
3442 <Parameter Type="System.String" Name="nonKeyPathFileId" />
3443 <Parameter Type="System.String" Name="componentId" />
3444 <Parameter Type="System.String" Name="keyPathFileId" />
3445 </Instance>
3446 </Message>
3447 <Message Id="UnsupportedCommandLineArgument" Number="1098" SourceLineNumbers="no">
3448 <Instance>
3449 '{0}' is not a valid command line argument.
3450 <Parameter Type="System.String" Name="arg" />
3451 </Instance>
3452 </Message>
3453 <Message Id="MajorUpgradePatchNotRecommended" Number="1099" SourceLineNumbers="no">
3454 <Instance>
3455 Changing the ProductCode in a patch is not recommended because the patch cannot be uninstalled nor can it be sequenced along with other patches for the target product. See http://msdn2.microsoft.com/library/aa367571.aspx for more information.
3456 </Instance>
3457 </Message>
3458 <Message Id="RetainRangeMismatch" Number="1100">
3459 <Instance>
3460 Mismatch in RetainRangeCounts for the file '{0}' - ignoring the retain ranges.
3461 <Parameter Type="System.String" Name="fileId"/>
3462 </Instance>
3463 </Message>
3464 <Message Id="DefaultLanguageUsedForVersionedFile" Number="1101">
3465 <Instance>
3466 The DefaultLanguage '{0}' was used for file '{1}' which has no language. Specifying a language that is different from the actual file may result in unexpected versioning behavior during a repair or while patching. Either specify a value for DefaultLanguage or put the language in the version information resource to eliminate this warning.
3467 <Parameter Type="System.String" Name="language"/>
3468 <Parameter Type="System.String" Name="fileId"/>
3469 </Instance>
3470 </Message>
3471 <Message Id="DefaultLanguageUsedForUnversionedFile" Number="1102">
3472 <Instance>
3473 The DefaultLanguage '{0}' was used for file '{1}' which has no language or version. For unversioned files, specifying a value for DefaultLanguage is not neccessary and it will not be used when determining file versions. Remove the DefaultLanguage attribute to eliminate this warning.
3474 <Parameter Type="System.String" Name="language"/>
3475 <Parameter Type="System.String" Name="fileId"/>
3476 </Instance>
3477 </Message>
3478 <Message Id="DefaultVersionUsedForUnversionedFile" Number="1103">
3479 <Instance>
3480 The DefaultVersion '{0}' was used for file '{1}' which has no version. No entry for this file will be placed in the MsiFileHash table. For unversioned files, specifying a version that is different from the actual file may result in unexpected versioning behavior during a repair or while patching. Version the resource to eliminate this warning.
3481 <Parameter Type="System.String" Name="version"/>
3482 <Parameter Type="System.String" Name="fileId"/>
3483 </Instance>
3484 </Message>
3485 <Message Id="InvalidHigherInstallerVersionInModule" Number="1104">
3486 <Instance>
3487 Merge module '{0}' has an installer version of {1} which is greater than the product's installer version of {2}. Merging a module with a higher installer version than the product it is being merged into can result in invalid values in the resulting msi. You must set the Package/@InstallerVersion attribute to {1} or greater to merge this merge module into your product.
3488 <Parameter Type="System.String" Name="moduleId" />
3489 <Parameter Type="System.Int32" Name="moduleInstallerVersion" />
3490 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3491 </Instance>
3492 </Message>
3493 <Message Id="ValidationFailedDueToSystemPolicy" Number="1105" SourceLineNumbers="no">
3494 <Instance>
3495 Validation could not run due to system policy. To eliminate this warning, run the process as admin or suppress ICE validation.
3496 </Instance>
3497 </Message>
3498 <Message Id="ColumnsIncompatibleWithInstallerVersion" Number="1106">
3499 <Instance>
3500 Table '{0}' uses columns that require a version of Windows Installer greater than specified in your package ('{1}').
3501 <Parameter Type="System.String" Name="tableName" />
3502 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3503 </Instance>
3504 </Message>
3505 <Message Id="TableIncompatibleWithInstallerVersion" Number="1107">
3506 <Instance>
3507 Using table '{0}' requires a version of Windows Installer greater than specified in your package ('{1}').
3508 <Parameter Type="System.String" Name="tableName" />
3509 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3510 </Instance>
3511 </Message>
3512 <Message Id="DeprecatedCommandLineSwitch" Number="1108" SourceLineNumbers="no">
3513 <Instance>
3514 The command line switch '{0}' is deprecated.
3515 <Parameter Type="System.String" Name="oldSwitch" />
3516 </Instance>
3517 <Instance>
3518 The command line switch '{0}' is deprecated. Please use '{1}' instead.
3519 <Parameter Type="System.String" Name="oldSwitch" />
3520 <Parameter Type="System.String" Name="newSwitch" />
3521 </Instance>
3522 </Message>
3523 <Message Id="UnexpectedEntrySection" Number="1109">
3524 <Instance>
3525 Found mismatched entry point &lt;{0}&gt;. Expected &lt;{1}&gt; for specified output package type {2}.
3526 <Parameter Type="System.String" Name="sectionType" />
3527 <Parameter Type="System.String" Name="expectedType" />
3528 <Parameter Type="System.String" Name="outputExtension" />
3529 </Instance>
3530 </Message>
3531 <Message Id="NewComponentAddedToExistingFeature" Number="1110">
3532 <Instance>
3533 Component '{0}' was added to feature '{1}' in the transform '{2}'. If you cannot guarantee that this feature will always be installed, you should consider adding new components to new top-level features to prevent prompts for source when installing this patch.
3534 <Parameter Type="System.String" Name="component" />
3535 <Parameter Type="System.String" Name="feature" />
3536 <Parameter Type="System.String" Name="transformPath" />
3537 </Instance>
3538 </Message>
3539 <Message Id="DeprecatedAttributeValue" Number="1111">
3540 <Instance>
3541 The value &quot;{0}&quot; for the {1}/@{2} attribute has been deprecated. Please use &quot;{3}&quot; instead.
3542 <Parameter Type="System.String" Name="attributeValue" />
3543 <Parameter Type="System.String" Name="elementName" />
3544 <Parameter Type="System.String" Name="attributeName" />
3545 <Parameter Type="System.String" Name="newAttributeValue" />
3546 </Instance>
3547 </Message>
3548 <Message Id="InsufficientPermissionHarvestTypeLib" Number="1112" SourceLineNumbers="no">
3549 <Instance>
3550 Not enough permissions to harvest type library. On Windows Vista, you must either run Heat elevated, or install Windows Vista SP1 (or higher).
3551 </Instance>
3552 </Message>
3553 <Message Id="UnclearShortcut" Number="1113">
3554 <Instance>
3555 Because it is an advertised shortcut, the target of shortcut '{0}' will be the keypath of component '{2}' rather than parent file '{1}'. To eliminate this warning, you can (1) make the Shortcut element a child of the File element that is the keypath of component '{2}', (2) make file '{1}' the keypath of component '{2}', or (3) remove the @Advertise attribute so the shortcut is a non-advertised shortcut.
3556 <Parameter Type="System.String" Name="shortcutId" />
3557 <Parameter Type="System.String" Name="fileId" />
3558 <Parameter Type="System.String" Name="componentId" />
3559 </Instance>
3560 </Message>
3561 <Message Id="TooManyProgIds" Number="1114">
3562 <Instance>
3563 Class '{0}' tried to use ProgId '{1}' which has already been associated with class '{2}'. This information will be left out of the decompiled output.
3564 <Parameter Type="System.String" Name="clsId" />
3565 <Parameter Type="System.String" Name="progId" />
3566 <Parameter Type="System.String" Name="otherClsId" />
3567 </Instance>
3568 </Message>
3569 <Message Id="BadColumnDataIgnored" Number="1115">
3570 <Instance>
3571 The value '{0}' in table '{1}', column '{2}' is invalid according to the column's validation information. The decompiled output includes a best-effort representation of this value.
3572 <Parameter Type="System.String" Name="value" />
3573 <Parameter Type="System.String" Name="tableName" />
3574 <Parameter Type="System.String" Name="columnName" />
3575 </Instance>
3576 </Message>
3577 <Message Id="NullMsiAssemblyNameValue" Number="1116">
3578 <Instance>
3579 The assembly in component '{0}' has a null or empty {1} assembly name value.
3580 <Parameter Type="System.String" Name="componentName" />
3581 <Parameter Type="System.String" Name="name" />
3582 </Instance>
3583 </Message>
3584 <Message Id="InvalidAttributeCombination" Number="1117">
3585 <Instance>
3586 It is invalid to combine attributes {0} and {1}. The decompiled output will set attribute {2} to {3}.
3587 <Parameter Type="System.String" Name="attrib1" />
3588 <Parameter Type="System.String" Name="attrib2" />
3589 <Parameter Type="System.String" Name="name" />
3590 <Parameter Type="System.String" Name="value" />
3591 </Instance>
3592 </Message>
3593 <Message Id="VariableDeclarationCollision" Number="1118">
3594 <Instance>
3595 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
3596 <Parameter Type="System.String" Name="variableName" />
3597 <Parameter Type="System.String" Name="variableValue" />
3598 <Parameter Type="System.String" Name="variableCollidingValue" />
3599 </Instance>
3600 </Message>
3601 <Message Id="DuplicatePrimaryKey" Number="1119">
3602 <Instance>
3603 The primary key '{0}' is duplicated in table '{1}' and will be ignored. Please remove one of the entries or rename a part of the primary key to avoid the collision.
3604 <Parameter Type="System.String" Name="primaryKey" />
3605 <Parameter Type="System.String" Name="tableName" />
3606 </Instance>
3607 </Message>
3608 <Message Id="RequiresMsi200for64bitPackage" Number="1121">
3609 <Instance>
3610 Package/@InstallerVersion must be 200 or greater for a 64-bit package. The value will be changed to 200. Please specify a value of 200 or greater in order to eliminate this warning.
3611 </Instance>
3612 </Message>
3613 <Message Id="ExternalCabsAreNotSigned" Number="1122" SourceLineNumbers="no">
3614 <Instance>
3615 The installer database '{0}' has external cabs, but at least one of them is not signed. Please ensure that all external cabs are signed, if you mean to sign them. If you don't mean to sign them, there is no need to run the insignia tool as part of your build.
3616 <Parameter Type="System.String" Name="databaseFile" />
3617 </Instance>
3618 </Message>
3619 <Message Id="FailedToDeleteTempDir" Number="1123" SourceLineNumbers="no">
3620 <Instance>
3621 Failed to delete temporary directory: {0}
3622 <Parameter Type="System.String" Name="directory" />
3623 </Instance>
3624 </Message>
3625 <Message Id="StandardDirectoryConflictInMergeModule" Number="1124">
3626 <Instance>
3627 The Directory '{0}' starts with the same Id as the standard folder in Windows Installer '{1}'. A directory Id that begins with the same Id as a standard folder that is in an MSM may encounter a conflict when merging the MSM into an MSI. This may result in the contents of this merge module being installed to an unexpected location. To eliminate this warning, change your directory Id to not start with the same Id as any standard folders.
3628 <Parameter Type="System.String" Name="directory" />
3629 <Parameter Type="System.String" Name="standardDirectory" />
3630 </Instance>
3631 </Message>
3632 <Message Id="PreprocessorUnknownPragma" Number="1125">
3633 <Instance>
3634 The pragma '{0}' is unknown. Please ensure you have referenced the extension that defines this pragma.
3635 <Parameter Type="System.String" Name="pragmaName" />
3636 </Instance>
3637 </Message>
3638 <Message Id="DeprecatedComponentGroupId" Number="1126">
3639 <Instance>
3640 The {0}/@Id attribute contains invalid characters for an identifier. Being able to use invalid identifier characters for a {0} identifier has been deprecated.
3641 <Parameter Type="System.String" Name="elementName" />
3642 </Instance>
3643 </Message>
3644 <Message Id="UxPayloadsOnlySupportEmbedding" Number="1127">
3645 <Instance>
3646 A UX Payload ('{0}') was marked for something other than embedded packaging, possibly because it included a @DownloadUrl attribute. At present, UX Payloads must be embedded in the Bundle, so the requested packaging is being ignored.
3647 <Parameter Type="System.String" Name="sourceFile" />
3648 </Instance>
3649 </Message>
3650 <Message Id="DiscardedRollbackBoundary" Number="1129">
3651 <Instance>
3652 The RollbackBoundary '{0}' was discarded because it was not followed by a package. Without a package the rollback boundary doesn't do anything. Verify that the RollbackBoundary element is not followed by another RollbackBoundary and that the element is not at the end of the chain.
3653 <Parameter Type="System.String" Name="rollbackBoundaryId" />
3654 </Instance>
3655 </Message>
3656 <Message Id="DeprecatedElement" Number="1130">
3657 <Instance>
3658 The {0} element has been deprecated.
3659 <Parameter Type="System.String" Name="elementName" />
3660 </Instance>
3661 <Instance>
3662 The {0} element has been deprecated. Please use the {1} element instead.
3663 <Parameter Type="System.String" Name="elementName" />
3664 <Parameter Type="System.String" Name="newElementName" />
3665 </Instance>
3666 <Instance>
3667 The {0} element has been deprecated. Please use the {1} or {2} element instead.
3668 <Parameter Type="System.String" Name="elementName" />
3669 <Parameter Type="System.String" Name="newElementName1" />
3670 <Parameter Type="System.String" Name="newElementName2" />
3671 </Instance>
3672 </Message>
3673 <Message Id="CannotUpdateCabCache" Number="1131">
3674 <Instance>
3675 Cannot update the timestamp of cached cabinet: '{0}'. If the timestamp is not updated, the build may rebuild more than is necessary. To fix the issue, ensure that the cabinet file is writable, error: {1}
3676 <Parameter Type="System.String" Name="cabinetPath" />
3677 <Parameter Type="System.String" Name="detail" />
3678 </Instance>
3679 </Message>
3680 <Message Id="DownloadUrlNotSupportedForEmbeddedPayloads" Number="1132">
3681 <Instance>
3682 The Payload '{0}' is embedded but included a @DownloadUrl attribute. Embedded Payloads cannot be downloaded so the download URL is being ignored.
3683 <Parameter Type="System.String" Name="payloadId" />
3684 </Instance>
3685 </Message>
3686 <Message Id="DiscouragedAllUsersValue" Number="1133">
3687 <Instance>
3688 Bundles require a package to be either per-machine or per-user. The MSI '{0}' ALLUSERS Property is set to '2' which may change from per-user to per-machine at install time. The Bundle will assume the package is per-{1} and will not work correctly if that changes. If possible, remove the Property with Id='ALLUSERS' and use Package/@InstallScope attribute instead.
3689 <Parameter Type="System.String" Name="path" />
3690 <Parameter Type="System.String" Name="machineOrUser" />
3691 </Instance>
3692 </Message>
3693 <Message Id="ImplicitlyPerUser" Number="1134">
3694 <Instance>
3695 The MSI '{0}' does not explicitly indicate that it is a per-user package even though the ALLUSERS Property is blank. This suggests a per-user package so the Bundle will assume the package is per-user. If possible, use the Package/@InstallScope attribute to be explicit instead.
3696 <Parameter Type="System.String" Name="path" />
3697 </Instance>
3698 </Message>
3699 <Message Id="PerUserButForcingPerMachine" Number="1135">
3700 <Instance>
3701 The MSI '{0}' is a per-user package being forced to per-machine. Verify that the MsiPackage/@ForcePerMachine attribute is expected and that the per-user package works correctly when forced to install per-machine.
3702 <Parameter Type="System.String" Name="path" />
3703 </Instance>
3704 </Message>
3705 <Message Id="AttributeShouldContain" Number="1136">
3706 <Instance>
3707 The {0}/@{1} attribute value '{2}' should contain '{3}' when the {0}/@{4} attribute is set to '{5}'.
3708 <Parameter Type="System.String" Name="elementName" />
3709 <Parameter Type="System.String" Name="attributeName" />
3710 <Parameter Type="System.String" Name="attributeValue" />
3711 <Parameter Type="System.String" Name="expectedContains" />
3712 <Parameter Type="System.String" Name="otherAttributeName" />
3713 <Parameter Type="System.String" Name="otherAttributeValue" />
3714 </Instance>
3715 </Message>
3716 <Message Id="DuplicateComponentGuidsMustHaveMutuallyExclusiveConditions" Number="1137">
3717 <Instance>
3718 Component/@Id='{0}' has a @Guid value '{1}' that duplicates another component in this package. This is not officially supported by Windows Installer but works as long as all components have mutually-exclusive conditions. It is recommended to give each component its own unique GUID.
3719 <Parameter Type="System.String" Name="componentId" />
3720 <Parameter Type="System.String" Name="guid" />
3721 </Instance>
3722 </Message>
3723 <Message Id="DeprecatedRegistryKeyActionAttribute" Number="1138">
3724 <Instance>
3725 The RegistryKey/@Action attribute has been deprecated. In most cases, you can simply omit @Action. If you need to force Windows Installer to create an empty key or recursively delete the key, use the ForceCreateOnInstall or ForceDeleteOnUninstall attributes instead.
3726 </Instance>
3727 </Message>
3728 <Message Id="NotABinaryWixlib" Number="1139" SourceLineNumbers="no">
3729 <Instance>
3730 '{0}' is not a binary Wixlib and has no embedded files.
3731 <Parameter Type="System.String" Name="wixlib" />
3732 </Instance>
3733 </Message>
3734 <Message Id="NoPerMachineDependencies" Number="1140">
3735 <Instance>
3736 Bundle dependencies will not be registered on per-machine package '{0}' for a per-user bundle. Either make sure that all packages are installed per-machine, or author any per-machine dependencies as permanent packages.
3737 <Parameter Type="System.String" Name="packageId" />
3738 </Instance>
3739 </Message>
3740 <Message Id="DownloadUrlNotSupportedForAttachedContainers" Number="1141">
3741 <Instance>
3742 The Container '{0}' is attached but included a @DownloadUrl attribute. Attached Containers cannot be downloaded so the download URL is being ignored.
3743 <Parameter Type="System.String" Name="containerId" />
3744 </Instance>
3745 </Message>
3746 <Message Id="ReservedAttribute" Number="1142">
3747 <Instance>
3748 The {0}/@{1} attribute is reserved for future use and has no effect in this version of the WiX toolset.
3749 <Parameter Type="System.String" Name="elementName" />
3750 <Parameter Type="System.String" Name="attributeName" />
3751 </Instance>
3752 </Message>
3753 <Message Id="RequiresMsi500forArmPackage" Number="1143">
3754 <Instance>
3755 Package/@InstallerVersion must be 500 or greater for an Arm package. The value will be changed to 500. Please specify a value of 500 or greater in order to eliminate this warning.
3756 </Instance>
3757 </Message>
3758 <Message Id="RemotePayloadsMustNotAlsoBeCompressed" Number="1144">
3759 <Instance>
3760 The {0}/@Compressed attribute must have value 'no' when a RemotePayload child element is present. RemotePayload indicates that a package will always be downloaded and cannot be compressed into a bundle. To eliminate this warning, explicitly set the {0}/@Compressed attribute to 'no'.
3761 <Parameter Type="System.String" Name="elementName" />
3762 </Instance>
3763 </Message>
3764 <Message Id="AllChangesIncludedInPatch" Number="1145">
3765 <Instance>
3766 All changes between the baseline and upgraded packages will be included in the patch except for any change to the ProductCode. The 'All' element is supported primarily for testing purposes and negates the benefits of patch families.
3767 </Instance>
3768 </Message>
3769 <Message Id="RelatedAttributeConditionallyIgnored" Number="1146">
3770 <Instance>
3771 Ignoring attribute {0} because attribute {1} is set to {2}.
3772 <Parameter Type="System.String" Name="recessiveAttribute" />
3773 <Parameter Type="System.String" Name="dominantAttribute" />
3774 <Parameter Type="System.String" Name="dominantValue" />
3775 </Instance>
3776 </Message>
3777 <Message Id="BackslashTerminateInlineDirectorySyntax" Number="1147">
3778 <Instance>
3779 Backslash terminate the {0}/@{1} attribute's inline directory value '{2}'. A backslash ensures a directory name will not be mistaken for a directory reference.
3780 <Parameter Type="System.String" Name="elementName" />
3781 <Parameter Type="System.String" Name="attributeName" />
3782 <Parameter Type="System.String" Name="value" />
3783 </Instance>
3784 </Message>
3785 <Message Id="VersionTruncated" Number="1148">
3786 <Instance>
3787 Product version {0} in package '{1}' is not valid per the MSI SDK and cannot be represented in a bundle. It has been truncated to {2}.
3788 <Parameter Type="System.String" Name="originalVersion" />
3789 <Parameter Type="System.String" Name="package" />
3790 <Parameter Type="System.String" Name="truncatedVersion" />
3791 </Instance>
3792 </Message>
3793 <Message Id="ServiceConfigFamilyNotSupported" Number="1149">
3794 <Instance>
3795 {0} functionality is documented in the Windows Installer SDK to "not [work] as expected." Consider replacing {0} with the WixUtilExtension ServiceConfig element.
3796 <Parameter Type="System.String" Name="elementName" />
3797 </Instance>
3798 </Message>
3799 </Class>
3800
3801 <Class Name="WixVerboses" ContainerName="WixVerboseEventArgs" BaseContainerName="MessageEventArgs" Level="Verbose">
3802 <Message Id="ImportBinaryStream" Number="9000" SourceLineNumbers="no">
3803 <Instance>
3804 Importing binary stream from '{0}'.
3805 <Parameter Type="System.String" Name="streamSource" />
3806 </Instance>
3807 </Message>
3808 <Message Id="ImportIconStream" Number="9001" SourceLineNumbers="no">
3809 <Instance>
3810 Importing icon stream from '{0}'.
3811 <Parameter Type="System.String" Name="streamSource" />
3812 </Instance>
3813 </Message>
3814 <Message Id="CopyFile" Number="9002" SourceLineNumbers="no">
3815 <Instance>
3816 Copying file '{0}' to '{1}'.
3817 <Parameter Type="System.String" Name="sourceFile" />
3818 <Parameter Type="System.String" Name="destinationFile" />
3819 </Instance>
3820 </Message>
3821 <Message Id="MoveFile" Number="9003" SourceLineNumbers="no">
3822 <Instance>
3823 Moving file '{0}' to '{1}'.
3824 <Parameter Type="System.String" Name="sourceFile" />
3825 <Parameter Type="System.String" Name="destinationFile" />
3826 </Instance>
3827 </Message>
3828 <Message Id="CreateDirectory" Number="9004" SourceLineNumbers="no">
3829 <Instance>
3830 The directory '{0}' does not exist, creating it now.
3831 <Parameter Type="System.String" Name="directory" />
3832 </Instance>
3833 </Message>
3834 <Message Id="RemoveDestinationFile" Number="9005" SourceLineNumbers="no">
3835 <Instance>
3836 The destination file '{0}' already exists, attempting to remove it.
3837 <Parameter Type="System.String" Name="destinationFile" />
3838 </Instance>
3839 </Message>
3840 <Message Id="CabFile" Number="9006" SourceLineNumbers="no">
3841 <Instance>
3842 Cabbing file {0} from '{1}'.
3843 <Parameter Type="System.String" Name="fileId" />
3844 <Parameter Type="System.String" Name="filePath" />
3845 </Instance>
3846 </Message>
3847 <Message Id="UpdatingFileInformation" Number="9007" SourceLineNumbers="no">
3848 <Instance>Updating file information.</Instance>
3849 </Message>
3850 <Message Id="GeneratingDatabase" Number="9008" SourceLineNumbers="no">
3851 <Instance>Generating database.</Instance>
3852 </Message>
3853 <Message Id="MergingModules" Number="9009" SourceLineNumbers="no">
3854 <Instance>Merging modules.</Instance>
3855 </Message>
3856 <Message Id="CreatingCabinetFiles" Number="9010" SourceLineNumbers="no">
3857 <Instance>Creating cabinet files.</Instance>
3858 </Message>
3859 <Message Id="ImportingStreams" Number="9011" SourceLineNumbers="no">
3860 <Instance>Importing streams.</Instance>
3861 </Message>
3862 <Message Id="LayingOutMedia" Number="9012" SourceLineNumbers="no">
3863 <Instance>Laying out media.</Instance>
3864 </Message>
3865 <Message Id="DecompilingTable" Number="9013" SourceLineNumbers="no">
3866 <Instance>
3867 Decompiling the {0} table.
3868 <Parameter Type="System.String" Name="tableName" />
3869 </Instance>
3870 </Message>
3871 <Message Id="ValidationInfo" Number="9014" SourceLineNumbers="no">
3872 <Instance>
3873 {0}: {1}
3874 <Parameter Type="System.String" Name="ice" />
3875 <Parameter Type="System.String" Name="message" />
3876 </Instance>
3877 </Message>
3878 <Message Id="CreateCabinet" Number="9015" SourceLineNumbers="no">
3879 <Instance>
3880 Creating cabinet '{0}'.
3881 <Parameter Type="System.String" Name="cabinet" />
3882 </Instance>
3883 </Message>
3884 <Message Id="ValidatingDatabase" Number="9016" SourceLineNumbers="no">
3885 <Instance>Validating database.</Instance>
3886 </Message>
3887 <Message Id="OpeningMergeModule" Number="9017" SourceLineNumbers="no">
3888 <Instance>
3889 Opening merge module '{0}' with language '{1}'.
3890 <Parameter Type="System.String" Name="modulePath" />
3891 <Parameter Type="System.Int16" Name="language" />
3892 </Instance>
3893 </Message>
3894 <Message Id="MergingMergeModule" Number="9018" SourceLineNumbers="no">
3895 <Instance>
3896 Merging merge module '{0}'.
3897 <Parameter Type="System.String" Name="modulePath" />
3898 </Instance>
3899 </Message>
3900 <Message Id="ConnectingMergeModule" Number="9019" SourceLineNumbers="no">
3901 <Instance>
3902 Connecting merge module '{0}' to feature '{1}'.
3903 <Parameter Type="System.String" Name="modulePath" />
3904 <Parameter Type="System.String" Name="feature" />
3905 </Instance>
3906 </Message>
3907 <Message Id="ResequencingMergeModuleFiles" Number="9020" SourceLineNumbers="no">
3908 <Instance>Resequencing files from all merge modules.</Instance>
3909 </Message>
3910 <Message Id="BinderTempDirLocatedAt" Number="9021" SourceLineNumbers="no">
3911 <Instance>
3912 Binder temporary directory located at '{0}'.
3913 <Parameter Type="System.String" Name="directory" />
3914 </Instance>
3915 </Message>
3916 <Message Id="ValidatorTempDirLocatedAt" Number="9022" SourceLineNumbers="no">
3917 <Instance>
3918 Validator temporary directory located at '{0}'.
3919 <Parameter Type="System.String" Name="directory" />
3920 </Instance>
3921 </Message>
3922 <Message Id="GeneratingBundle" Number="9023" SourceLineNumbers="no">
3923 <Instance>
3924 Generating Burn bundle '{0}' from stub '{1}'.
3925 <Parameter Type="System.String" Name="bundleFile" />
3926 <Parameter Type="System.String" Name="stubFile" />
3927 </Instance>
3928 </Message>
3929 <Message Id="ResolvingManifest" Number="9024" SourceLineNumbers="no">
3930 <Instance>
3931 Generating resolved manifest '{0}'.
3932 <Parameter Type="System.String" Name="manifestFile" />
3933 </Instance>
3934 </Message>
3935 <Message Id="LoadingPayload" Number="9025" SourceLineNumbers="no">
3936 <Instance>
3937 Loading payload '{0}' into container.
3938 <Parameter Type="System.String" Name="payload" />
3939 </Instance>
3940 </Message>
3941 <Message Id="BundleGuid" Number="9026" SourceLineNumbers="no">
3942 <Instance>
3943 Assigning bundle GUID '{0}'.
3944 <Parameter Type="System.String" Name="bundleGuid" />
3945 </Instance>
3946 </Message>
3947 <Message Id="CopyingExternalPayload" Number="9027" SourceLineNumbers="no">
3948 <Instance>
3949 Copying external payload from '{0}' to '{1}'.
3950 <Parameter Type="System.String" Name="payload" />
3951 <Parameter Type="System.String" Name="outputDirectory" />
3952 </Instance>
3953 </Message>
3954 <Message Id="EmbeddingContainer" Number="9028" SourceLineNumbers="no">
3955 <Instance>
3956 Embedding container '{0}' ({1} bytes) with '{2}' compression.
3957 <Parameter Type="System.String" Name="container" />
3958 <Parameter Type="System.Int64" Name="size" />
3959 <Parameter Type="System.String" Name="compression" />
3960 </Instance>
3961 </Message>
3962 <Message Id="SwitchingToPerUserPackage" Number="9029">
3963 <Instance>
3964 Bundle switching from per-machine to per-user due to addition of per-user package '{0}'.
3965 <Parameter Type="System.String" Name="path" />
3966 </Instance>
3967 </Message>
3968 <Message Id="SetCabbingThreadCount" Number="9030" SourceLineNumbers="no">
3969 <Instance>
3970 There will be '{0}' threads used to produce CAB files.
3971 <Parameter Type="System.String" Name="threads" />
3972 </Instance>
3973 </Message>
3974 <Message Id="ValidationSerialized" Number="9031" SourceLineNumbers="no">
3975 <Instance>
3976 Multiple packages cannot reliably be validated simultaneously. This validation will resume when the other package being validated has completed.
3977 </Instance>
3978 </Message>
3979 <Message Id="ReusingCabCache" Number="9032">
3980 <Instance>
3981 Reusing cabinet '{0}' from cabinet cache path: '{1}'.
3982 <Parameter Type="System.String" Name="cabinetName" />
3983 <Parameter Type="System.String" Name="source" />
3984 </Instance>
3985 </Message>
3986 <Message Id="CabinetsSplitInParallel" Number="9033" SourceLineNumbers="no">
3987 <Instance>
3988 Multiple Cabinets with Large Files are splitting simultaneously. This current cabinet is waiting on a shared resource and splitting will resume when the other splitting has completed.
3989 </Instance>
3990 </Message>
3991 <Message Id="ValidatedDatabase" Number="9034" SourceLineNumbers="no">
3992 <Instance>
3993 Validation complete: {0:N0}ms elapsed.
3994 <Parameter Type="System.Int64" Name="size" />
3995 </Instance>
3996 </Message>
3997 </Class>
3998</Messages>