aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Data/messages.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Data/messages.xml')
-rw-r--r--src/WixToolset.Core/Data/messages.xml4010
1 files changed, 4010 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Data/messages.xml b/src/WixToolset.Core/Data/messages.xml
new file mode 100644
index 00000000..edc98147
--- /dev/null
+++ b/src/WixToolset.Core/Data/messages.xml
@@ -0,0 +1,4010 @@
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="InvalidFileName" Number="85">
961 <Instance>
962 Invalid file name '{0}'.
963 <Parameter Type="System.String" Name="fileName" />
964 </Instance>
965 </Message>
966 <Message Id="ReferenceLoopDetected" Number="86">
967 <Instance>
968 A circular reference of groups was detected. The infinite loop includes: {0}. Group references must form a directed acyclic graph.
969 <Parameter Type="System.String" Name="loopList" />
970 </Instance>
971 </Message>
972 <Message Id="GuidContainsLowercaseLetters" Number="87">
973 <Instance>
974 The {0}/@{1} attribute's value, '{2}', is a mixed-case guid. All letters in a guid value should be uppercase.
975 <Parameter Type="System.String" Name="elementName" />
976 <Parameter Type="System.String" Name="attributeName" />
977 <Parameter Type="System.String" Name="value" />
978 </Instance>
979 </Message>
980 <Message Id="InvalidDateTimeFormat" Number="88">
981 <Instance>
982 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.
983 <Parameter Type="System.String" Name="elementName" />
984 <Parameter Type="System.String" Name="attributeName" />
985 <Parameter Type="System.String" Name="value" />
986 </Instance>
987 </Message>
988 <Message Id="MultipleEntrySections" Number="89">
989 <Instance>
990 Multiple entry sections '{0}' and '{1}' found. Only one entry section may be present in a single target.
991 <Parameter Type="System.String" Name="sectionName1" />
992 <Parameter Type="System.String" Name="sectionName2" />
993 </Instance>
994 </Message>
995 <Message Id="MultipleEntrySections2" Number="90">
996 <Instance>Location of entry section related to previous error.</Instance>
997 </Message>
998 <Message Id="DuplicateSymbol" Number="91">
999 <Instance>
1000 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.
1001 <Parameter Type="System.String" Name="symbolName" />
1002 </Instance>
1003 <Instance>
1004 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.
1005 <Parameter Type="System.String" Name="symbolName" />
1006 <Parameter Type="System.String" Name="referencingSourceLineNumber" />
1007 </Instance>
1008 </Message>
1009 <Message Id="DuplicateSymbol2" Number="92">
1010 <Instance>Location of symbol related to previous error.</Instance>
1011 </Message>
1012 <Message Id="MissingEntrySection" Number="93" SourceLineNumbers="no">
1013 <Instance>
1014 Could not find entry section in provided list of intermediates. Expected section of type '{0}'.
1015 <Parameter Type="System.String" Name="sectionType" />
1016 </Instance>
1017 </Message>
1018 <Message Id="UnresolvedReference" Number="94">
1019 <Instance>
1020 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.
1021 <Parameter Type="System.String" Name="symbolName" />
1022 </Instance>
1023 <Instance>
1024 The identifier '{0}' is inaccessible due to its protection level.
1025 <Parameter Type="System.String" Name="symbolName" />
1026 <Parameter Type="WixToolset.Data.AccessModifier" Name="accessModifier" />
1027 </Instance>
1028 </Message>
1029 <Message Id="MultiplePrimaryReferences" Number="95">
1030 <Instance>
1031 Multiple primary references were found for {0} '{1}' in {2} '{3}' and {4} '{5}'.
1032 <Parameter Type="System.String" Name="crefChildType" />
1033 <Parameter Type="System.String" Name="crefChildId" />
1034 <Parameter Type="System.String" Name="crefParentType" />
1035 <Parameter Type="System.String" Name="crefParentId" />
1036 <Parameter Type="System.String" Name="conflictParentType" />
1037 <Parameter Type="System.String" Name="conflictParentId" />
1038 </Instance>
1039 </Message>
1040 <Message Id="ComponentReferencedTwice" Number="96">
1041 <Instance>
1042 Component {0} cannot be contained in a Module twice.
1043 <Parameter Type="System.String" Name="crefChildId" />
1044 </Instance>
1045 </Message>
1046 <Message Id="DuplicateModuleFileIdentifier" Number="97">
1047 <Instance>
1048 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.
1049 <Parameter Type="System.String" Name="moduleId" />
1050 <Parameter Type="System.String" Name="fileId" />
1051 </Instance>
1052 </Message>
1053 <Message Id="DuplicateModuleCaseInsensitiveFileIdentifier" Number="98">
1054 <Instance>
1055 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.
1056 <Parameter Type="System.String" Name="moduleId" />
1057 <Parameter Type="System.String" Name="fileId1" />
1058 <Parameter Type="System.String" Name="fileId2" />
1059 </Instance>
1060 </Message>
1061 <Message Id="ImplicitComponentKeyPath" Number="99">
1062 <Instance>
1063 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.
1064 <Parameter Type="System.String" Name="componentId" />
1065 </Instance>
1066 </Message>
1067 <Message Id="DuplicateLocalizationIdentifier" Number="100">
1068 <Instance>
1069 The localization identifier '{0}' has been duplicated in multiple locations. Please resolve the conflict.
1070 <Parameter Type="System.String" Name="localizationId" />
1071 </Instance>
1072 </Message>
1073 <Message Id="LocalizationVariableUnknown" Number="102">
1074 <Instance>
1075 The localization variable !(loc.{0}) is unknown. Please ensure the variable is defined.
1076 <Parameter Type="System.String" Name="variableId" />
1077 </Instance>
1078 </Message>
1079 <Message Id="FileNotFound" Number="103">
1080 <Instance>
1081 The system cannot find the file '{0}'.
1082 <Parameter Type="System.String" Name="file" />
1083 </Instance>
1084 <Instance>
1085 The system cannot find the file '{0}' with type '{1}'.
1086 <Parameter Type="System.String" Name="file" />
1087 <Parameter Type="System.String" Name="fileType" />
1088 </Instance>
1089 </Message>
1090 <Message Id="InvalidXml" Number="104">
1091 <Instance>
1092 Not a valid {0} file; detail: {1}
1093 <Parameter Type="System.String" Name="fileType" />
1094 <Parameter Type="System.String" Name="detail" />
1095 </Instance>
1096 </Message>
1097 <Message Id="ProgIdNestedTooDeep" Number="105">
1098 <Instance>ProgId elements may not be nested more than 1 level deep.</Instance>
1099 </Message>
1100 <Message Id="CanNotHaveTwoParents" Number="106">
1101 <Instance>
1102 The DirectorySearchRef {0} can not have a Parent attribute {1} and also be nested under parent element {2}
1103 <Parameter Type="System.String" Name="directorySearch" />
1104 <Parameter Type="System.String" Name="parentAttribute" />
1105 <Parameter Type="System.String" Name="parentElement" />
1106 </Instance>
1107 </Message>
1108 <Message Id="SchemaValidationFailed" Number="107">
1109 <Instance>
1110 Schema validation failed with the following error at line {1}, column {2}: {0}
1111 <Parameter Type="System.String" Name="validationError" />
1112 <Parameter Type="System.Int32" Name="lineNumber" />
1113 <Parameter Type="System.Int32" Name="linePosition" />
1114 </Instance>
1115 </Message>
1116 <Message Id="IllegalVersionValue" Number="108">
1117 <Instance>
1118 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.
1119 <Parameter Type="System.String" Name="elementName" />
1120 <Parameter Type="System.String" Name="attributeName" />
1121 <Parameter Type="System.String" Name="value" />
1122 </Instance>
1123 </Message>
1124 <Message Id="CustomTableNameTooLong" Number="109">
1125 <Instance>
1126 The {0}/@{1} attribute's value, '{2}', is too long for a table name. It cannot be more than than 31 characters long.
1127 <Parameter Type="System.String" Name="elementName" />
1128 <Parameter Type="System.String" Name="attributeName" />
1129 <Parameter Type="System.String" Name="value" />
1130 </Instance>
1131 </Message>
1132 <Message Id="CustomTableIllegalColumnWidth" Number="110">
1133 <Instance>
1134 The {0}/@{1} attribute's value, '{2}', is not a valid column width. Valid column widths are 2 or 4.
1135 <Parameter Type="System.String" Name="elementName" />
1136 <Parameter Type="System.String" Name="attributeName" />
1137 <Parameter Type="System.Int32" Name="value" />
1138 </Instance>
1139 </Message>
1140 <Message Id="CustomTableMissingPrimaryKey" Number="111">
1141 <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>
1142 </Message>
1143 <Message Id="TypeSpecificationForExtensionRequired" Number="113" SourceLineNumbers="no">
1144 <Instance>
1145 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".
1146 <Parameter Type="System.String" Name="parameter" />
1147 </Instance>
1148 </Message>
1149 <Message Id="FilePathRequired" SourceLineNumbers="no" Number="114">
1150 <Instance>
1151 The parameter '{0}' must be followed by a file path.
1152 <Parameter Type="System.String" Name="parameter" />
1153 </Instance>
1154 </Message>
1155 <Message Id="DirectoryPathRequired" Number="115" SourceLineNumbers="no">
1156 <Instance>
1157 The parameter '{0}' must be followed by a directory path.
1158 <Parameter Type="System.String" Name="parameter" />
1159 </Instance>
1160 </Message>
1161 <Message Id="FileOrDirectoryPathRequired" Number="116" SourceLineNumbers="no">
1162 <Instance>
1163 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\".
1164 <Parameter Type="System.String" Name="parameter" />
1165 </Instance>
1166 </Message>
1167 <Message Id="PathCannotContainQuote" Number="117" SourceLineNumbers="no">
1168 <Instance>
1169 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\\".
1170 <Parameter Type="System.String" Name="fileName" />
1171 </Instance>
1172 </Message>
1173 <Message Id="AdditionalArgumentUnexpected" Number="118" SourceLineNumbers="no">
1174 <Instance>
1175 Additional argument '{0}' was unexpected. Remove the argument and add the '-?' switch for more information.
1176 <Parameter Type="System.String" Name="argument" />
1177 </Instance>
1178 </Message>
1179 <Message Id="RegistryNameValueIncorrect" Number="119">
1180 <Instance>
1181 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'.
1182 <Parameter Type="System.String" Name="elementName" />
1183 <Parameter Type="System.String" Name="attributeName" />
1184 <Parameter Type="System.String" Name="value" />
1185 </Instance>
1186 </Message>
1187 <Message Id="FamilyNameTooLong" Number="120">
1188 <Instance>
1189 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.
1190 <Parameter Type="System.String" Name="elementName" />
1191 <Parameter Type="System.String" Name="attributeName" />
1192 <Parameter Type="System.String" Name="value" />
1193 <Parameter Type="System.Int32" Name="length" />
1194 </Instance>
1195 </Message>
1196 <Message Id="IllegalFamilyName" Number="121">
1197 <Instance>
1198 The {0}/@{1} attribute's value, '{2}', contains illegal characters for a family name. Legal values include letters, numbers, and underscores.
1199 <Parameter Type="System.String" Name="elementName" />
1200 <Parameter Type="System.String" Name="attributeName" />
1201 <Parameter Type="System.String" Name="value" />
1202 </Instance>
1203 </Message>
1204 <Message Id="IllegalLongValue" Number="122">
1205 <Instance>
1206 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.
1207 <Parameter Type="System.String" Name="elementName" />
1208 <Parameter Type="System.String" Name="attributeName" />
1209 <Parameter Type="System.String" Name="value" />
1210 </Instance>
1211 </Message>
1212 <Message Id="IntegralValueOutOfRange" Number="123">
1213 <Instance>
1214 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}.
1215 <Parameter Type="System.String" Name="elementName" />
1216 <Parameter Type="System.String" Name="attributeName" />
1217 <Parameter Type="System.Int32" Name="value" />
1218 <Parameter Type="System.Int32" Name="minimum" />
1219 <Parameter Type="System.Int32" Name="maximum" />
1220 </Instance>
1221 <Instance>
1222 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}.
1223 <Parameter Type="System.String" Name="elementName" />
1224 <Parameter Type="System.String" Name="attributeName" />
1225 <Parameter Type="System.Int64" Name="value" />
1226 <Parameter Type="System.Int64" Name="minimum" />
1227 <Parameter Type="System.Int64" Name="maximum" />
1228 </Instance>
1229 </Message>
1230 <Message Id="DuplicateExtensionXmlSchemaNamespace" Number="125" SourceLineNumbers="no">
1231 <Instance>
1232 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.
1233 <Parameter Type="System.String" Name="extension" />
1234 <Parameter Type="System.String" Name="extensionXmlSchemaNamespace" />
1235 <Parameter Type="System.String" Name="collidingExtension" />
1236 </Instance>
1237 </Message>
1238 <Message Id="DuplicateExtensionTable" Number="126" SourceLineNumbers="no">
1239 <Instance>
1240 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.
1241 <Parameter Type="System.String" Name="extension" />
1242 <Parameter Type="System.String" Name="tableName" />
1243 </Instance>
1244 </Message>
1245 <Message Id="DuplicateExtensionPreprocessorType" Number="127" SourceLineNumbers="no">
1246 <Instance>
1247 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.
1248 <Parameter Type="System.String" Name="extension" />
1249 <Parameter Type="System.String" Name="variablePrefix" />
1250 <Parameter Type="System.String" Name="collidingExtension" />
1251 </Instance>
1252 </Message>
1253 <Message Id="FileInUse" Number="128">
1254 <Instance>
1255 The process can not access the file '{0}' because it is being used by another process.
1256 <Parameter Type="System.String" Name="file" />
1257 </Instance>
1258 </Message>
1259 <Message Id="CannotOpenMergeModule" Number="129">
1260 <Instance>
1261 Cannot open the merge module '{0}' from file '{1}'.
1262 <Parameter Type="System.String" Name="mergeModuleIdentifier" />
1263 <Parameter Type="System.String" Name="mergeModuleFile" />
1264 </Instance>
1265 </Message>
1266 <Message Id="DuplicatePrimaryKey" Number="130">
1267 <Instance>
1268 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.
1269 <Parameter Type="System.String" Name="primaryKey" />
1270 <Parameter Type="System.String" Name="tableName" />
1271 </Instance>
1272 </Message>
1273 <Message Id="FileIdentifierNotFound" Number="131">
1274 <Instance>
1275 The file row with identifier '{0}' could not be found.
1276 <Parameter Type="System.String" Name="fileIdentifier" />
1277 </Instance>
1278 </Message>
1279 <Message Id="InvalidAssemblyFile" Number="132">
1280 <Instance>
1281 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}
1282 <Parameter Type="System.String" Name="assemblyFile" />
1283 <Parameter Type="System.String" Name="moreInformation" />
1284 </Instance>
1285 </Message>
1286 <Message Id="ExpectedEndElement" Number="133">
1287 <Instance>
1288 The end element matching the '{0}' start element was not found.
1289 <Parameter Type="System.String" Name="elementName" />
1290 </Instance>
1291 </Message>
1292 <Message Id="IllegalCodepage" Number="134" SourceLineNumbers="no">
1293 <Instance>
1294 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.
1295 <Parameter Type="System.Int32" Name="codepage" />
1296 </Instance>
1297 </Message>
1298 <Message Id="ExpectedMediaCabinet" Number="135">
1299 <Instance>
1300 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}'.
1301 <Parameter Type="System.String" Name="fileId" />
1302 <Parameter Type="System.Int32" Name="diskId" />
1303 </Instance>
1304 </Message>
1305 <Message Id="InvalidIdt" Number="136">
1306 <Instance>
1307 There was an error importing the file '{0}'.
1308 <Parameter Type="System.String" Name="idtFile" />
1309 </Instance>
1310 <Instance>
1311 There was an error importing table '{1}' from file '{0}'.
1312 <Parameter Type="System.String" Name="idtFile" />
1313 <Parameter Type="System.String" Name="tableName" />
1314 </Instance>
1315 </Message>
1316 <Message Id="InvalidSequenceTable" Number="137" SourceLineNumbers="no">
1317 <Instance>
1318 Found an invalid sequence table '{0}'.
1319 <Parameter Type="System.String" Name="sequenceTableName" />
1320 </Instance>
1321 </Message>
1322 <Message Id="ExpectedDirectory" Number="138" SourceLineNumbers="no">
1323 <Instance>
1324 The directory '{0}' could not be found.
1325 <Parameter Type="System.String" Name="directory" />
1326 </Instance>
1327 </Message>
1328 <Message Id="ComponentExpectedFeature" Number="139">
1329 <Instance>
1330 The component '{0}' is not assigned to a feature. The component's {1} '{2}' requires it to be assigned to at least one feature.
1331 <Parameter Type="System.String" Name="component" />
1332 <Parameter Type="System.String" Name="type" />
1333 <Parameter Type="System.String" Name="target" />
1334 </Instance>
1335 </Message>
1336 <Message Id="RecursiveAction" Number="140" SourceLineNumbers="no">
1337 <Instance>
1338 The action '{0}' is recursively placed in the '{1}' table.
1339 <Parameter Type="System.String" Name="action" />
1340 <Parameter Type="System.String" Name="tableName" />
1341 </Instance>
1342 </Message>
1343 <Message Id="VersionMismatch" Number="141">
1344 <Instance>
1345 The {0} file format version {1} is not compatible with the expected {0} file format version {2}.
1346 <Parameter Type="System.String" Name="fileType" />
1347 <Parameter Type="System.String" Name="version" />
1348 <Parameter Type="System.String" Name="expectedVersion" />
1349 </Instance>
1350 </Message>
1351 <Message Id="UnexpectedContentNode" Number="142">
1352 <Instance>
1353 The {0} element contains an unexpected xml node of type {1}.
1354 <Parameter Type="System.String" Name="elementName" />
1355 <Parameter Type="System.String" Name="unexpectedNodeType" />
1356 </Instance>
1357 </Message>
1358 <Message Id="UnexpectedColumnCount" Number="143">
1359 <Instance>
1360 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.
1361 <Parameter Type="System.String" Name="tableName" />
1362 </Instance>
1363 </Message>
1364 <Message Id="InvalidExtension" Number="144" SourceLineNumbers="no">
1365 <Instance>
1366 The extension '{0}' could not be loaded.
1367 <Parameter Type="System.String" Name="extension" />
1368 </Instance>
1369 <Instance>
1370 The extension '{0}' could not be loaded because of the following reason: {1}
1371 <Parameter Type="System.String" Name="extension" />
1372 <Parameter Type="System.String" Name="invalidReason" />
1373 </Instance>
1374 <Instance>
1375 The extension '{0}' is the wrong type: '{1}'. The expected type was '{2}'.
1376 <Parameter Type="System.String" Name="extension" />
1377 <Parameter Type="System.String" Name="extensionType" />
1378 <Parameter Type="System.String" Name="expectedType" />
1379 </Instance>
1380 <Instance>
1381 The extension '{0}' is the wrong type: '{1}'. The expected type was '{2}' or '{3}'.
1382 <Parameter Type="System.String" Name="extension" />
1383 <Parameter Type="System.String" Name="extensionType" />
1384 <Parameter Type="System.String" Name="expectedType1" />
1385 <Parameter Type="System.String" Name="expectedType2" />
1386 </Instance>
1387 </Message>
1388 <Message Id="InvalidSubExpression" Number="145">
1389 <Instance>
1390 Found invalid subexpression '{0}' in expression '{1}'.
1391 <Parameter Type="System.String" Name="subExpression" />
1392 <Parameter Type="System.String" Name="expression" />
1393 </Instance>
1394 </Message>
1395 <Message Id="UnmatchedPreprocessorInstruction" Number="146">
1396 <Instance>
1397 Found a &lt;?{1}?&gt; processing instruction without a matching &lt;?{0}?&gt; before it.
1398 <Parameter Type="System.String" Name="beginInstruction" />
1399 <Parameter Type="System.String" Name="endInstruction" />
1400 </Instance>
1401 </Message>
1402 <Message Id="NonterminatedPreprocessorInstruction" Number="147">
1403 <Instance>
1404 Found a &lt;?{0}?&gt; processing instruction without a matching &lt;?{1}?&gt; after it.
1405 <Parameter Type="System.String" Name="beginInstruction" />
1406 <Parameter Type="System.String" Name="endInstruction" />
1407 </Instance>
1408 </Message>
1409 <Message Id="ExpectedExpressionAfterNot" Number="148">
1410 <Instance>
1411 Expecting an argument for 'NOT' in expression '{0}'.
1412 <Parameter Type="System.String" Name="expression" />
1413 </Instance>
1414 </Message>
1415 <Message Id="InvalidPreprocessorVariable" Number="149">
1416 <Instance>
1417 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})'.
1418 <Parameter Type="System.String" Name="variable" />
1419 </Instance>
1420 </Message>
1421 <Message Id="UndefinedPreprocessorVariable" Number="150">
1422 <Instance>
1423 Undefined preprocessor variable '$({0})'.
1424 <Parameter Type="System.String" Name="variableName" />
1425 </Instance>
1426 </Message>
1427 <Message Id="IllegalDefineStatement" Number="151">
1428 <Instance>
1429 The define statement '&lt;?define {0}?&gt;' is not well-formed. Define statements should be in the form &lt;?define variableName = "variable value"?&gt;.
1430 <Parameter Type="System.String" Name="defineStatement" />
1431 </Instance>
1432 </Message>
1433 <Message Id="VariableDeclarationCollision" Number="152">
1434 <Instance>
1435 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
1436 <Parameter Type="System.String" Name="variableName" />
1437 <Parameter Type="System.String" Name="variableValue" />
1438 <Parameter Type="System.String" Name="variableCollidingValue" />
1439 </Instance>
1440 </Message>
1441 <Message Id="CannotReundefineVariable" Number="153">
1442 <Instance>
1443 The variable '{0}' cannot be undefined because its already undefined.
1444 <Parameter Type="System.String" Name="variableName" />
1445 </Instance>
1446 </Message>
1447 <Message Id="IllegalForeach" Number="154">
1448 <Instance>
1449 The foreach statement '{0}' is illegal. The proper format for foreach is &lt;?foreach varName in valueList?&gt;.
1450 <Parameter Type="System.String" Name="foreachStatement" />
1451 </Instance>
1452 </Message>
1453 <Message Id="IllegalParentAttributeWhenNested" Number="155">
1454 <Instance>
1455 The {0}/@{1} attribute cannot be specified when a {2} element is nested underneath the {0} element.
1456 <Parameter Type="System.String" Name="parentElementName" />
1457 <Parameter Type="System.String" Name="parentAttributeName" />
1458 <Parameter Type="System.String" Name="childElement" />
1459 </Instance>
1460 </Message>
1461 <Message Id="ExpectedEndforeach" Number="156">
1462 <Instance>A &lt;?foreach?&gt; statement was found that had no matching &lt;?endforeach?&gt;.</Instance>
1463 </Message>
1464 <Message Id="UnmatchedQuotesInExpression" Number="158">
1465 <Instance>
1466 The quotes don't match in the expression '{0}'.
1467 <Parameter Type="System.String" Name="expression" />
1468 </Instance>
1469 </Message>
1470 <Message Id="UnmatchedParenthesisInExpression" Number="159">
1471 <Instance>
1472 The parenthesis don't match in the expression '{0}'.
1473 <Parameter Type="System.String" Name="expression" />
1474 </Instance>
1475 </Message>
1476 <Message Id="ExpectedVariable" Number="160">
1477 <Instance>
1478 A required variable was missing in the expression '{0}'.
1479 <Parameter Type="System.String" Name="expression" />
1480 </Instance>
1481 </Message>
1482 <Message Id="UnexpectedLiteral" Number="161">
1483 <Instance>
1484 An unexpected literal was found in the expression '{0}'.
1485 <Parameter Type="System.String" Name="expression" />
1486 </Instance>
1487 </Message>
1488 <Message Id="IllegalIntegerInExpression" Number="162">
1489 <Instance>
1490 An illegal number was found in the expression '{0}'.
1491 <Parameter Type="System.String" Name="expression" />
1492 </Instance>
1493 </Message>
1494 <Message Id="UnexpectedPreprocessorOperator" Number="163">
1495 <Instance>
1496 The operator '{0}' is unexpected.
1497 <Parameter Type="System.String" Name="operator" />
1498 </Instance>
1499 </Message>
1500 <Message Id="UnexpectedEmptySubexpression" Number="164">
1501 <Instance>
1502 The empty subexpression is unexpected in the expression '{0}'.
1503 <Parameter Type="System.String" Name="expression" />
1504 </Instance>
1505 </Message>
1506 <Message Id="UnexpectedCustomTableColumn" Number="165">
1507 <Instance>
1508 The custom table column '{0}' is unknown.
1509 <Parameter Type="System.String" Name="column" />
1510 </Instance>
1511 </Message>
1512 <Message Id="UnknownCustomTableColumnType" Number="166">
1513 <Instance>
1514 Encountered an unknown custom table column type '{0}'.
1515 <Parameter Type="System.String" Name="columnType" />
1516 </Instance>
1517 </Message>
1518 <Message Id="IllegalFileCompressionAttributes" Number="167">
1519 <Instance>Cannot have both the MsidbFileAttributesCompressed and MsidbFileAttributesNoncompressed options set in a file attributes column.</Instance>
1520 </Message>
1521 <Message Id="OverridableActionCollision" Number="168">
1522 <Instance>
1523 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.
1524 <Parameter Type="System.String" Name="sequenceTableName" />
1525 <Parameter Type="System.String" Name="actionName" />
1526 </Instance>
1527 </Message>
1528 <Message Id="OverridableActionCollision2" Number="169">
1529 <Instance>The location of the action related to previous error.</Instance>
1530 </Message>
1531 <Message Id="ActionCollision" Number="170">
1532 <Instance>
1533 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.
1534 <Parameter Type="System.String" Name="sequenceTableName" />
1535 <Parameter Type="System.String" Name="actionName" />
1536 </Instance>
1537 </Message>
1538 <Message Id="ActionCollision2" Number="171">
1539 <Instance>The location of the action related to previous error.</Instance>
1540 </Message>
1541 <Message Id="SuppressNonoverridableAction" Number="172">
1542 <Instance>
1543 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.
1544 <Parameter Type="System.String" Name="sequenceTableName" />
1545 <Parameter Type="System.String" Name="actionName" />
1546 </Instance>
1547 </Message>
1548 <Message Id="SuppressNonoverridableAction2" Number="173">
1549 <Instance>The location of the non-overridable definition of the action related to previous error.</Instance>
1550 </Message>
1551 <Message Id="CustomActionSequencedInModule" Number="174">
1552 <Instance>
1553 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.
1554 <Parameter Type="System.String" Name="sequenceTableName" />
1555 <Parameter Type="System.String" Name="actionName" />
1556 </Instance>
1557 </Message>
1558 <Message Id="StandardActionRelativelyScheduledInModule" Number="175">
1559 <Instance>
1560 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.
1561 <Parameter Type="System.String" Name="sequenceTableName" />
1562 <Parameter Type="System.String" Name="actionName" />
1563 </Instance>
1564 </Message>
1565 <Message Id="ActionCircularDependency" Number="176">
1566 <Instance>
1567 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.
1568 <Parameter Type="System.String" Name="sequenceTableName" />
1569 <Parameter Type="System.String" Name="actionName1" />
1570 <Parameter Type="System.String" Name="actionName2" />
1571 </Instance>
1572 </Message>
1573 <Message Id="ActionScheduledRelativeToTerminationAction" Number="177">
1574 <Instance>
1575 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.
1576 <Parameter Type="System.String" Name="sequenceTableName" />
1577 <Parameter Type="System.String" Name="actionName1" />
1578 <Parameter Type="System.String" Name="actionName2" />
1579 </Instance>
1580 </Message>
1581 <Message Id="ActionScheduledRelativeToTerminationAction2" Number="178">
1582 <Instance>The location of the special termination action related to previous error(s).</Instance>
1583 </Message>
1584 <Message Id="NoUniqueActionSequenceNumber" Number="179">
1585 <Instance>
1586 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).
1587 <Parameter Type="System.String" Name="sequenceTableName" />
1588 <Parameter Type="System.String" Name="actionName1" />
1589 <Parameter Type="System.String" Name="actionName2" />
1590 </Instance>
1591 </Message>
1592 <Message Id="NoUniqueActionSequenceNumber2" Number="180">
1593 <Instance>The location of the sequenced action related to previous error.</Instance>
1594 </Message>
1595 <Message Id="ActionScheduledRelativeToItself" Number="181">
1596 <Instance>
1597 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.
1598 <Parameter Type="System.String" Name="elementName" />
1599 <Parameter Type="System.String" Name="attributeName" />
1600 <Parameter Type="System.String" Name="attributeValue" />
1601 </Instance>
1602 </Message>
1603 <Message Id="MissingTableDefinition" Number="182" SourceLineNumbers="no">
1604 <Instance>
1605 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.
1606 <Parameter Type="System.String" Name="tableName" />
1607 </Instance>
1608 </Message>
1609 <Message Id="ExpectedRowInPatchCreationPackage" Number="183" SourceLineNumbers="no">
1610 <Instance>
1611 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.
1612 <Parameter Type="System.String" Name="tableName" />
1613 </Instance>
1614 </Message>
1615 <Message Id="UnexpectedTableInMergeModule" Number="184">
1616 <Instance>
1617 An unexpected row in the '{0}' table was found in this merge module. Merge modules cannot contain the '{0}' table.
1618 <Parameter Type="System.String" Name="tableName" />
1619 </Instance>
1620 </Message>
1621 <Message Id="UnexpectedTableInPatchCreationPackage" Number="185">
1622 <Instance>
1623 An unexpected row in the '{0}' table was found in this patch creation package. Patch creation packages cannot contain the '{0}' table.
1624 <Parameter Type="System.String" Name="tableName" />
1625 </Instance>
1626 </Message>
1627 <Message Id="MergeExcludedModule" Number="186">
1628 <Instance>
1629 The module '{0}' cannot be merged because it excludes or is excluded by the merge module with signature '{1}'.
1630 <Parameter Type="System.String" Name="mergeId" />
1631 <Parameter Type="System.String" Name="otherMergeId" />
1632 </Instance>
1633 </Message>
1634 <Message Id="MergeFeatureRequired" Number="187">
1635 <Instance>
1636 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.
1637 <Parameter Type="System.String" Name="tableName" />
1638 <Parameter Type="System.String" Name="primaryKeys" />
1639 <Parameter Type="System.String" Name="mergeModuleFile" />
1640 <Parameter Type="System.String" Name="mergeId" />
1641 </Instance>
1642 </Message>
1643 <Message Id="MergeLanguageFailed" Number="188">
1644 <Instance>
1645 The language '{0}' is supported but uses an invalid language transform in the merge module '{1}'.
1646 <Parameter Type="System.Int16" Name="language" />
1647 <Parameter Type="System.String" Name="mergeModuleFile" />
1648 </Instance>
1649 </Message>
1650 <Message Id="MergeLanguageUnsupported" Number="189">
1651 <Instance>
1652 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.
1653 <Parameter Type="System.Int16" Name="language" />
1654 <Parameter Type="System.String" Name="mergeModuleFile" />
1655 </Instance>
1656 </Message>
1657 <Message Id="TableDecompilationUnimplemented" Number="190" SourceLineNumbers="no">
1658 <Instance>
1659 Decompilation of the {0} table has not been implemented by its extension.
1660 <Parameter Type="System.String" Name="tableName" />
1661 </Instance>
1662 </Message>
1663 <Message Id="CannotDefaultMismatchedAdvertiseStates" Number="191">
1664 <Instance>
1665 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.
1666 </Instance>
1667 </Message>
1668 <Message Id="VersionIndependentProgIdsCannotHaveIcons" Number="192">
1669 <Instance>
1670 Version independent ProgIds cannot have Icons. Remove the Icon and/or IconIndex attributes from your ProgId element.
1671 </Instance>
1672 </Message>
1673 <Message Id="IllegalAttributeValueWithOtherAttribute" Number="193">
1674 <Instance>
1675 The {0}/@{1} attribute's value, '{2}', cannot be specified with attribute {3} present.
1676 <Parameter Type="System.String" Name="elementName" />
1677 <Parameter Type="System.String" Name="attributeName" />
1678 <Parameter Type="System.String" Name="attributeValue" />
1679 <Parameter Type="System.String" Name="otherAttributeName" />
1680 </Instance>
1681 <Instance>
1682 The {0}/@{1} attribute's value, '{2}', cannot be specified with attribute {3} present with value '{4}'.
1683 <Parameter Type="System.String" Name="elementName" />
1684 <Parameter Type="System.String" Name="attributeName" />
1685 <Parameter Type="System.String" Name="attributeValue" />
1686 <Parameter Type="System.String" Name="otherAttributeName" />
1687 <Parameter Type="System.String" Name="otherAttributeValue" />
1688 </Instance>
1689 </Message>
1690 <Message Id="InvalidMergeLanguage" Number="194">
1691 <Instance>
1692 The Merge element '{0}' specified an invalid language '{1}'. Verify that localization tokens are being properly resolved to a numeric LCID.
1693 <Parameter Type="System.String" Name="mergeId" />
1694 <Parameter Type="System.String" Name="mergeLanguage" />
1695 </Instance>
1696 </Message>
1697 <Message Id="WixVariableCollision" Number="195">
1698 <Instance>
1699 The WiX variable '{0}' is declared in more than one location. Please remove one of the declarations.
1700 <Parameter Type="System.String" Name="variableId" />
1701 </Instance>
1702 </Message>
1703 <Message Id="ExpectedWixVariableValue" Number="196" SourceLineNumbers="no">
1704 <Instance>
1705 The WiX variable '{0}' was declared without a value. Please specify a value for the variable.
1706 <Parameter Type="System.String" Name="variableId" />
1707 </Instance>
1708 </Message>
1709 <Message Id="WixVariableUnknown" Number="197">
1710 <Instance>
1711 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).
1712 <Parameter Type="System.String" Name="variableId" />
1713 </Instance>
1714 </Message>
1715 <Message Id="IllegalWixVariablePrefix" Number="198">
1716 <Instance>
1717 The WiX variable $(wix.{0}) uses an illegal prefix '$'. Please use the '!' prefix instead.
1718 <Parameter Type="System.String" Name="variableId" />
1719 </Instance>
1720 </Message>
1721 <Message Id="InvalidWixXmlNamespace" Number="199">
1722 <Instance>
1723 The {0} element has no namespace. Please make the {0} element look like the following: &lt;{0} xmlns="{1}"&gt;.
1724 <Parameter Type="System.String" Name="wixElementName" />
1725 <Parameter Type="System.String" Name="wixNamespace" />
1726 </Instance>
1727 <Instance>
1728 The {0} element has an incorrect namespace of '{1}'. Please make the {0} element look like the following: &lt;{0} xmlns="{2}"&gt;.
1729 <Parameter Type="System.String" Name="wixElementName" />
1730 <Parameter Type="System.String" Name="elementNamespace" />
1731 <Parameter Type="System.String" Name="wixNamespace" />
1732 </Instance>
1733 </Message>
1734 <Message Id="UnhandledExtensionElement" Number="200">
1735 <Instance>
1736 The {0} element contains an unhandled extension element '{1}'. Please ensure that the extension for elements in the '{2}' namespace has been provided.
1737 <Parameter Type="System.String" Name="elementName" />
1738 <Parameter Type="System.String" Name="extensionElementName" />
1739 <Parameter Type="System.String" Name="extensionNamespace" />
1740 </Instance>
1741 </Message>
1742 <Message Id="UnhandledExtensionAttribute" Number="201">
1743 <Instance>
1744 The {0} element contains an unhandled extension attribute '{1}'. Please ensure that the extension for attributes in the '{2}' namespace has been provided.
1745 <Parameter Type="System.String" Name="elementName" />
1746 <Parameter Type="System.String" Name="extensionAttributeName" />
1747 <Parameter Type="System.String" Name="extensionNamespace" />
1748 </Instance>
1749 </Message>
1750 <Message Id="UnsupportedExtensionAttribute" Number="202">
1751 <Instance>
1752 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?
1753 <Parameter Type="System.String" Name="elementName" />
1754 <Parameter Type="System.String" Name="extensionElementName" />
1755 </Instance>
1756 </Message>
1757 <Message Id="UnsupportedExtensionElement" Number="203">
1758 <Instance>
1759 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?
1760 <Parameter Type="System.String" Name="elementName" />
1761 <Parameter Type="System.String" Name="extensionElementName" />
1762 </Instance>
1763 </Message>
1764 <Message Id="ValidationError" Number="204">
1765 <Instance>
1766 {0}: {1}
1767 <Parameter Type="System.String" Name="ice" />
1768 <Parameter Type="System.String" Name="message" />
1769 </Instance>
1770 </Message>
1771 <Message Id="IllegalRootDirectory" Number="205">
1772 <Instance>
1773 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'.
1774 <Parameter Type="System.String" Name="directoryId" />
1775 </Instance>
1776 </Message>
1777 <Message Id="IllegalTargetDirDefaultDir" Number="206">
1778 <Instance>
1779 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'.
1780 <Parameter Type="System.String" Name="defaultDir" />
1781 </Instance>
1782 </Message>
1783 <Message Id="TooManyElements" Number="207">
1784 <Instance>
1785 The {0} element contains an unexpected child element '{1}'. The '{1}' element may only occur {2} time(s) under the {0} element.
1786 <Parameter Type="System.String" Name="elementName" />
1787 <Parameter Type="System.String" Name="childElementName" />
1788 <Parameter Type="System.Int32" Name="expectedInstances" />
1789 </Instance>
1790 </Message>
1791 <Message Id="ExpectedBinaryCategory" Number="208">
1792 <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>
1793 </Message>
1794 <Message Id="RootFeatureCannotFollowParent" Number="209">
1795 <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>
1796 </Message>
1797 <Message Id="FeatureNameTooLong" Number="210">
1798 <Instance>
1799 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.
1800 <Parameter Type="System.String" Name="elementName" />
1801 <Parameter Type="System.String" Name="attributeName" />
1802 <Parameter Type="System.String" Name="attributeValue" />
1803 </Instance>
1804 </Message>
1805 <Message Id="SignedEmbeddedCabinet" Number="211">
1806 <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>
1807 </Message>
1808 <Message Id="ExpectedSignedCabinetName" Number="212">
1809 <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>
1810 </Message>
1811 <Message Id="IllegalInlineLocVariable" Number="213">
1812 <Instance>
1813 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.
1814 <Parameter Type="System.String" Name="variableName" />
1815 <Parameter Type="System.String" Name="variableValue" />
1816 </Instance>
1817 </Message>
1818 <Message Id="MergeModuleExpectedFeature" Number="215">
1819 <Instance>
1820 The merge module '{0}' is not assigned to a feature. All merge modules must be assigned to at least one feature.
1821 <Parameter Type="System.String" Name="mergeId" />
1822 </Instance>
1823 </Message>
1824 <Message Id="Win32Exception" Number="216" SourceLineNumbers="no">
1825 <Instance>
1826 An unexpected Win32 exception with error code 0x{0:X} occurred: {1}
1827 <Parameter Type="System.Int32" Name="nativeErrorCode"/>
1828 <Parameter Type="System.String" Name="message" />
1829 </Instance>
1830 <Instance>
1831 An unexpected Win32 exception with error code 0x{0:X} occurred while accessing file '{1}': {2}
1832 <Parameter Type="System.Int32" Name="nativeErrorCode"/>
1833 <Parameter Type="System.String" Name="file"/>
1834 <Parameter Type="System.String" Name="message" />
1835 </Instance>
1836 </Message>
1837 <Message Id="UnexpectedExternalUIMessage" Number="217" SourceLineNumbers="no">
1838 <Instance>
1839 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;.
1840 <Parameter Type="System.String" Name="message" />
1841 </Instance>
1842 <Instance>
1843 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;.
1844 <Parameter Type="System.String" Name="message" />
1845 <Parameter Type="System.String" Name="action" />
1846 </Instance>
1847 </Message>
1848 <Message Id="IllegalCabbingThreadCount" Number="218" SourceLineNumbers="no">
1849 <Instance>
1850 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.
1851 <Parameter Type="System.String" Name="numThreads" />
1852 </Instance>
1853 </Message>
1854 <Message Id="IllegalEnvironmentVariable" Number="219" SourceLineNumbers="no">
1855 <Instance>
1856 The {0} environment variable is set to an invalid value of '{1}'.
1857 <Parameter Type="System.String" Name="environmentVariable" />
1858 <Parameter Type="System.String" Name="value" />
1859 </Instance>
1860 </Message>
1861 <Message Id="InvalidKeyColumn" Number="220" SourceLineNumbers="no">
1862 <Instance>
1863 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.
1864 <Parameter Type="System.String" Name="tableName" />
1865 <Parameter Type="System.String" Name="columnName" />
1866 <Parameter Type="System.String" Name="foreignTableName" />
1867 <Parameter Type="System.Int32" Name="foreignColumnNumber" />
1868 </Instance>
1869 </Message>
1870 <Message Id="CollidingModularizationTypes" Number="221" SourceLineNumbers="no">
1871 <Instance>
1872 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.
1873 <Parameter Type="System.String" Name="tableName" />
1874 <Parameter Type="System.String" Name="columnName" />
1875 <Parameter Type="System.String" Name="foreignTableName" />
1876 <Parameter Type="System.Int32" Name="foreignColumnNumber" />
1877 <Parameter Type="System.String" Name="modularizationType" />
1878 <Parameter Type="System.String" Name="foreignModularizationType" />
1879 </Instance>
1880 </Message>
1881 <Message Id="CubeFileNotFound" Number="222" SourceLineNumbers="no">
1882 <Instance>
1883 The cube file '{0}' cannot be found. This file is required for MSI validation.
1884 <Parameter Type="System.String" Name="cubeFile" />
1885 </Instance>
1886 </Message>
1887 <Message Id="OpenDatabaseFailed" Number="223" SourceLineNumbers="no">
1888 <Instance>
1889 Failed to open database '{0}'. Ensure it is a valid database, and it is not open by another process.
1890 <Parameter Type="System.String" Name="databaseFile" />
1891 </Instance>
1892 </Message>
1893 <Message Id="OutputTypeMismatch" Number="224">
1894 <Instance>
1895 The types of the outputs do not match. One output's type is '{0}' while the other is '{1}'.
1896 <Parameter Type="System.String" Name="beforeOutputType" />
1897 <Parameter Type="System.String" Name="afterOutputType" />
1898 </Instance>
1899 </Message>
1900 <Message Id="RealTableMissingPrimaryKeyColumn" Number="225">
1901 <Instance>
1902 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.
1903 <Parameter Type="System.String" Name="tableName" />
1904 </Instance>
1905 </Message>
1906 <Message Id="IllegalColumnName" Number="226">
1907 <Instance>
1908 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.
1909 <Parameter Type="System.String" Name="elementName" />
1910 <Parameter Type="System.String" Name="attributeName" />
1911 <Parameter Type="System.String" Name="value" />
1912 </Instance>
1913 </Message>
1914 <Message Id="NoDifferencesInTransform" Number="227">
1915 <Instance>
1916 The transform being built did not contain any differences so it could not be created.
1917 </Instance>
1918 </Message>
1919 <Message Id="OutputCodepageMismatch" Number="228">
1920 <Instance>
1921 The code pages of the outputs do not match. One output's code page is '{0}' while the other is '{1}'.
1922 <Parameter Type="System.Int32" Name="beforeCodepage" />
1923 <Parameter Type="System.Int32" Name="afterCodepage" />
1924 </Instance>
1925 </Message>
1926 <Message Id="OutputCodepageMismatch2" Number="229">
1927 <Instance>
1928 The location of the mismatched code page related to the previous warning.
1929 </Instance>
1930 </Message>
1931 <Message Id="IllegalComponentWithAutoGeneratedGuid" Number="230">
1932 <Instance>
1933 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.
1934 </Instance>
1935 <Instance>
1936 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.
1937 <Parameter Type="System.Boolean" Name="registryKeyPath" />
1938 </Instance>
1939 </Message>
1940 <Message Id="IllegalPathForGeneratedComponentGuid" Number="231">
1941 <Instance>
1942 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.)
1943 <Parameter Type="System.String" Name="componentName" />
1944 <Parameter Type="System.String" Name="keyFilePath" />
1945 </Instance>
1946 </Message>
1947 <Message Id="IllegalTerminalServerCustomActionAttributes" Number="232">
1948 <Instance>
1949 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."
1950 </Instance>
1951 </Message>
1952 <Message Id="IllegalPropertyCustomActionAttributes" Number="233">
1953 <Instance>
1954 The CustomAction sets a property but its Execute attribute is not 'immediate' (the default). Property-setting custom actions cannot be deferred."
1955 </Instance>
1956 </Message>
1957 <Message Id="InvalidPreprocessorFunction" Number="234">
1958 <Instance>
1959 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.
1960 <Parameter Type="System.String" Name="variable" />
1961 </Instance>
1962 </Message>
1963 <Message Id="UndefinedPreprocessorFunction" Number="235">
1964 <Instance>
1965 Undefined preprocessor function '$({0})'.
1966 <Parameter Type="System.String" Name="variableName" />
1967 </Instance>
1968 </Message>
1969 <Message Id="PreprocessorExtensionEvaluateFunctionFailed" Number="236">
1970 <Instance>
1971 In the preprocessor extension that handles prefix '{0}' while trying to call function '{1}({2})' and exception has occurred : {3}
1972 <Parameter Type="System.String" Name="prefix" />
1973 <Parameter Type="System.String" Name="function" />
1974 <Parameter Type="System.String" Name="args" />
1975 <Parameter Type="System.String" Name="message" />
1976 </Instance>
1977 </Message>
1978 <Message Id="PreprocessorExtensionGetVariableValueFailed" Number="237">
1979 <Instance>
1980 In the preprocessor extension that handles prefix '{0}' while trying to get the value for variable '{1}' and exception has occured : {2}
1981 <Parameter Type="System.String" Name="prefix" />
1982 <Parameter Type="System.String" Name="variable" />
1983 <Parameter Type="System.String" Name="message" />
1984 </Instance>
1985 </Message>
1986 <Message Id="InvalidManifestContent" Number="238">
1987 <Instance>
1988 The manifest '{0}' does not have the required assembly/assemblyIdentity element.
1989 <Parameter Type="System.String" Name="fileName" />
1990 </Instance>
1991 </Message>
1992 <Message Id="InvalidWixTransform" Number="239" SourceLineNumbers="no">
1993 <Instance>
1994 The file '{0}' is not a valid WiX Transform.
1995 <Parameter Type="System.String" Name="fileName" />
1996 </Instance>
1997 </Message>
1998 <Message Id="UnexpectedFileExtension" Number="240" SourceLineNumbers="no">
1999 <Instance>
2000 The file '{0}' has an unexpected extension. Expected one of the following: '{1}'.
2001 <Parameter Type="System.String" Name="fileName" />
2002 <Parameter Type="System.String" Name="expectedExtensions" />
2003 </Instance>
2004 </Message>
2005 <Message Id="UnexpectedTableInPatch" Number="241">
2006 <Instance>
2007 An unexpected row in the '{0}' table was found in this patch. Patches cannot contain the '{0}' table.
2008 <Parameter Type="System.String" Name="tableName" />
2009 </Instance>
2010 </Message>
2011 <Message Id="InvalidProductVersion" Number="242">
2012 <Instance>
2013 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.
2014 <Parameter Type="System.String" Name="version" />
2015 </Instance>
2016 <Instance>
2017 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.
2018 <Parameter Type="System.String" Name="version" />
2019 <Parameter Type="System.String" Name="packagePath" />
2020 </Instance>
2021 </Message>
2022 <Message Id="InvalidKeypathChange" Number="243">
2023 <Instance>
2024 Component '{0}' has a changed keypath in the transform '{1}'. Patches cannot change the keypath of a component.
2025 <Parameter Type="System.String" Name="component" />
2026 <Parameter Type="System.String" Name="transformPath" />
2027 </Instance>
2028 </Message>
2029 <Message Id="MissingValidatorExtension" Number="244" SourceLineNumbers="no">
2030 <Instance>
2031 The validator requires at least one extension. Add "ValidatorExtension, Wix" for the default implementation.
2032 </Instance>
2033 </Message>
2034 <Message Id="InvalidValidatorMessageType" Number="245" SourceLineNumbers="no">
2035 <Instance>
2036 Unknown validation message type '{0}'.
2037 <Parameter Type="System.String" Name="type" />
2038 </Instance>
2039 </Message>
2040 <Message Id="PatchWithoutTransforms" Number="246" SourceLineNumbers="no">
2041 <Instance>
2042 No transforms were provided to attach to the patch.
2043 </Instance>
2044 </Message>
2045 <Message Id="SingleExtensionSupported" Number="247" SourceLineNumbers="no">
2046 <Instance>
2047 Multiple extensions were specified on the command line, only a single extension is supported.
2048 </Instance>
2049 </Message>
2050 <Message Id="DuplicateTransform" Number="248" SourceLineNumbers="no">
2051 <Instance>
2052 The transform {0} was included twice on the command line. Each transform can be applied to a patch only once.
2053 <Parameter Type="System.String" Name="transform" />
2054 </Instance>
2055 </Message>
2056 <Message Id="BaselineRequired" Number="249" SourceLineNumbers="no">
2057 <Instance>
2058 No baseline was specified for one of the transforms specified. A baseline is required for all transforms in a patch.
2059 </Instance>
2060 </Message>
2061 <Message Id="PreprocessorError" Number="250">
2062 <Instance>
2063 {0}
2064 <Parameter Type="System.String" Name="message" />
2065 </Instance>
2066 </Message>
2067 <Message Id="ExpectedArgument" Number="251" SourceLineNumbers="no">
2068 <Instance>
2069 {0} is expected to be followed by a value argument.
2070 <Parameter Type="System.String" Name="argument" />
2071 </Instance>
2072 </Message>
2073 <Message Id="PatchWithoutValidTransforms" Number="252" SourceLineNumbers="no">
2074 <Instance>
2075 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.
2076 </Instance>
2077 </Message>
2078 <Message Id="ExpectedDecompiler" Number="253" SourceLineNumbers="no">
2079 <Instance>
2080 No decompiler was provided. {0} requires a decompiler.
2081 <Parameter Type="System.String" Name="identifier" />
2082 </Instance>
2083 </Message>
2084 <Message Id="ExpectedTableInMergeModule" Number="254" SourceLineNumbers="no">
2085 <Instance>
2086 The table '{0}' was expected but was missing.
2087 <Parameter Type="System.String" Name="identifier" />
2088 </Instance>
2089 </Message>
2090 <Message Id="UnexpectedElementWithAttributeValue" Number="255">
2091 <Instance>
2092 The {0} element cannot have a child element '{1}' unless attribute '{2}' is set to '{3}'.
2093 <Parameter Type="System.String" Name="elementName" />
2094 <Parameter Type="System.String" Name="childElementName" />
2095 <Parameter Type="System.String" Name="attribute" />
2096 <Parameter Type="System.String" Name="attributeValue" />
2097 </Instance>
2098 <Instance>
2099 The {0} element cannot have a child element '{1}' unless attribute '{2}' is set to '{3}' or '{4}'.
2100 <Parameter Type="System.String" Name="elementName" />
2101 <Parameter Type="System.String" Name="childElementName" />
2102 <Parameter Type="System.String" Name="attribute" />
2103 <Parameter Type="System.String" Name="attributeValue1" />
2104 <Parameter Type="System.String" Name="attributeValue2" />
2105 </Instance>
2106 </Message>
2107 <Message Id="ExpectedPatchIdInWixMsp" Number="256" SourceLineNumbers="no">
2108 <Instance>
2109 The WixMsp is missing the patch ID.
2110 </Instance>
2111 </Message>
2112 <Message Id="ExpectedMediaRowsInWixMsp" Number="257" SourceLineNumbers="no">
2113 <Instance>
2114 The WixMsp has no media rows defined.
2115 </Instance>
2116 </Message>
2117 <Message Id="WixFileNotFound" Number="258" SourceLineNumbers="no">
2118 <Instance>
2119 The file '{0}' cannot be found.
2120 <Parameter Type="System.String" Name="file" />
2121 </Instance>
2122 </Message>
2123 <Message Id="ExpectedClientPatchIdInWixMsp" Number="259" SourceLineNumbers="no">
2124 <Instance>
2125 The WixMsp is missing the client patch ID. Recompile the patch source files with the latest WiX toolset.
2126 </Instance>
2127 </Message>
2128 <Message Id="NewRowAddedInTable" Number="260">
2129 <Instance>
2130 Product '{0}': Table '{1}' has a new row '{2}' added. This makes the patch not uninstallable.
2131 <Parameter Type="System.String" Name="productCode" />
2132 <Parameter Type="System.String" Name="tableName" />
2133 <Parameter Type="System.String" Name="rowId" />
2134 </Instance>
2135 </Message>
2136 <Message Id="PatchNotRemovable" Number="261" SourceLineNumbers="no">
2137 <Instance>
2138 This patch is not uninstallable. The 'Patch' element's attribute 'AllowRemoval' should be set to 'no'.
2139 </Instance>
2140 </Message>
2141 <Message Id="PathTooLong" Number="262">
2142 <Instance>
2143 '{0}' is too long, the fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
2144 <Parameter Type="System.String" Name="fileName" />
2145 </Instance>
2146 </Message>
2147 <Message Id="FileTooLarge" Number="263">
2148 <Instance>
2149 '{0}' is too large, file size must be less than 2147483648.
2150 <Parameter Type="System.String" Name="fileName" />
2151 </Instance>
2152 </Message>
2153 <Message Id="InvalidPlatformParameter" Number="264" SourceLineNumbers="no">
2154 <Instance>
2155 The parameter '{0}' is missing or has an invalid value {1}. Possible values are x86, x64, or ia64.
2156 <Parameter Type="System.String" Name="name" />
2157 <Parameter Type="System.String" Name="value" />
2158 </Instance>
2159 </Message>
2160 <Message Id="InvalidPlatformValue" Number="265">
2161 <Instance>
2162 The Platform attribute has an invalid value {0}. Possible values are x86, x64, or ia64.
2163 <Parameter Type="System.String" Name="value" />
2164 </Instance>
2165 </Message>
2166 <Message Id="IllegalValidationArguments" Number="266" SourceLineNumbers="no">
2167 <Instance>
2168 You may only specify a single default type using -t or specify custom validation using -serr and -val.
2169 </Instance>
2170 </Message>
2171 <Message Id="OrphanedComponent" Number="267">
2172 <Instance>
2173 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.
2174 <Parameter Type="System.String" Name="componentName" />
2175 </Instance>
2176 </Message>
2177 <Message Id="IllegalCommandlineArgumentCombination" Number="268" SourceLineNumbers="no">
2178 <Instance>
2179 '-{0}' cannot be specfied in combination with '-{1}'.
2180 <Parameter Type="System.String" Name="arg1" />
2181 <Parameter Type="System.String" Name="arg2" />
2182 </Instance>
2183 </Message>
2184 <Message Id="ProductCodeInvalidForTransform" Number="269">
2185 <Instance>
2186 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.
2187 </Instance>
2188 </Message>
2189 <Message Id="InsertInvalidSequenceActionOrder" Number="270">
2190 <Instance>
2191 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}.
2192 <Parameter Type="System.String" Name="sequenceTableName" />
2193 <Parameter Type="System.String" Name="actionNameBefore" />
2194 <Parameter Type="System.String" Name="actionNameAfter" />
2195 <Parameter Type="System.String" Name="actionNameNew" />
2196 </Instance>
2197 </Message>
2198 <Message Id="InsertSequenceNoSpace" Number="271">
2199 <Instance>
2200 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.
2201 <Parameter Type="System.String" Name="sequenceTableName" />
2202 <Parameter Type="System.String" Name="actionNameBefore" />
2203 <Parameter Type="System.String" Name="actionNameAfter" />
2204 <Parameter Type="System.String" Name="actionNameNew" />
2205 </Instance>
2206 </Message>
2207 <Message Id="MissingManifestForWin32Assembly" Number="272">
2208 <Instance>
2209 File '{0}' is marked as a Win32 assembly but it refers to assembly manifest '{1}' that is not present in this product.
2210 <Parameter Type="System.String" Name="file" />
2211 <Parameter Type="System.String" Name="manifest" />
2212 </Instance>
2213 </Message>
2214 <Message Id="UnableToOpenModule" Number="273">
2215 <Instance>
2216 Unable to open merge module '{0}'. Check to make sure the module language is correct. '{1}'
2217 <Parameter Type="System.String" Name="modulePath" />
2218 <Parameter Type="System.String" Name="message" />
2219 </Instance>
2220 </Message>
2221 <Message Id="ExpectedAttributeWhenElementNotUnderElement" Number="274">
2222 <Instance>
2223 The '{0}/@{1}' attribute was not found; it is required when element '{0}' is not nested under a '{2}' element.
2224 <Parameter Type="System.String" Name="elementName" />
2225 <Parameter Type="System.String" Name="attributeName" />
2226 <Parameter Type="System.String" Name="parentElementName" />
2227 </Instance>
2228 </Message>
2229 <Message Id="IllegalIdentifierLooksLikeFormatted" Number="275">
2230 <Instance>
2231 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.
2232 <Parameter Type="System.String" Name="elementName" />
2233 <Parameter Type="System.String" Name="attributeName" />
2234 <Parameter Type="System.String" Name="value" />
2235 </Instance>
2236 </Message>
2237 <Message Id="IllegalCodepageAttribute" Number="276">
2238 <Instance>
2239 The code page '{0}' is not a valid Windows code page. Please check the {1}/@{2} attribute value in your source file.
2240 <Parameter Type="System.String" Name="codepage" />
2241 <Parameter Type="System.String" Name="elementName" />
2242 <Parameter Type="System.String" Name="attributeName" />
2243 </Instance>
2244 </Message>
2245 <Message Id="IllegalCompressionLevel" Number="277" SourceLineNumbers="no">
2246 <Instance>
2247 The compression level '{0}' is not valid. Valid values are 'none', 'low', 'medium', 'high', and 'mszip'.
2248 <Parameter Type="System.String" Name="compressionLevel" />
2249 </Instance>
2250 </Message>
2251 <Message Id="TransformSchemaMismatch" Number="278" SourceLineNumbers="no">
2252 <Instance>The transform schema does not match the database schema. The transform may have been generated from a different database.</Instance>
2253 </Message>
2254 <Message Id="DatabaseSchemaMismatch" Number="279">
2255 <Instance>
2256 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.
2257 <Parameter Type="System.String" Name="tableName" />
2258 </Instance>
2259 </Message>
2260 <Message Id="ExpectedDirectoryGotFile" Number="280" SourceLineNumbers="no">
2261 <Instance>
2262 The {0} option requires a directory, but the provided path is a file: {1}
2263 <Parameter Type="System.String" Name="option" />
2264 <Parameter Type="System.String" Name="path" />
2265 </Instance>
2266 </Message>
2267 <Message Id="ExpectedFileGotDirectory" Number="281" SourceLineNumbers="no">
2268 <Instance>
2269 The {0} option requires a file, but the provided path is a directory: {1}
2270 <Parameter Type="System.String" Name="option" />
2271 <Parameter Type="System.String" Name="path" />
2272 </Instance>
2273 </Message>
2274 <Message Id="GacAssemblyNoStrongName" Number="282">
2275 <Instance>
2276 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.
2277 <Parameter Type="System.String" Name="assemblyName" />
2278 <Parameter Type="System.String" Name="componentName" />
2279 </Instance>
2280 </Message>
2281 <Message Id="FileWriteError" Number="283" SourceLineNumbers="no">
2282 <Instance>
2283 Error writing to the path: '{0}'. Error message: '{1}'
2284 <Parameter Type="System.String" Name="path" />
2285 <Parameter Type="System.String" Name="error" />
2286 </Instance>
2287 </Message>
2288 <Message Id="InvalidCommandLineFileName" Number="284" SourceLineNumbers="no">
2289 <Instance>
2290 Invalid file name specified on the command line: '{0}'. Error message: '{1}'
2291 <Parameter Type="System.String" Name="fileName" />
2292 <Parameter Type="System.String" Name="error" />
2293 </Instance>
2294 </Message>
2295 <Message Id="ExpectedParentWithAttribute" Number="285">
2296 <Instance>
2297 When the {0}/@{1} attribute is specified, the {0} element must be nested under a {2} element.
2298 <Parameter Type="System.String" Name="parentElement" />
2299 <Parameter Type="System.String" Name="attribute" />
2300 <Parameter Type="System.String" Name="grandparentElement" />
2301 </Instance>
2302 </Message>
2303 <Message Id="IllegalWarningIdAsError" Number="286" SourceLineNumbers="no">
2304 <Instance>
2305 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.
2306 <Parameter Type="System.String" Name="warningId" />
2307 </Instance>
2308 </Message>
2309 <Message Id="ExpectedAttributeOrElement" Number="287">
2310 <Instance>
2311 Element '{0}' missing attribute '{1}' or child element '{2}'. Exactly one of those is required.
2312 <Parameter Type="System.String" Name="parentElement" />
2313 <Parameter Type="System.String" Name="attribute" />
2314 <Parameter Type="System.String" Name="childElement" />
2315 </Instance>
2316 </Message>
2317 <Message Id="DuplicateVariableDefinition" Number="288" SourceLineNumbers="no">
2318 <Instance>
2319 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
2320 <Parameter Type="System.String" Name="variableName" />
2321 <Parameter Type="System.String" Name="variableValue" />
2322 <Parameter Type="System.String" Name="variableCollidingValue" />
2323 </Instance>
2324 </Message>
2325 <Message Id="InvalidVariableDefinition" Number="289" SourceLineNumbers="no">
2326 <Instance>
2327 The variable definition '{0}' is not valid. Variable definitions should be in the form -dname=value where the value is optional.
2328 <Parameter Type="System.String" Name="variableDefinition" />
2329 </Instance>
2330 </Message>
2331 <Message Id="DuplicateCabinetName" Number="290">
2332 <Instance>
2333 Duplicate cabinet name '{0}' found.
2334 <Parameter Type="System.String" Name="cabinetName" />
2335 </Instance>
2336 </Message>
2337 <Message Id="DuplicateCabinetName2" Number="291">
2338 <Instance>
2339 Duplicate cabinet name '{0}' error related to previous error.
2340 <Parameter Type="System.String" Name="cabinetName" />
2341 </Instance>
2342 </Message>
2343 <Message Id="InvalidAddedFileRowWithoutSequence" Number="292">
2344 <Instance>
2345 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.
2346 <Parameter Type="System.String" Name="fileRowId" />
2347 </Instance>
2348 </Message>
2349 <Message Id="DuplicateFileId" Number="293" SourceLineNumbers="no">
2350 <Instance>
2351 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.
2352 <Parameter Type="System.String" Name="fileId" />
2353 </Instance>
2354 </Message>
2355 <Message Id="FullTempDirectory" Number="294" SourceLineNumbers="no">
2356 <Instance>
2357 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.
2358 <Parameter Type="System.String" Name="prefix" />
2359 <Parameter Type="System.String" Name="directory" />
2360 </Instance>
2361 </Message>
2362 <Message Id="CreateCabAddFileFailed" Number="296" SourceLineNumbers="no">
2363 <Instance>
2364 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.
2365 </Instance>
2366 </Message>
2367 <Message Id="CreateCabInsufficientDiskSpace" Number="297" SourceLineNumbers="no">
2368 <Instance>
2369 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.
2370 </Instance>
2371 </Message>
2372 <Message Id="UnresolvedBindReference" Number="298" SourceLineNumbers="yes">
2373 <Instance>
2374 Unresolved bind-time variable {0}.
2375 <Parameter Type="System.String" Name="BindRef" />
2376 </Instance>
2377 </Message>
2378 <Message Id="GACAssemblyIdentityWarning" Number="299" SourceLineNumbers="yes">
2379 <Instance>
2380 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.
2381 <Parameter Type="System.String" Name="fileName" />
2382 <Parameter Type="System.String" Name="assemblyName" />
2383 </Instance>
2384 </Message>
2385 <Message Id="IllegalCharactersInPath" Number="300" SourceLineNumbers="no">
2386 <Instance>
2387 Illegal characters in path '{0}'. Ensure you provided a valid path to the file.
2388 <Parameter Type="System.String" Name="pathName" />
2389 </Instance>
2390 </Message>
2391 <Message Id="ValidationFailedToOpenDatabase" Number="301" SourceLineNumbers="no">
2392 <Instance>
2393 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.
2394 </Instance>
2395 </Message>
2396 <Message Id="MustSpecifyOutputWithMoreThanOneInput" Number="302" SourceLineNumbers="no">
2397 <Instance>
2398 You must specify an output file using the "-o" or "-out" switch when you provide more than one input file.
2399 </Instance>
2400 </Message>
2401 <Message Id="IllegalSearchIdForParentDepth" Number="303">
2402 <Instance>
2403 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.
2404 <Parameter Type="System.String" Name="id" />
2405 <Parameter Type="System.String" Name="parentId" />
2406 </Instance>
2407 </Message>
2408 <Message Id="IdentifierTooLongError" Number="304">
2409 <Instance>
2410 The {0}/@{1} attribute's value, '{2}', is too long. {0}/@{1} attribute's must be {3} characters long or less.
2411 <Parameter Type="System.String" Name="elementName" />
2412 <Parameter Type="System.String" Name="attributeName" />
2413 <Parameter Type="System.String" Name="value" />
2414 <Parameter Type="System.Int32" Name="maxLength" />
2415 </Instance>
2416 </Message>
2417 <Message Id="InvalidRemoveComponent" Number="305">
2418 <Instance>
2419 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.
2420 <Parameter Type="System.String" Name="component" />
2421 <Parameter Type="System.String" Name="feature" />
2422 <Parameter Type="System.String" Name="transformPath" />
2423 </Instance>
2424 </Message>
2425 <Message Id="FinishCabFailed" Number="306" SourceLineNumbers="no">
2426 <Instance>
2427 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.
2428 </Instance>
2429 </Message>
2430 <Message Id="InvalidExtensionType" Number="307" SourceLineNumbers="no">
2431 <Instance>
2432 Either '{1}' was not defined in the assembly or the type defined in extension '{0}' could not be loaded.
2433 <Parameter Type="System.String" Name="extension" />
2434 <Parameter Type="System.String" Name="attributeType" />
2435 </Instance>
2436 <Instance>
2437 The extension type '{1}' in extension '{0}' does not inherit from the expected class '{2}'.
2438 <Parameter Type="System.String" Name="extension" />
2439 <Parameter Type="System.String" Name="className" />
2440 <Parameter Type="System.String" Name="expectedType" />
2441 </Instance>
2442 <Instance>
2443 The type '{1}' in extension '{0}' could not be loaded. Exception type '{2}' returned the following message: {3}
2444 <Parameter Type="System.String" Name="extension" />
2445 <Parameter Type="System.String" Name="className" />
2446 <Parameter Type="System.String" Name="exceptionType" />
2447 <Parameter Type="System.String" Name="exceptionMessage"/>
2448 </Instance>
2449 </Message>
2450 <Message Id="ValidationFailedDueToMultilanguageMergeModule" Number="309" SourceLineNumbers="no">
2451 <Instance>
2452 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.
2453 </Instance>
2454 </Message>
2455 <Message Id="ValidationFailedDueToInvalidPackage" Number="310" SourceLineNumbers="no">
2456 <Instance>
2457 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.
2458 </Instance>
2459 </Message>
2460 <Message Id="InvalidStringForCodepage" Number="311">
2461 <Instance>
2462 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.
2463 <Parameter Type="System.String" Name="codepage" />
2464 </Instance>
2465 </Message>
2466 <Message Id="InvalidEmbeddedUIFileName" Number="312">
2467 <Instance>
2468 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.
2469 <Parameter Type="System.String" Name="codepage" />
2470 </Instance>
2471 </Message>
2472 <Message Id="UniqueFileSearchIdRequired" Number="313">
2473 <Instance>
2474 The DirectorySearch element '{0}' requires that the child {1} element has a unique Id when the DirectorySearch/@AssignToProperty attribute is set to 'yes'.
2475 <Parameter Type="System.String" Name="id" />
2476 <Parameter Type="System.String" Name="elementName" />
2477 </Instance>
2478 </Message>
2479 <Message Id="IllegalAttributeValueWhenNested" Number="314">
2480 <Instance>
2481 The {0}/@{1} attribute value, '{2}', cannot be specified when the {0} element is nested underneath a {3} element.
2482 <Parameter Type="System.String" Name="elementName" />
2483 <Parameter Type="System.String" Name="attributeName" />
2484 <Parameter Type="System.String" Name="attrivuteValue" />
2485 <Parameter Type="System.String" Name="parentElementName" />
2486 </Instance>
2487 </Message>
2488 <Message Id="AdminImageRequired" Number="315" SourceLineNumbers="no">
2489 <Instance>
2490 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.
2491 <Parameter Type="System.String" Name="productCode" />
2492 </Instance>
2493 </Message>
2494 <Message Id="SamePatchBaselineId" Number="316">
2495 <Instance>
2496 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.
2497 <Parameter Type="System.String" Name="id" />
2498 </Instance>
2499 </Message>
2500 <Message Id="SameFileIdDifferentSource" Number="317">
2501 <Instance>
2502 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.
2503 <Parameter Type="System.String" Name="fileId" />
2504 <Parameter Type="System.String" Name="sourcePath1" />
2505 <Parameter Type="System.String" Name="sourcePath2" />
2506 </Instance>
2507 </Message>
2508 <Message Id="HarvestSourceNotSpecified" Number="318" SourceLineNumbers="no">
2509 <Instance>
2510 A harvest source must be specified after the harvest type and can be followed by harvester arguments.
2511 </Instance>
2512 </Message>
2513 <Message Id="OutputTargetNotSpecified" Number="319" SourceLineNumbers="no">
2514 <Instance>
2515 The '-out' or '-o' parameter must specify a file path.
2516 </Instance>
2517 </Message>
2518 <Message Id="DuplicateCommandLineOptionInExtension" Number="320" SourceLineNumbers="no">
2519 <Instance>
2520 The command line option '{0}' has already been loaded by another Heat extension.
2521 <Parameter Type="System.String" Name="switch" />
2522 </Instance>
2523 </Message>
2524 <Message Id="HarvestTypeNotFound" Number="321" SourceLineNumbers="no">
2525 <Instance>
2526 The harvest type was not found in the list of loaded Heat extensions.
2527 </Instance>
2528 <Instance>
2529 The harvest type '{0}' was specified. Harvest types cannot start with a '-'. Remove the '-' to specify a valid harvest type.
2530 <Parameter Type="System.String" Name="harvestType" />
2531 </Instance>
2532 </Message>
2533 <Message Id="BothUpgradeCodesRequired" Number="322" SourceLineNumbers="no">
2534 <Instance>
2535 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.
2536 </Instance>
2537 </Message>
2538 <Message Id="IllegalBinderClassName" Number="323" SourceLineNumbers="no">
2539 <Instance>
2540 Illegal binder class name specified for -binder command line option.
2541 </Instance>
2542 </Message>
2543 <Message Id="SpecifiedBinderNotFound" Number="324" SourceLineNumbers="no">
2544 <Instance>
2545 The specified binder class '{0}' was not found in any extensions.
2546 <Parameter Type="System.String" Name="binderClass" />
2547 </Instance>
2548 </Message>
2549 <Message Id="CannotLoadBinderFileManager" Number="325" SourceLineNumbers="no">
2550 <Instance>
2551 Cannot load binder file manager: {0}. Light can only load one binder file manager and has already loaded binder file manager: {1}.
2552 <Parameter Type="System.String" Name="binderFileManager" />
2553 <Parameter Type="System.String" Name="currentBinderFileManager" />
2554 </Instance>
2555 </Message>
2556 <Message Id="CannotLoadLinkerExtension" Number="326" SourceLineNumbers="no">
2557 <Instance>
2558 Cannot load linker extension: {0}. Light can only load one link extension and has already loaded link extension: {1}.
2559 <Parameter Type="System.String" Name="linkerExtension" />
2560 <Parameter Type="System.String" Name="currentLinkerExtension" />
2561 </Instance>
2562 </Message>
2563 <Message Id="UnableToGetAuthenticodeCertOfFile" Number="327" SourceLineNumbers="no">
2564 <Instance>
2565 Unable to get the authenticode certificate of '{0}'. More information: {1}
2566 <Parameter Type="System.String" Name="filePath" />
2567 <Parameter Type="System.String" Name="moreInformation" />
2568 </Instance>
2569 </Message>
2570 <Message Id="UnableToGetAuthenticodeCertOfFileDownlevelOS" Number="328" SourceLineNumbers="no">
2571 <Instance>
2572 Unable to get the authenticode certificate of '{0}'. The cryptography API has limitations on Windows XP and Windows Server 2003. More information: {1}
2573 <Parameter Type="System.String" Name="filePath" />
2574 <Parameter Type="System.String" Name="moreInformation" />
2575 </Instance>
2576 </Message>
2577 <Message Id="ReadOnlyOutputFile" Number="329" SourceLineNumbers="no">
2578 <Instance>
2579 Unable to output to file '{0}' because it is marked as read-only.
2580 <Parameter Type="System.String" Name="filePath" />
2581 </Instance>
2582 </Message>
2583 <Message Id="CannotDefaultComponentId" Number="330">
2584 <Instance>
2585 The Component/@Id attribute was not found; it is required when there is no valid keypath to use as the default id value.
2586 </Instance>
2587 </Message>
2588 <Message Id="ParentElementAttributeRequired" Number="331">
2589 <Instance>
2590 The parent {0} element is missing the {1} attribute that is required for the {2} child element.
2591 <Parameter Type="System.String" Name="parentElement" />
2592 <Parameter Type="System.String" Name="parentAttribute" />
2593 <Parameter Type="System.String" Name="childElement" />
2594 </Instance>
2595 </Message>
2596 <Message Id="PreprocessorExtensionPragmaFailed" Number="333">
2597 <Instance>
2598 Exception thrown while processing pragma '{0}'. The exception's message is: {1}
2599 <Parameter Type="System.String" Name="pragma" />
2600 <Parameter Type="System.String" Name="message" />
2601 </Instance>
2602 </Message>
2603 <Message Id="InvalidPreprocessorPragma" Number="334">
2604 <Instance>
2605 Malformed preprocessor pragma '{0}'. Pragmas must have a prefix, a name of at least 1 character long, and be followed by optional arguments.
2606 <Parameter Type="System.String" Name="variable" />
2607 </Instance>
2608 </Message>
2609 <Message Id="SmokeUnknownFileExtension" Number="335" SourceLineNumbers="no">
2610 <Instance>
2611 Unknown input file format - expected a .msi or .msm file.
2612 </Instance>
2613 </Message>
2614 <Message Id="SmokeUnsupportedFileExtension" Number="336" SourceLineNumbers="no">
2615 <Instance>
2616 Files with an extension of .msp are not currently supported.
2617 </Instance>
2618 </Message>
2619 <Message Id="SmokeMalformedPath" Number="337" SourceLineNumbers="no">
2620 <Instance>
2621 Path contains one or more invalid characters.
2622 </Instance>
2623 </Message>
2624 <Message Id="InvalidStubExe" Number="338" SourceLineNumbers="no">
2625 <Instance>
2626 Stub executable '{0}' is not a valid Win32 executable.
2627 <Parameter Type="System.String" Name="filename" />
2628 </Instance>
2629 </Message>
2630 <Message Id="StubMissingWixburnSection" Number="339" SourceLineNumbers="no">
2631 <Instance>
2632 Stub executable '{0}' does not contain a .wixburn data section.
2633 <Parameter Type="System.String" Name="filename" />
2634 </Instance>
2635 </Message>
2636 <Message Id="StubWixburnSectionTooSmall" Number="340" SourceLineNumbers="no">
2637 <Instance>
2638 Stub executable '{0}' .wixburn data section is too small to store the Burn container header.
2639 <Parameter Type="System.String" Name="filename" />
2640 </Instance>
2641 </Message>
2642 <Message Id="MissingBundleInformation" Number="341" SourceLineNumbers="no">
2643 <Instance>
2644 The Bundle is missing '{0}' data, and cannot continue.
2645 <Parameter Type="System.String" Name="data" />
2646 </Instance>
2647 </Message>
2648 <Message Id="UnexpectedGroupChild" Number="342" SourceLineNumbers="no">
2649 <Instance>
2650 A group parent ('{0}'/'{1}') had an unexpected child ('{2}'/'{3}').
2651 <Parameter Type="System.String" Name="parentType" />
2652 <Parameter Type="System.String" Name="parentId" />
2653 <Parameter Type="System.String" Name="childType" />
2654 <Parameter Type="System.String" Name="childId" />
2655 </Instance>
2656 </Message>
2657 <Message Id="OrderingReferenceLoopDetected" Number="343">
2658 <Instance>
2659 A circular reference of ordering dependencies was detected. The infinite loop includes: {0}. Ordering dependency references must form a directed acyclic graph.
2660 <Parameter Type="System.String" Name="loopList" />
2661 </Instance>
2662 </Message>
2663 <Message Id="IdentifierNotFound" Number="344" SourceLineNumbers="no">
2664 <Instance>
2665 An expected identifier ('{1}', of type '{0}') was not found.
2666 <Parameter Type="System.String" Name="type" />
2667 <Parameter Type="System.String" Name="identifier" />
2668 </Instance>
2669 </Message>
2670 <Message Id="MergePlatformMismatch" Number="345">
2671 <Instance>
2672 '{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.
2673 <Parameter Type="System.String" Name="mergeModuleFile" />
2674 </Instance>
2675 </Message>
2676 <Message Id="IllegalRelativeLongFilename" Number="346">
2677 <Instance>
2678 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; : / * ".
2679 <Parameter Type="System.String" Name="elementName" />
2680 <Parameter Type="System.String" Name="attributeName" />
2681 <Parameter Type="System.String" Name="value" />
2682 </Instance>
2683 </Message>
2684 <Message Id="IllegalAttributeValueWithLegalList" Number="347">
2685 <Instance>
2686 The {0}/@{1} attribute's value, '{2}', is not one of the legal options: {3}.
2687 <Parameter Type="System.String" Name="elementName" />
2688 <Parameter Type="System.String" Name="attributeName" />
2689 <Parameter Type="System.String" Name="value" />
2690 <Parameter Type="System.String" Name="legalValueList" />
2691 </Instance>
2692 </Message>
2693 <Message Id="IllegalAttributeValueWithIllegalList" Number="348">
2694 <Instance>
2695 The {0}/@{1} attribute's value, '{2}', is one of the illegal options: {3}.
2696 <Parameter Type="System.String" Name="elementName" />
2697 <Parameter Type="System.String" Name="attributeName" />
2698 <Parameter Type="System.String" Name="value" />
2699 <Parameter Type="System.String" Name="illegalValueList" />
2700 </Instance>
2701 </Message>
2702
2703 <Message Id="InvalidSummaryInfoCodePage" Number="349">
2704 <Instance>
2705 The code page '{0}' is invalid for summary information. You must specify an ANSI code page.
2706 <Parameter Type="System.Int32" Name="codePage" />
2707 </Instance>
2708 </Message>
2709 <Message Id="ValidationFailedDueToLowMsiEngine" Number="350" SourceLineNumbers="no">
2710 <Instance>
2711 The package being validated requires a higher version of Windows Installer than is installed on this machine. Validation cannot continue.
2712 </Instance>
2713 </Message>
2714 <Message Id="DuplicateSourcesForOutput" Number="351" SourceLineNumbers="no">
2715 <Instance>
2716 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.
2717 <Parameter Type="System.String" Name="sourceList" />
2718 <Parameter Type="System.String" Name="outputFile" />
2719 </Instance>
2720 </Message>
2721 <Message Id="UnableToReadPackageInformation" Number="352">
2722 <Instance>
2723 Unable to read package '{0}'. {1}
2724 <Parameter Type="System.String" Name="packagePath" />
2725 <Parameter Type="System.String" Name="detailedErrorMessage" />
2726 </Instance>
2727 </Message>
2728 <Message Id="MultipleFilesMatchedWithOutputSpecification" Number="353" SourceLineNumbers="no">
2729 <Instance>
2730 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.
2731 <Parameter Type="System.String" Name="sourceSpecification" />
2732 <Parameter Type="System.String" Name="sourceList" />
2733 </Instance>
2734 </Message>
2735 <Message Id="InvalidBundle" Number="354" SourceLineNumbers="no">
2736 <Instance>
2737 Unable to read bundle executable '{0}'. This is not a valid WiX bundle.
2738 <Parameter Type="System.String" Name="bundleExecutable" />
2739 </Instance>
2740 </Message>
2741 <Message Id="BundleTooNew" Number="355" SourceLineNumbers="no">
2742 <Instance>
2743 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.
2744 <Parameter Type="System.String" Name="bundleExecutable" />
2745 <!-- we use a 64-bit field here because the field is really a 32-bit UInt,
2746 but UInt gives a non-CLS-compliant warning.
2747 So 64-bit makes sure we don't drop the last bit -->
2748 <Parameter Type="System.Int64" Name="bundleVersion" />
2749 </Instance>
2750 </Message>
2751 <Message Id="WrongFileExtensionForNumberOfInputs" Number="356" SourceLineNumbers="no">
2752 <Instance>
2753 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.
2754 <Parameter Type="System.String" Name="inputExtension" />
2755 <Parameter Type="System.String" Name="input" />
2756 </Instance>
2757 </Message>
2758 <Message Id="MediaTableCollision" Number="357">
2759 <Instance>
2760 Only one of Media and MediaTemplate tables should be authored.
2761 </Instance>
2762 </Message>
2763 <Message Id="InvalidCabinetTemplate" Number="358">
2764 <Instance>
2765 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).
2766 <Parameter Type="System.String" Name="cabinetTemplate" />
2767 </Instance>
2768 </Message>
2769 <Message Id="MaximumUncompressedMediaSizeTooLarge" Number="359">
2770 <Instance>
2771 '{0}' is too large. Reduce the size of maximum uncompressed media size.
2772 <Parameter Type="System.Int32" Name="maximumUncompressedMediaSize" />
2773 </Instance>
2774 </Message>
2775 <Message Id="CatalogVerificationFailed" Number="360" SourceLineNumbers="no">
2776 <Instance>
2777 File '{0}' could not be verified with a catalog file.
2778 <Parameter Type="System.String" Name="fileName" />
2779 </Instance>
2780 </Message>
2781 <Message Id="CatalogFileHashFailed" Number="361" SourceLineNumbers="no">
2782 <Instance>
2783 Could not get hash of file '{0}'. Error: {2}.
2784 <Parameter Type="System.String" Name="fileName" />
2785 <Parameter Type="System.Int32" Name="errorCode" />
2786 </Instance>
2787 </Message>
2788 <Message Id="ReservedNamespaceViolation" Number="362">
2789 <Instance>
2790 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.
2791 <Parameter Type="System.String" Name="element" />
2792 <Parameter Type="System.String" Name="attribute" />
2793 <Parameter Type="System.String" Name="prefix" />
2794 </Instance>
2795 </Message>
2796 <Message Id="PerUserButAllUsersEquals1" Number="363">
2797 <Instance>
2798 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.
2799 <Parameter Type="System.String" Name="path" />
2800 </Instance>
2801 </Message>
2802 <Message Id="UnsupportedAllUsersValue" Number="364">
2803 <Instance>
2804 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.
2805 <Parameter Type="System.String" Name="path" />
2806 <Parameter Type="System.String" Name="value" />
2807 </Instance>
2808 </Message>
2809 <Message Id="DisallowedMsiProperty" Number="365">
2810 <Instance>
2811 The '{0}' MsiProperty is controlled by the bootstrapper and cannot be authored. (Illegal properties are: {1}.) Remove the MsiProperty element.
2812 <Parameter Type="System.String" Name="property" />
2813 <Parameter Type="System.String" Name="illegalValueList" />
2814 </Instance>
2815 </Message>
2816 <Message Id="MissingOrInvalidModuleInstallerVersion" Number="366">
2817 <Instance>
2818 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.
2819 <Parameter Type="System.String" Name="moduleId" />
2820 <Parameter Type="System.String" Name="mergeModuleFile" />
2821 <Parameter Type="System.String" Name="productInstallerVersion" />
2822 </Instance>
2823 </Message>
2824 <Message Id="IllegalGeneratedGuidComponentUnversionedKeypath" Number="367">
2825 <Instance>
2826 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.
2827 </Instance>
2828 </Message>
2829 <Message Id="IllegalGeneratedGuidComponentVersionedNonkeypath" Number="368">
2830 <Instance>
2831 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.
2832 </Instance>
2833 </Message>
2834 <Message Id="DuplicateComponentGuids" Number="369">
2835 <Instance>
2836 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.
2837 <Parameter Type="System.String" Name="componentId" />
2838 <Parameter Type="System.String" Name="guid" />
2839 </Instance>
2840 </Message>
2841 <Message Id="DuplicateProviderDependencyKey" Number="370" SourceLineNumbers="no">
2842 <Instance>
2843 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.
2844 <Parameter Type="System.String" Name="providerKey" />
2845 <Parameter Type="System.String" Name="packageId" />
2846 </Instance>
2847 </Message>
2848 <Message Id="MissingDependencyVersion" Number="371" SourceLineNumbers="no">
2849 <Instance>
2850 The provider dependency version was not authored for the package with Id '{0}'. Please author the Provides/@Version attribute for this package.
2851 <Parameter Type="System.String" Name="packageId" />
2852 </Instance>
2853 </Message>
2854
2855 <Message Id="UnexpectedElementWithAttribute" Number="372">
2856 <Instance>
2857 The {0} element cannot have a child element '{1}' when attribute '{2}' is set.
2858 <Parameter Type="System.String" Name="elementName" />
2859 <Parameter Type="System.String" Name="childElementName" />
2860 <Parameter Type="System.String" Name="attribute" />
2861 </Instance>
2862 </Message>
2863 <Message Id="ExpectedAttributeWithElement" Number="373">
2864 <Instance>
2865 The {0} element must have attribute '{1}' when child element '{2}' is present.
2866 <Parameter Type="System.String" Name="elementName" />
2867 <Parameter Type="System.String" Name="attribute" />
2868 <Parameter Type="System.String" Name="childElementName" />
2869 </Instance>
2870 </Message>
2871 <Message Id="DuplicatedUiLocalization" Number="374">
2872 <Instance>
2873 The localization for control {0} in dialog {1} is duplicated. Only one localization per control is allowed.
2874 <Parameter Type="System.String" Name="controlName" />
2875 <Parameter Type="System.String" Name="dialogName" />
2876 </Instance>
2877 <Instance>
2878 The localization for dialog {0} is duplicated. Only one localization per dialog is allowed.
2879 <Parameter Type="System.String" Name="dialogName" />
2880 </Instance>
2881 </Message>
2882 <Message Id="MaximumCabinetSizeForLargeFileSplittingTooLarge" Number="375">
2883 <Instance>
2884 '{0}' is too large. Reduce the size of maximum cabinet size for large file splitting. The maximum permitted value is '{1}' MB.
2885 <Parameter Type="System.Int32" Name="maximumCabinetSizeForLargeFileSplitting" />
2886 <Parameter Type="System.Int32" Name="maxValueOfMaxCabSizeForLargeFileSplitting" />
2887 </Instance>
2888 </Message>
2889 <Message Id="SplitCabinetCopyRegistrationFailed" Number="376" SourceLineNumbers="no">
2890 <Instance>
2891 Failed to register the copy command for cabinet '{0}' formed by splitting cabinet '{1}'.
2892 <Parameter Type="System.String" Name="newCabName" />
2893 <Parameter Type="System.String" Name="firstCabName" />
2894 </Instance>
2895 </Message>
2896 <Message Id="SplitCabinetNameCollision" Number="377" SourceLineNumbers="no">
2897 <Instance>
2898 The cabinet name '{0}' collides with the new cabinet formed by splitting cabinet '{1}', consider renaming cabinet '{0}'.
2899 <Parameter Type="System.String" Name="newCabName" />
2900 <Parameter Type="System.String" Name="firstCabName" />
2901 </Instance>
2902 </Message>
2903 <Message Id="SplitCabinetInsertionFailed" Number="378" SourceLineNumbers="no">
2904 <Instance>
2905 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.
2906 <Parameter Type="System.String" Name="newCabName" />
2907 <Parameter Type="System.String" Name="firstCabName" />
2908 <Parameter Type="System.String" Name="lastCabinetOfThisSequence" />
2909 </Instance>
2910 </Message>
2911 <Message Id="InvalidPreprocessorFunctionAutoVersion" Number="379">
2912 <Instance>
2913 Invalid AutoVersion template specified.
2914 </Instance>
2915 </Message>
2916 <Message Id="InvalidModuleOrBundleVersion" Number="380">
2917 <Instance>
2918 Invalid {0}/@Version '{1}'. {0} version has a max value of "65535.65535.65535.65535" and must be all numeric.
2919 <Parameter Type="System.String" Name="moduleOrBundle" />
2920 <Parameter Type="System.String" Name="version" />
2921 </Instance>
2922 </Message>
2923 <Message Id="UnsupportedPlatformForElement" Number="381">
2924 <Instance>
2925 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.
2926 <Parameter Type="System.String" Name="platform" />
2927 <Parameter Type="System.String" Name="elementName" />
2928 </Instance>
2929 </Message>
2930 <Message Id="MissingMedia" Number="382">
2931 <Instance>
2932 There is no media defined for disk id '{0}'. You must author either &lt;Media Id='{0}' ...&gt; or &lt;MediaTemplate ...&gt;.
2933 <Parameter Type="System.Int32" Name="diskId" />
2934 </Instance>
2935 </Message>
2936 <Message Id="RemotePayloadUnsupported" Number="383">
2937 <Instance>
2938 The RemotePayload element can only be used for ExePackage and MsuPackage payloads.
2939 </Instance>
2940 </Message>
2941 <Message Id="IllegalYesNoAlwaysValue" Number="384">
2942 <Instance>
2943 The {0}/@{1} attribute's value, '{2}', is not a legal yes/no/always value. The only legal values are 'always', 'no' or 'yes'.
2944 <Parameter Type="System.String" Name="elementName" />
2945 <Parameter Type="System.String" Name="attributeName" />
2946 <Parameter Type="System.String" Name="value" />
2947 </Instance>
2948 </Message>
2949 <Message Id="TooDeeplyIncluded" Number="385">
2950 <Instance>
2951 Include files cannot be nested more deeply than {0} times. Make sure included files don't accidentally include themselves.
2952 <Parameter Type="System.Int32" Name="depth" />
2953 </Instance>
2954 </Message>
2955 <Message Id="InlineDirectorySyntaxRequiresPath" Number="387">
2956 <Instance>
2957 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.
2958 <Parameter Type="System.String" Name="elementName" />
2959 <Parameter Type="System.String" Name="attributeName" />
2960 <Parameter Type="System.String" Name="value" />
2961 <Parameter Type="System.String" Name="identifier" />
2962 </Instance>
2963 </Message>
2964 <Message Id="InsecureBundleFilename" Number="388" SourceLineNumbers="no">
2965 <Instance>
2966 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.
2967 <Parameter Type="System.String" Name="filename" />
2968 </Instance>
2969 </Message>
2970 <Message Id="PayloadMustBeRelativeToCache" Number="389">
2971 <Instance>
2972 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 '..'.
2973 <Parameter Type="System.String" Name="elementName" />
2974 <Parameter Type="System.String" Name="attributeName" />
2975 <Parameter Type="System.String" Name="attributeValue" />
2976 </Instance>
2977 </Message>
2978 <Message Id="MsiTransactionX86BeforeX64" Number="390">
2979 <Instance>
2980 MSI transactions must install all x64 packages before any x86 package.
2981 </Instance>
2982 </Message>
2983 </Class>
2984
2985 <Class Name="WixWarnings" ContainerName="WixWarningEventArgs" BaseContainerName="MessageEventArgs" Level="Warning">
2986 <Message Id="IdentifierCannotBeModularized" Number="1000">
2987 <Instance>
2988 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).
2989 <Parameter Type="System.String" Name="elementName" />
2990 <Parameter Type="System.String" Name="attributeName" />
2991 <Parameter Type="System.String" Name="identifier" />
2992 <Parameter Type="System.Int32" Name="length" />
2993 <Parameter Type="System.Int32" Name="maximumLength" />
2994 </Instance>
2995 </Message>
2996 <Message Id="EmptyAttributeValue" Number="1001">
2997 <Instance>
2998 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.
2999 <Parameter Type="System.String" Name="elementName" />
3000 <Parameter Type="System.String" Name="attributeName" />
3001 </Instance>
3002 </Message>
3003 <Message Id="UnableToFindFileFromCabOrImage" Number="1002">
3004 <Instance>
3005 Unable to find existing file {0} to place in src location {1}. Will likely cause a linker break.
3006 <Parameter Type="System.String" Name="existingFileSpec" />
3007 <Parameter Type="System.String" Name="srcFileSpec" />
3008 </Instance>
3009 </Message>
3010 <Message Id="CopyFileFileIdUseless" Number="1003">
3011 <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>
3012 </Message>
3013 <Message Id="NestedInstall" Number="1004">
3014 <Instance>
3015 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.
3016 <Parameter Type="System.String" Name="tableName" />
3017 <Parameter Type="System.String" Name="columnName" />
3018 <Parameter Type="System.Object" Name="value" />
3019 </Instance>
3020 </Message>
3021 <Message Id="OrphanedProgId" Number="1005">
3022 <Instance>
3023 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).
3024 <Parameter Type="System.String" Name="progId" />
3025 </Instance>
3026 </Message>
3027 <Message Id="PropertyUseless" Number="1006">
3028 <Instance>
3029 Property '{0}' does not contain a Value attribute and is not marked as Admin, Secure, or Hidden. The Property element is being ignored.
3030 <Parameter Type="System.String" Name="id" />
3031 </Instance>
3032 </Message>
3033 <Message Id="RemoveFileNameRequired" Number="1007">
3034 <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>
3035 </Message>
3036 <Message Id="SuppressAction" Number="1008">
3037 <Instance>
3038 The action '{0}' in the {1} table is being suppressed.
3039 <Parameter Type="System.String" Name="action" />
3040 <Parameter Type="System.String" Name="sequenceName" />
3041 </Instance>
3042 </Message>
3043 <Message Id="SuppressMergedAction" Number="1009" SourceLineNumbers="no">
3044 <Instance>
3045 The merged action '{0}' in the {1} table is being suppressed.
3046 <Parameter Type="System.String" Name="action" />
3047 <Parameter Type="System.String" Name="sequenceName" />
3048 </Instance>
3049 </Message>
3050 <Message Id="TargetDirCorrectedDefaultDir" Number="1010" SourceLineNumbers="no">
3051 <Instance>
3052 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.
3053 </Instance>
3054 </Message>
3055 <Message Id="AccessDeniedForDeletion" Number="1011">
3056 <Instance>
3057 Access denied; cannot delete '{0}'.
3058 <Parameter Type="System.String" Name="tempFilesBasePath" />
3059 </Instance>
3060 </Message>
3061 <Message Id="DirectoryInUse" Number="1012">
3062 <Instance>
3063 The directory '{0}' is in use and cannot be deleted.
3064 <Parameter Type="System.String" Name="filePath" />
3065 </Instance>
3066 </Message>
3067 <Message Id="AccessDeniedForSettingAttributes" Number="1013">
3068 <Instance>
3069 Access denied; cannot set attributes on '{0}'.
3070 <Parameter Type="System.String" Name="filePath" />
3071 </Instance>
3072 </Message>
3073 <Message Id="UnknownAction" Number="1024">
3074 <Instance>
3075 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.
3076 <Parameter Type="System.String" Name="sequenceTableName" />
3077 <Parameter Type="System.String" Name="actionName" />
3078 </Instance>
3079 </Message>
3080 <Message Id="IdentifierTooLong" Number="1026">
3081 <Instance>
3082 The {0}/@{1} attribute's value, '{2}', is too long for an identifier. Standard identifiers are 72 characters long or less.
3083 <Parameter Type="System.String" Name="elementName" />
3084 <Parameter Type="System.String" Name="attributeName" />
3085 <Parameter Type="System.String" Name="value" />
3086 </Instance>
3087 </Message>
3088 <Message Id="UnknownPermission" Number="1030">
3089 <Instance>
3090 The {0} table contains a row with primary key '{1}' which has an unknown permission at bit {2}.
3091 <Parameter Type="System.String" Name="tableName" />
3092 <Parameter Type="System.String" Name="primaryKey" />
3093 <Parameter Type="System.Int32" Name="bitPosition" />
3094 </Instance>
3095 </Message>
3096 <Message Id="DirectoryRedundantNames" Number="1031">
3097 <Instance>
3098 The {0} element's {1} and {2} values are both '{3}'. This is redundant; the {2} attribute should be removed.
3099 <Parameter Type="System.String" Name="elementName" />
3100 <Parameter Type="System.String" Name="shortNameAttributeName" />
3101 <Parameter Type="System.String" Name="longNameAttributeName" />
3102 <Parameter Type="System.String" Name="attributeValue" />
3103 </Instance>
3104 <Instance>
3105 The {0} element's source and destination names are identical. This is redundant; the {1} and {2} attributes should be removed if present.
3106 <Parameter Type="System.String" Name="elementName" />
3107 <Parameter Type="System.String" Name="sourceNameAttributeName" />
3108 <Parameter Type="System.String" Name="longSourceAttributeName" />
3109 </Instance>
3110 </Message>
3111 <Message Id="UnableToResetAcls" Number="1032" SourceLineNumbers="no">
3112 <Instance>Unable to reset acls on destination files.</Instance>
3113 </Message>
3114 <Message Id="MediaExternalCabinetFilenameIllegal" Number="1033">
3115 <Instance>
3116 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).
3117 <Parameter Type="System.String" Name="elementName" />
3118 <Parameter Type="System.String" Name="attributeName" />
3119 <Parameter Type="System.String" Name="value" />
3120 </Instance>
3121 </Message>
3122 <Message Id="DeprecatedPreProcVariable" Number="1034">
3123 <Instance>
3124 The built-in preprocessor variable '{0}' is deprecated. Please correct your authoring to use the new '{1}' preprocessor variable instead.
3125 <Parameter Type="System.String" Name="oldName" />
3126 <Parameter Type="System.String" Name="newName" />
3127 </Instance>
3128 </Message>
3129 <Message Id="FileSearchFileNameIssue" Number="1043">
3130 <Instance>
3131 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.
3132 <Parameter Type="System.String" Name="elementName" />
3133 <Parameter Type="System.String" Name="attributeName1" />
3134 <Parameter Type="System.String" Name="attributeName2" />
3135 </Instance>
3136 </Message>
3137 <Message Id="AmbiguousFileOrDirectoryName" Number="1044">
3138 <Instance>
3139 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').
3140 <Parameter Type="System.String" Name="elementName" />
3141 <Parameter Type="System.String" Name="attributeName" />
3142 <Parameter Type="System.String" Name="value" />
3143 </Instance>
3144 </Message>
3145 <Message Id="PossiblyIncorrectTypelibVersion" Number="1048">
3146 <Instance>
3147 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.
3148 <Parameter Type="System.String" Name="id" />
3149 </Instance>
3150 </Message>
3151 <Message Id="ImplicitComponentPrimaryFeature" Number="1049" SourceLineNumbers="no">
3152 <Instance>
3153 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.
3154 <Parameter Type="System.String" Name="componentId" />
3155 </Instance>
3156 </Message>
3157 <Message Id="ActionSequenceCollision" Number="1050">
3158 <Instance>
3159 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.
3160 <Parameter Type="System.String" Name="sequenceTableName" />
3161 <Parameter Type="System.String" Name="actionName1" />
3162 <Parameter Type="System.String" Name="actionName2" />
3163 <Parameter Type="System.Int32" Name="sequenceNumber" />
3164 </Instance>
3165 </Message>
3166 <Message Id="ActionSequenceCollision2" Number="1051">
3167 <Instance>The location of the action related to previous warning.</Instance>
3168 </Message>
3169 <Message Id="SuppressAction2" Number="1052">
3170 <Instance>The location of the suppressed action related to previous warning.</Instance>
3171 </Message>
3172 <Message Id="UnexpectedTableInProduct" Number="1053">
3173 <Instance>
3174 An unexpected row in the '{0}' table was found in this product. Products should not contain the '{0}' table.
3175 <Parameter Type="System.String" Name="tableName" />
3176 </Instance>
3177 </Message>
3178 <Message Id="DeprecatedAttribute" Number="1054">
3179 <Instance>
3180 The {0}/@{1} attribute has been deprecated.
3181 <Parameter Type="System.String" Name="elementName" />
3182 <Parameter Type="System.String" Name="attributeName" />
3183 </Instance>
3184 <Instance>
3185 The {0}/@{1} attribute has been deprecated. Please use the {2} attribute instead.
3186 <Parameter Type="System.String" Name="elementName" />
3187 <Parameter Type="System.String" Name="attributeName" />
3188 <Parameter Type="System.String" Name="newAttributeName" />
3189 </Instance>
3190 <Instance>
3191 The {0}/@{1} attribute has been deprecated. Please use the {2} or {3} attribute instead.
3192 <Parameter Type="System.String" Name="elementName" />
3193 <Parameter Type="System.String" Name="attributeName" />
3194 <Parameter Type="System.String" Name="newAttributeName1" />
3195 <Parameter Type="System.String" Name="newAttributeName2" />
3196 </Instance>
3197 </Message>
3198 <Message Id="MergeRescheduledAction" Number="1055">
3199 <Instance>
3200 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.
3201 <Parameter Type="System.String" Name="tableName" />
3202 <Parameter Type="System.String" Name="actionName" />
3203 <Parameter Type="System.String" Name="mergeModuleFile" />
3204 </Instance>
3205 </Message>
3206 <Message Id="MergeTableFailed" Number="1056">
3207 <Instance>
3208 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.
3209 <Parameter Type="System.String" Name="tableName" />
3210 <Parameter Type="System.String" Name="primaryKeys" />
3211 <Parameter Type="System.String" Name="mergeModuleFile" />
3212 </Instance>
3213 </Message>
3214 <Message Id="DecompiledStandardActionRelativelyScheduledInModule" Number="1057">
3215 <Instance>
3216 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.
3217 <Parameter Type="System.String" Name="sequenceTableName" />
3218 <Parameter Type="System.String" Name="actionName" />
3219 </Instance>
3220 </Message>
3221 <Message Id="IllegalActionInSequence" Number="1058">
3222 <Instance>
3223 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.
3224 <Parameter Type="System.String" Name="sequenceTableName" />
3225 <Parameter Type="System.String" Name="actionName" />
3226 </Instance>
3227 </Message>
3228 <Message Id="ExpectedForeignRow" Number="1059">
3229 <Instance>
3230 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.
3231 <Parameter Type="System.String" Name="tableName" />
3232 <Parameter Type="System.String" Name="primaryKey" />
3233 <Parameter Type="System.String" Name="columnName" />
3234 <Parameter Type="System.String" Name="columnValue" />
3235 <Parameter Type="System.String" Name="foreignTableName" />
3236 </Instance>
3237 <Instance>
3238 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.
3239 <Parameter Type="System.String" Name="tableName" />
3240 <Parameter Type="System.String" Name="primaryKey" />
3241 <Parameter Type="System.String" Name="columnName1" />
3242 <Parameter Type="System.String" Name="columnValue1" />
3243 <Parameter Type="System.String" Name="columnName2" />
3244 <Parameter Type="System.String" Name="columnValue2" />
3245 <Parameter Type="System.String" Name="foreignTableName" />
3246 </Instance>
3247 </Message>
3248 <Message Id="DecompilingAsCustomTable" Number="1060">
3249 <Instance>
3250 The {0} table is being decompiled as a custom table.
3251 <Parameter Type="System.String" Name="tableName" />
3252 </Instance>
3253 </Message>
3254 <Message Id="IllegalPatchCreationTable" Number="1061">
3255 <Instance>
3256 The {0} table is not legal in a patch creation file. 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="SkippingMergeModuleTable" Number="1062">
3261 <Instance>
3262 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.
3263 <Parameter Type="System.String" Name="tableName" />
3264 </Instance>
3265 </Message>
3266 <Message Id="SkippingPatchCreationTable" Number="1063">
3267 <Instance>
3268 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.
3269 <Parameter Type="System.String" Name="tableName" />
3270 </Instance>
3271 </Message>
3272 <Message Id="UnrepresentableColumnValue" Number="1064">
3273 <Instance>
3274 The {0}.{1} column's value, '{2}', cannot currently be represented in the WiX schema.
3275 <Parameter Type="System.String" Name="tableName" />
3276 <Parameter Type="System.String" Name="columnName" />
3277 <Parameter Type="System.Object" Name="value" />
3278 </Instance>
3279 </Message>
3280 <Message Id="DeprecatedTable" Number="1065" SourceLineNumbers="no">
3281 <Instance>
3282 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.
3283 <Parameter Type="System.String" Name="tableName" />
3284 </Instance>
3285 </Message>
3286 <Message Id="PatchTable" Number="1066">
3287 <Instance>
3288 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.
3289 <Parameter Type="System.String" Name="tableName" />
3290 </Instance>
3291 </Message>
3292 <Message Id="IllegalColumnValue" Number="1067">
3293 <Instance>
3294 The {0}.{1} column's value, '{2}', is not a recognized legal value. This information will be left out of the decompiled output.
3295 <Parameter Type="System.String" Name="tableName" />
3296 <Parameter Type="System.String" Name="columnName" />
3297 <Parameter Type="System.Object" Name="value" />
3298 </Instance>
3299 </Message>
3300 <Message Id="DeprecatedLongNameAttribute" Number="1069">
3301 <Instance>
3302 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.
3303 <Parameter Type="System.String" Name="elementName" />
3304 <Parameter Type="System.String" Name="longNameAttributeName" />
3305 <Parameter Type="System.String" Name="nameAttributeName" />
3306 <Parameter Type="System.String" Name="shortNameAttributeName" />
3307 </Instance>
3308 </Message>
3309 <Message Id="GeneratedShortFileNameConflict" Number="1070">
3310 <Instance>
3311 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.
3312 <Parameter Type="System.String" Name="shortFileName" />
3313 </Instance>
3314 </Message>
3315 <Message Id="GeneratedShortFileNameConflict2" Number="1071">
3316 <Instance>
3317 The location of a conflicting generated short file name related to the previous warning.
3318 </Instance>
3319 </Message>
3320 <Message Id="DangerousTableInMergeModule" Number="1072">
3321 <Instance>
3322 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.
3323 <Parameter Type="System.String" Name="tableName" />
3324 </Instance>
3325 </Message>
3326 <Message Id="DeprecatedLocalizationVariablePrefix" Number="1073">
3327 <Instance>
3328 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.
3329 <Parameter Type="System.String" Name="variableId" />
3330 </Instance>
3331 </Message>
3332 <Message Id="PlaceholderValue" Number="1074">
3333 <Instance>
3334 The {0}/@{1} attribute's value, '{2}', is a placeholder value used in example files. Please replace this placeholder with the appropriate value.
3335 <Parameter Type="System.String" Name="elementName" />
3336 <Parameter Type="System.String" Name="attributeName" />
3337 <Parameter Type="System.String" Name="value" />
3338 </Instance>
3339 </Message>
3340 <Message Id="MissingUpgradeCode" Number="1075">
3341 <Instance>The Product/@UpgradeCode attribute was not found; it is strongly recommended to ensure that this product can be upgraded.</Instance>
3342 </Message>
3343 <Message Id="ValidationWarning" Number="1076">
3344 <Instance>
3345 {0}: {1}
3346 <Parameter Type="System.String" Name="ice" />
3347 <Parameter Type="System.String" Name="message" />
3348 </Instance>
3349 </Message>
3350 <Message Id="PropertyValueContainsPropertyReference" Number="1077">
3351 <Instance>
3352 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.
3353 <Parameter Type="System.String" Name="propertyId" />
3354 <Parameter Type="System.String" Name="otherProperty" />
3355 </Instance>
3356 </Message>
3357 <Message Id="DeprecatedUpgradeProperty" Number="1078">
3358 <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>
3359 </Message>
3360 <Message Id="EmptyCabinet" Number="1079">
3361 <Instance>
3362 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.
3363 <Parameter Type="System.String" Name="cabinetName" />
3364 </Instance>
3365 <Instance>
3366 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.
3367 <Parameter Type="System.String" Name="cabinetName" />
3368 <Parameter Type="System.Boolean" Name="isPatch" />
3369 </Instance>
3370 </Message>
3371 <Message Id="DeprecatedRegistryElement" Number="1080">
3372 <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>
3373 </Message>
3374 <Message Id="IllegalRegistryKeyPath" Number="1081">
3375 <Instance>
3376 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.
3377 <Parameter Type="System.String" Name="componentName" />
3378 <Parameter Type="System.String" Name="registryId" />
3379 </Instance>
3380 </Message>
3381 <Message Id="DeprecatedPatchSequenceTargetAttribute" Number="1082">
3382 <Instance>
3383 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.
3384 <Parameter Type="System.String" Name="elementName" />
3385 <Parameter Type="System.String" Name="attributeName" />
3386 </Instance>
3387 </Message>
3388 <Message Id="ProductIdAuthored" Number="1083">
3389 <Instance>
3390 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.
3391 </Instance>
3392 </Message>
3393 <Message Id="ImplicitMergeModulePrimaryFeature" Number="1084" SourceLineNumbers="no">
3394 <Instance>
3395 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.
3396 <Parameter Type="System.String" Name="componentId" />
3397 </Instance>
3398 </Message>
3399 <Message Id="DeprecatedIgnoreModularizationElement" Number="1085">
3400 <Instance>
3401 The IgnoreModularization element has been deprecated. Use the Binary/@SuppressModularization, CustomAction/@SuppressModularization, or Property/@SuppressModularization attribute instead.
3402 </Instance>
3403 </Message>
3404 <Message Id="PropertyModularizationSuppressed" Number="1086">
3405 <Instance>
3406 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.
3407 </Instance>
3408 </Message>
3409 <Message Id="DeprecatedPackageCompressedAttribute" Number="1087">
3410 <Instance>
3411 The Package/@Compressed attribute is deprecated under the Module element because merge modules must always be compressed.
3412 </Instance>
3413 </Message>
3414 <Message Id="DeprecatedModuleGuidAttribute" Number="1088">
3415 <Instance>
3416 The Module/@Guid attribute is deprecated merge modules use their package code as the modularization guid. Use the Package/@Id attribute instead.
3417 </Instance>
3418 </Message>
3419 <Message Id="DeprecatedQuestionMarksGuid" Number="1090">
3420 <Instance>
3421 The {0}/@{1} attribute's value '????????-????-????-????-????????????' has been deprecated. Use '*' instead.
3422 <Parameter Type="System.String" Name="elementName" />
3423 <Parameter Type="System.String" Name="attributeName" />
3424 </Instance>
3425 </Message>
3426 <Message Id="PackageCodeSet" Number="1091">
3427 <Instance>
3428 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.
3429 </Instance>
3430 </Message>
3431 <Message Id="InvalidModuleOrBundleVersion" Number="1093">
3432 <Instance>
3433 Invalid {0}/@Version '{1}'. {0} version has a max value of "65535.65535.65535.65535" and must be all numeric.
3434 <Parameter Type="System.String" Name="moduleOrBundle" />
3435 <Parameter Type="System.String" Name="version" />
3436 </Instance>
3437 </Message>
3438 <Message Id="InvalidRemoveFile" Number="1095">
3439 <Instance>
3440 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.
3441 <Parameter Type="System.String" Name="file" />
3442 <Parameter Type="System.String" Name="component" />
3443 </Instance>
3444 </Message>
3445 <Message Id="PreprocessorWarning" Number="1096">
3446 <Instance>
3447 {0}
3448 <Parameter Type="System.String" Name="message" />
3449 </Instance>
3450 </Message>
3451 <Message Id="UpdateOfNonKeyPathFile" Number="1097" SourceLineNumbers="no">
3452 <Instance>
3453 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.
3454 <Parameter Type="System.String" Name="nonKeyPathFileId" />
3455 <Parameter Type="System.String" Name="componentId" />
3456 <Parameter Type="System.String" Name="keyPathFileId" />
3457 </Instance>
3458 </Message>
3459 <Message Id="UnsupportedCommandLineArgument" Number="1098" SourceLineNumbers="no">
3460 <Instance>
3461 '{0}' is not a valid command line argument.
3462 <Parameter Type="System.String" Name="arg" />
3463 </Instance>
3464 </Message>
3465 <Message Id="MajorUpgradePatchNotRecommended" Number="1099" SourceLineNumbers="no">
3466 <Instance>
3467 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.
3468 </Instance>
3469 </Message>
3470 <Message Id="RetainRangeMismatch" Number="1100">
3471 <Instance>
3472 Mismatch in RetainRangeCounts for the file '{0}' - ignoring the retain ranges.
3473 <Parameter Type="System.String" Name="fileId"/>
3474 </Instance>
3475 </Message>
3476 <Message Id="DefaultLanguageUsedForVersionedFile" Number="1101">
3477 <Instance>
3478 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.
3479 <Parameter Type="System.String" Name="language"/>
3480 <Parameter Type="System.String" Name="fileId"/>
3481 </Instance>
3482 </Message>
3483 <Message Id="DefaultLanguageUsedForUnversionedFile" Number="1102">
3484 <Instance>
3485 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.
3486 <Parameter Type="System.String" Name="language"/>
3487 <Parameter Type="System.String" Name="fileId"/>
3488 </Instance>
3489 </Message>
3490 <Message Id="DefaultVersionUsedForUnversionedFile" Number="1103">
3491 <Instance>
3492 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.
3493 <Parameter Type="System.String" Name="version"/>
3494 <Parameter Type="System.String" Name="fileId"/>
3495 </Instance>
3496 </Message>
3497 <Message Id="InvalidHigherInstallerVersionInModule" Number="1104">
3498 <Instance>
3499 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.
3500 <Parameter Type="System.String" Name="moduleId" />
3501 <Parameter Type="System.Int32" Name="moduleInstallerVersion" />
3502 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3503 </Instance>
3504 </Message>
3505 <Message Id="ValidationFailedDueToSystemPolicy" Number="1105" SourceLineNumbers="no">
3506 <Instance>
3507 Validation could not run due to system policy. To eliminate this warning, run the process as admin or suppress ICE validation.
3508 </Instance>
3509 </Message>
3510 <Message Id="ColumnsIncompatibleWithInstallerVersion" Number="1106">
3511 <Instance>
3512 Table '{0}' uses columns that require a version of Windows Installer greater than specified in your package ('{1}').
3513 <Parameter Type="System.String" Name="tableName" />
3514 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3515 </Instance>
3516 </Message>
3517 <Message Id="TableIncompatibleWithInstallerVersion" Number="1107">
3518 <Instance>
3519 Using table '{0}' requires a version of Windows Installer greater than specified in your package ('{1}').
3520 <Parameter Type="System.String" Name="tableName" />
3521 <Parameter Type="System.Int32" Name="productInstallerVersion" />
3522 </Instance>
3523 </Message>
3524 <Message Id="DeprecatedCommandLineSwitch" Number="1108" SourceLineNumbers="no">
3525 <Instance>
3526 The command line switch '{0}' is deprecated.
3527 <Parameter Type="System.String" Name="oldSwitch" />
3528 </Instance>
3529 <Instance>
3530 The command line switch '{0}' is deprecated. Please use '{1}' instead.
3531 <Parameter Type="System.String" Name="oldSwitch" />
3532 <Parameter Type="System.String" Name="newSwitch" />
3533 </Instance>
3534 </Message>
3535 <Message Id="UnexpectedEntrySection" Number="1109">
3536 <Instance>
3537 Found mismatched entry point &lt;{0}&gt;. Expected &lt;{1}&gt; for specified output package type {2}.
3538 <Parameter Type="System.String" Name="sectionType" />
3539 <Parameter Type="System.String" Name="expectedType" />
3540 <Parameter Type="System.String" Name="outputExtension" />
3541 </Instance>
3542 </Message>
3543 <Message Id="NewComponentAddedToExistingFeature" Number="1110">
3544 <Instance>
3545 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.
3546 <Parameter Type="System.String" Name="component" />
3547 <Parameter Type="System.String" Name="feature" />
3548 <Parameter Type="System.String" Name="transformPath" />
3549 </Instance>
3550 </Message>
3551 <Message Id="DeprecatedAttributeValue" Number="1111">
3552 <Instance>
3553 The value &quot;{0}&quot; for the {1}/@{2} attribute has been deprecated. Please use &quot;{3}&quot; instead.
3554 <Parameter Type="System.String" Name="attributeValue" />
3555 <Parameter Type="System.String" Name="elementName" />
3556 <Parameter Type="System.String" Name="attributeName" />
3557 <Parameter Type="System.String" Name="newAttributeValue" />
3558 </Instance>
3559 </Message>
3560 <Message Id="InsufficientPermissionHarvestTypeLib" Number="1112" SourceLineNumbers="no">
3561 <Instance>
3562 Not enough permissions to harvest type library. On Windows Vista, you must either run Heat elevated, or install Windows Vista SP1 (or higher).
3563 </Instance>
3564 </Message>
3565 <Message Id="UnclearShortcut" Number="1113">
3566 <Instance>
3567 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.
3568 <Parameter Type="System.String" Name="shortcutId" />
3569 <Parameter Type="System.String" Name="fileId" />
3570 <Parameter Type="System.String" Name="componentId" />
3571 </Instance>
3572 </Message>
3573 <Message Id="TooManyProgIds" Number="1114">
3574 <Instance>
3575 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.
3576 <Parameter Type="System.String" Name="clsId" />
3577 <Parameter Type="System.String" Name="progId" />
3578 <Parameter Type="System.String" Name="otherClsId" />
3579 </Instance>
3580 </Message>
3581 <Message Id="BadColumnDataIgnored" Number="1115">
3582 <Instance>
3583 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.
3584 <Parameter Type="System.String" Name="value" />
3585 <Parameter Type="System.String" Name="tableName" />
3586 <Parameter Type="System.String" Name="columnName" />
3587 </Instance>
3588 </Message>
3589 <Message Id="NullMsiAssemblyNameValue" Number="1116">
3590 <Instance>
3591 The assembly in component '{0}' has a null or empty {1} assembly name value.
3592 <Parameter Type="System.String" Name="componentName" />
3593 <Parameter Type="System.String" Name="name" />
3594 </Instance>
3595 </Message>
3596 <Message Id="InvalidAttributeCombination" Number="1117">
3597 <Instance>
3598 It is invalid to combine attributes {0} and {1}. The decompiled output will set attribute {2} to {3}.
3599 <Parameter Type="System.String" Name="attrib1" />
3600 <Parameter Type="System.String" Name="attrib2" />
3601 <Parameter Type="System.String" Name="name" />
3602 <Parameter Type="System.String" Name="value" />
3603 </Instance>
3604 </Message>
3605 <Message Id="VariableDeclarationCollision" Number="1118">
3606 <Instance>
3607 The variable '{0}' with value '{1}' was previously declared with value '{2}'.
3608 <Parameter Type="System.String" Name="variableName" />
3609 <Parameter Type="System.String" Name="variableValue" />
3610 <Parameter Type="System.String" Name="variableCollidingValue" />
3611 </Instance>
3612 </Message>
3613 <Message Id="DuplicatePrimaryKey" Number="1119">
3614 <Instance>
3615 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.
3616 <Parameter Type="System.String" Name="primaryKey" />
3617 <Parameter Type="System.String" Name="tableName" />
3618 </Instance>
3619 </Message>
3620 <Message Id="RequiresMsi200for64bitPackage" Number="1121">
3621 <Instance>
3622 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.
3623 </Instance>
3624 </Message>
3625 <Message Id="ExternalCabsAreNotSigned" Number="1122" SourceLineNumbers="no">
3626 <Instance>
3627 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.
3628 <Parameter Type="System.String" Name="databaseFile" />
3629 </Instance>
3630 </Message>
3631 <Message Id="FailedToDeleteTempDir" Number="1123" SourceLineNumbers="no">
3632 <Instance>
3633 Failed to delete temporary directory: {0}
3634 <Parameter Type="System.String" Name="directory" />
3635 </Instance>
3636 </Message>
3637 <Message Id="StandardDirectoryConflictInMergeModule" Number="1124">
3638 <Instance>
3639 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.
3640 <Parameter Type="System.String" Name="directory" />
3641 <Parameter Type="System.String" Name="standardDirectory" />
3642 </Instance>
3643 </Message>
3644 <Message Id="PreprocessorUnknownPragma" Number="1125">
3645 <Instance>
3646 The pragma '{0}' is unknown. Please ensure you have referenced the extension that defines this pragma.
3647 <Parameter Type="System.String" Name="pragmaName" />
3648 </Instance>
3649 </Message>
3650 <Message Id="DeprecatedComponentGroupId" Number="1126">
3651 <Instance>
3652 The {0}/@Id attribute contains invalid characters for an identifier. Being able to use invalid identifier characters for a {0} identifier has been deprecated.
3653 <Parameter Type="System.String" Name="elementName" />
3654 </Instance>
3655 </Message>
3656 <Message Id="UxPayloadsOnlySupportEmbedding" Number="1127">
3657 <Instance>
3658 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.
3659 <Parameter Type="System.String" Name="sourceFile" />
3660 </Instance>
3661 </Message>
3662 <Message Id="DiscardedRollbackBoundary" Number="1129">
3663 <Instance>
3664 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.
3665 <Parameter Type="System.String" Name="rollbackBoundaryId" />
3666 </Instance>
3667 </Message>
3668 <Message Id="DeprecatedElement" Number="1130">
3669 <Instance>
3670 The {0} element has been deprecated.
3671 <Parameter Type="System.String" Name="elementName" />
3672 </Instance>
3673 <Instance>
3674 The {0} element has been deprecated. Please use the {1} element instead.
3675 <Parameter Type="System.String" Name="elementName" />
3676 <Parameter Type="System.String" Name="newElementName" />
3677 </Instance>
3678 <Instance>
3679 The {0} element has been deprecated. Please use the {1} or {2} element instead.
3680 <Parameter Type="System.String" Name="elementName" />
3681 <Parameter Type="System.String" Name="newElementName1" />
3682 <Parameter Type="System.String" Name="newElementName2" />
3683 </Instance>
3684 </Message>
3685 <Message Id="CannotUpdateCabCache" Number="1131">
3686 <Instance>
3687 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}
3688 <Parameter Type="System.String" Name="cabinetPath" />
3689 <Parameter Type="System.String" Name="detail" />
3690 </Instance>
3691 </Message>
3692 <Message Id="DownloadUrlNotSupportedForEmbeddedPayloads" Number="1132">
3693 <Instance>
3694 The Payload '{0}' is embedded but included a @DownloadUrl attribute. Embedded Payloads cannot be downloaded so the download URL is being ignored.
3695 <Parameter Type="System.String" Name="payloadId" />
3696 </Instance>
3697 </Message>
3698 <Message Id="DiscouragedAllUsersValue" Number="1133">
3699 <Instance>
3700 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.
3701 <Parameter Type="System.String" Name="path" />
3702 <Parameter Type="System.String" Name="machineOrUser" />
3703 </Instance>
3704 </Message>
3705 <Message Id="ImplicitlyPerUser" Number="1134">
3706 <Instance>
3707 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.
3708 <Parameter Type="System.String" Name="path" />
3709 </Instance>
3710 </Message>
3711 <Message Id="PerUserButForcingPerMachine" Number="1135">
3712 <Instance>
3713 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.
3714 <Parameter Type="System.String" Name="path" />
3715 </Instance>
3716 </Message>
3717 <Message Id="AttributeShouldContain" Number="1136">
3718 <Instance>
3719 The {0}/@{1} attribute value '{2}' should contain '{3}' when the {0}/@{4} attribute is set to '{5}'.
3720 <Parameter Type="System.String" Name="elementName" />
3721 <Parameter Type="System.String" Name="attributeName" />
3722 <Parameter Type="System.String" Name="attributeValue" />
3723 <Parameter Type="System.String" Name="expectedContains" />
3724 <Parameter Type="System.String" Name="otherAttributeName" />
3725 <Parameter Type="System.String" Name="otherAttributeValue" />
3726 </Instance>
3727 </Message>
3728 <Message Id="DuplicateComponentGuidsMustHaveMutuallyExclusiveConditions" Number="1137">
3729 <Instance>
3730 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.
3731 <Parameter Type="System.String" Name="componentId" />
3732 <Parameter Type="System.String" Name="guid" />
3733 </Instance>
3734 </Message>
3735 <Message Id="DeprecatedRegistryKeyActionAttribute" Number="1138">
3736 <Instance>
3737 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.
3738 </Instance>
3739 </Message>
3740 <Message Id="NotABinaryWixlib" Number="1139" SourceLineNumbers="no">
3741 <Instance>
3742 '{0}' is not a binary Wixlib and has no embedded files.
3743 <Parameter Type="System.String" Name="wixlib" />
3744 </Instance>
3745 </Message>
3746 <Message Id="NoPerMachineDependencies" Number="1140">
3747 <Instance>
3748 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.
3749 <Parameter Type="System.String" Name="packageId" />
3750 </Instance>
3751 </Message>
3752 <Message Id="DownloadUrlNotSupportedForAttachedContainers" Number="1141">
3753 <Instance>
3754 The Container '{0}' is attached but included a @DownloadUrl attribute. Attached Containers cannot be downloaded so the download URL is being ignored.
3755 <Parameter Type="System.String" Name="containerId" />
3756 </Instance>
3757 </Message>
3758 <Message Id="ReservedAttribute" Number="1142">
3759 <Instance>
3760 The {0}/@{1} attribute is reserved for future use and has no effect in this version of the WiX toolset.
3761 <Parameter Type="System.String" Name="elementName" />
3762 <Parameter Type="System.String" Name="attributeName" />
3763 </Instance>
3764 </Message>
3765 <Message Id="RequiresMsi500forArmPackage" Number="1143">
3766 <Instance>
3767 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.
3768 </Instance>
3769 </Message>
3770 <Message Id="RemotePayloadsMustNotAlsoBeCompressed" Number="1144">
3771 <Instance>
3772 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'.
3773 <Parameter Type="System.String" Name="elementName" />
3774 </Instance>
3775 </Message>
3776 <Message Id="AllChangesIncludedInPatch" Number="1145">
3777 <Instance>
3778 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.
3779 </Instance>
3780 </Message>
3781 <Message Id="RelatedAttributeConditionallyIgnored" Number="1146">
3782 <Instance>
3783 Ignoring attribute {0} because attribute {1} is set to {2}.
3784 <Parameter Type="System.String" Name="recessiveAttribute" />
3785 <Parameter Type="System.String" Name="dominantAttribute" />
3786 <Parameter Type="System.String" Name="dominantValue" />
3787 </Instance>
3788 </Message>
3789 <Message Id="BackslashTerminateInlineDirectorySyntax" Number="1147">
3790 <Instance>
3791 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.
3792 <Parameter Type="System.String" Name="elementName" />
3793 <Parameter Type="System.String" Name="attributeName" />
3794 <Parameter Type="System.String" Name="value" />
3795 </Instance>
3796 </Message>
3797 <Message Id="VersionTruncated" Number="1148">
3798 <Instance>
3799 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}.
3800 <Parameter Type="System.String" Name="originalVersion" />
3801 <Parameter Type="System.String" Name="package" />
3802 <Parameter Type="System.String" Name="truncatedVersion" />
3803 </Instance>
3804 </Message>
3805 <Message Id="ServiceConfigFamilyNotSupported" Number="1149">
3806 <Instance>
3807 {0} functionality is documented in the Windows Installer SDK to "not [work] as expected." Consider replacing {0} with the WixUtilExtension ServiceConfig element.
3808 <Parameter Type="System.String" Name="elementName" />
3809 </Instance>
3810 </Message>
3811 </Class>
3812
3813 <Class Name="WixVerboses" ContainerName="WixVerboseEventArgs" BaseContainerName="MessageEventArgs" Level="Verbose">
3814 <Message Id="ImportBinaryStream" Number="9000" SourceLineNumbers="no">
3815 <Instance>
3816 Importing binary stream from '{0}'.
3817 <Parameter Type="System.String" Name="streamSource" />
3818 </Instance>
3819 </Message>
3820 <Message Id="ImportIconStream" Number="9001" SourceLineNumbers="no">
3821 <Instance>
3822 Importing icon stream from '{0}'.
3823 <Parameter Type="System.String" Name="streamSource" />
3824 </Instance>
3825 </Message>
3826 <Message Id="CopyFile" Number="9002" SourceLineNumbers="no">
3827 <Instance>
3828 Copying file '{0}' to '{1}'.
3829 <Parameter Type="System.String" Name="sourceFile" />
3830 <Parameter Type="System.String" Name="destinationFile" />
3831 </Instance>
3832 </Message>
3833 <Message Id="MoveFile" Number="9003" SourceLineNumbers="no">
3834 <Instance>
3835 Moving file '{0}' to '{1}'.
3836 <Parameter Type="System.String" Name="sourceFile" />
3837 <Parameter Type="System.String" Name="destinationFile" />
3838 </Instance>
3839 </Message>
3840 <Message Id="CreateDirectory" Number="9004" SourceLineNumbers="no">
3841 <Instance>
3842 The directory '{0}' does not exist, creating it now.
3843 <Parameter Type="System.String" Name="directory" />
3844 </Instance>
3845 </Message>
3846 <Message Id="RemoveDestinationFile" Number="9005" SourceLineNumbers="no">
3847 <Instance>
3848 The destination file '{0}' already exists, attempting to remove it.
3849 <Parameter Type="System.String" Name="destinationFile" />
3850 </Instance>
3851 </Message>
3852 <Message Id="CabFile" Number="9006" SourceLineNumbers="no">
3853 <Instance>
3854 Cabbing file {0} from '{1}'.
3855 <Parameter Type="System.String" Name="fileId" />
3856 <Parameter Type="System.String" Name="filePath" />
3857 </Instance>
3858 </Message>
3859 <Message Id="UpdatingFileInformation" Number="9007" SourceLineNumbers="no">
3860 <Instance>Updating file information.</Instance>
3861 </Message>
3862 <Message Id="GeneratingDatabase" Number="9008" SourceLineNumbers="no">
3863 <Instance>Generating database.</Instance>
3864 </Message>
3865 <Message Id="MergingModules" Number="9009" SourceLineNumbers="no">
3866 <Instance>Merging modules.</Instance>
3867 </Message>
3868 <Message Id="CreatingCabinetFiles" Number="9010" SourceLineNumbers="no">
3869 <Instance>Creating cabinet files.</Instance>
3870 </Message>
3871 <Message Id="ImportingStreams" Number="9011" SourceLineNumbers="no">
3872 <Instance>Importing streams.</Instance>
3873 </Message>
3874 <Message Id="LayingOutMedia" Number="9012" SourceLineNumbers="no">
3875 <Instance>Laying out media.</Instance>
3876 </Message>
3877 <Message Id="DecompilingTable" Number="9013" SourceLineNumbers="no">
3878 <Instance>
3879 Decompiling the {0} table.
3880 <Parameter Type="System.String" Name="tableName" />
3881 </Instance>
3882 </Message>
3883 <Message Id="ValidationInfo" Number="9014" SourceLineNumbers="no">
3884 <Instance>
3885 {0}: {1}
3886 <Parameter Type="System.String" Name="ice" />
3887 <Parameter Type="System.String" Name="message" />
3888 </Instance>
3889 </Message>
3890 <Message Id="CreateCabinet" Number="9015" SourceLineNumbers="no">
3891 <Instance>
3892 Creating cabinet '{0}'.
3893 <Parameter Type="System.String" Name="cabinet" />
3894 </Instance>
3895 </Message>
3896 <Message Id="ValidatingDatabase" Number="9016" SourceLineNumbers="no">
3897 <Instance>Validating database.</Instance>
3898 </Message>
3899 <Message Id="OpeningMergeModule" Number="9017" SourceLineNumbers="no">
3900 <Instance>
3901 Opening merge module '{0}' with language '{1}'.
3902 <Parameter Type="System.String" Name="modulePath" />
3903 <Parameter Type="System.Int16" Name="language" />
3904 </Instance>
3905 </Message>
3906 <Message Id="MergingMergeModule" Number="9018" SourceLineNumbers="no">
3907 <Instance>
3908 Merging merge module '{0}'.
3909 <Parameter Type="System.String" Name="modulePath" />
3910 </Instance>
3911 </Message>
3912 <Message Id="ConnectingMergeModule" Number="9019" SourceLineNumbers="no">
3913 <Instance>
3914 Connecting merge module '{0}' to feature '{1}'.
3915 <Parameter Type="System.String" Name="modulePath" />
3916 <Parameter Type="System.String" Name="feature" />
3917 </Instance>
3918 </Message>
3919 <Message Id="ResequencingMergeModuleFiles" Number="9020" SourceLineNumbers="no">
3920 <Instance>Resequencing files from all merge modules.</Instance>
3921 </Message>
3922 <Message Id="BinderTempDirLocatedAt" Number="9021" SourceLineNumbers="no">
3923 <Instance>
3924 Binder temporary directory located at '{0}'.
3925 <Parameter Type="System.String" Name="directory" />
3926 </Instance>
3927 </Message>
3928 <Message Id="ValidatorTempDirLocatedAt" Number="9022" SourceLineNumbers="no">
3929 <Instance>
3930 Validator temporary directory located at '{0}'.
3931 <Parameter Type="System.String" Name="directory" />
3932 </Instance>
3933 </Message>
3934 <Message Id="GeneratingBundle" Number="9023" SourceLineNumbers="no">
3935 <Instance>
3936 Generating Burn bundle '{0}' from stub '{1}'.
3937 <Parameter Type="System.String" Name="bundleFile" />
3938 <Parameter Type="System.String" Name="stubFile" />
3939 </Instance>
3940 </Message>
3941 <Message Id="ResolvingManifest" Number="9024" SourceLineNumbers="no">
3942 <Instance>
3943 Generating resolved manifest '{0}'.
3944 <Parameter Type="System.String" Name="manifestFile" />
3945 </Instance>
3946 </Message>
3947 <Message Id="LoadingPayload" Number="9025" SourceLineNumbers="no">
3948 <Instance>
3949 Loading payload '{0}' into container.
3950 <Parameter Type="System.String" Name="payload" />
3951 </Instance>
3952 </Message>
3953 <Message Id="BundleGuid" Number="9026" SourceLineNumbers="no">
3954 <Instance>
3955 Assigning bundle GUID '{0}'.
3956 <Parameter Type="System.String" Name="bundleGuid" />
3957 </Instance>
3958 </Message>
3959 <Message Id="CopyingExternalPayload" Number="9027" SourceLineNumbers="no">
3960 <Instance>
3961 Copying external payload from '{0}' to '{1}'.
3962 <Parameter Type="System.String" Name="payload" />
3963 <Parameter Type="System.String" Name="outputDirectory" />
3964 </Instance>
3965 </Message>
3966 <Message Id="EmbeddingContainer" Number="9028" SourceLineNumbers="no">
3967 <Instance>
3968 Embedding container '{0}' ({1} bytes) with '{2}' compression.
3969 <Parameter Type="System.String" Name="container" />
3970 <Parameter Type="System.Int64" Name="size" />
3971 <Parameter Type="System.String" Name="compression" />
3972 </Instance>
3973 </Message>
3974 <Message Id="SwitchingToPerUserPackage" Number="9029">
3975 <Instance>
3976 Bundle switching from per-machine to per-user due to addition of per-user package '{0}'.
3977 <Parameter Type="System.String" Name="path" />
3978 </Instance>
3979 </Message>
3980 <Message Id="SetCabbingThreadCount" Number="9030" SourceLineNumbers="no">
3981 <Instance>
3982 There will be '{0}' threads used to produce CAB files.
3983 <Parameter Type="System.String" Name="threads" />
3984 </Instance>
3985 </Message>
3986 <Message Id="ValidationSerialized" Number="9031" SourceLineNumbers="no">
3987 <Instance>
3988 Multiple packages cannot reliably be validated simultaneously. This validation will resume when the other package being validated has completed.
3989 </Instance>
3990 </Message>
3991 <Message Id="ReusingCabCache" Number="9032">
3992 <Instance>
3993 Reusing cabinet '{0}' from cabinet cache path: '{1}'.
3994 <Parameter Type="System.String" Name="cabinetName" />
3995 <Parameter Type="System.String" Name="source" />
3996 </Instance>
3997 </Message>
3998 <Message Id="CabinetsSplitInParallel" Number="9033" SourceLineNumbers="no">
3999 <Instance>
4000 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.
4001 </Instance>
4002 </Message>
4003 <Message Id="ValidatedDatabase" Number="9034" SourceLineNumbers="no">
4004 <Instance>
4005 Validation complete: {0:N0}ms elapsed.
4006 <Parameter Type="System.Int64" Name="size" />
4007 </Instance>
4008 </Message>
4009 </Class>
4010</Messages>