aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Data/messages.xml.old
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Data/Data/messages.xml.old107
1 files changed, 0 insertions, 107 deletions
diff --git a/src/WixToolset.Data/Data/messages.xml.old b/src/WixToolset.Data/Data/messages.xml.old
deleted file mode 100644
index 986426c3..00000000
--- a/src/WixToolset.Data/Data/messages.xml.old
+++ /dev/null
@@ -1,107 +0,0 @@
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.Data" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages">
6 <Class Name="WixDataErrors" ContainerName="WixDataErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error">
7 <Message Id="UnexpectedFileFormat" Number="1" SourceLineNumbers="no">
8 <Instance>
9 Unexpected file format loaded from path: {0}. The file was expected to be a {1} but was actually: {2}. Ensure the correct path was provided.
10 <Parameter Type="System.String" Name="path" />
11 <Parameter Type="System.String" Name="expectedFormat" />
12 <Parameter Type="System.String" Name="actualFormat" />
13 </Instance>
14 </Message>
15 <Message Id="CorruptFileFormat" Number="2" SourceLineNumbers="no">
16 <Instance>
17 Attempted to load corrupt file from path: {0}. The file with format {1} contained unexpected content. Ensure the correct path was provided and that the file has not been incorrectly modified.
18 <Parameter Type="System.String" Name="path" />
19 <Parameter Type="System.String" Name="format" />
20 </Instance>
21 </Message>
22 <Message Id="InvalidFileName" Number="85">
23 <Instance>
24 Invalid file name '{0}'.
25 <Parameter Type="System.String" Name="fileName" />
26 </Instance>
27 </Message>
28 <Message Id="DuplicateLocalizationIdentifier" Number="100">
29 <Instance>
30 The localization identifier '{0}' has been duplicated in multiple locations. Please resolve the conflict.
31 <Parameter Type="System.String" Name="localizationId" />
32 </Instance>
33 </Message>
34 <Message Id="FileNotFound" Number="103">
35 <Instance>
36 The system cannot find the file '{0}'.
37 <Parameter Type="System.String" Name="file" />
38 </Instance>
39 <Instance>
40 The system cannot find the file '{0}' with type '{1}'.
41 <Parameter Type="System.String" Name="file" />
42 <Parameter Type="System.String" Name="fileType" />
43 </Instance>
44 </Message>
45 <Message Id="DuplicatePrimaryKey" Number="130">
46 <Instance>
47 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.
48 <Parameter Type="System.String" Name="primaryKey" />
49 <Parameter Type="System.String" Name="tableName" />
50 </Instance>
51 </Message>
52 <Message Id="InvalidIdt" Number="136">
53 <Instance>
54 There was an error importing the file '{0}'.
55 <Parameter Type="System.String" Name="idtFile" />
56 </Instance>
57 <Instance>
58 There was an error importing table '{1}' from file '{0}'.
59 <Parameter Type="System.String" Name="idtFile" />
60 <Parameter Type="System.String" Name="tableName" />
61 </Instance>
62 </Message>
63 <Message Id="VersionMismatch" Number="141">
64 <Instance>
65 The {0} file format version {1} is not compatible with the expected {0} file format version {2}.
66 <Parameter Type="System.String" Name="fileType" />
67 <Parameter Type="System.String" Name="version" />
68 <Parameter Type="System.String" Name="expectedVersion" />
69 </Instance>
70 </Message>
71 <Message Id="IllegalFileCompressionAttributes" Number="167">
72 <Instance>Cannot have both the MsidbFileAttributesCompressed and MsidbFileAttributesNoncompressed options set in a file attributes column.</Instance>
73 </Message>
74 <Message Id="MissingTableDefinition" Number="182" SourceLineNumbers="no">
75 <Instance>
76 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.
77 <Parameter Type="System.String" Name="tableName" />
78 </Instance>
79 </Message>
80 <Message Id="RealTableMissingPrimaryKeyColumn" Number="225">
81 <Instance>
82 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.
83 <Parameter Type="System.String" Name="tableName" />
84 </Instance>
85 </Message>
86 <Message Id="PathTooLong" Number="262">
87 <Instance>
88 '{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.
89 <Parameter Type="System.String" Name="fileName" />
90 </Instance>
91 </Message>
92 <Message Id="InvalidStringForCodepage" Number="311">
93 <Instance>
94 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.
95 <Parameter Type="System.String" Name="codepage" />
96 </Instance>
97 </Message>
98 <Message Id="TooManyColumnsInRealTable" Number="386" SourceLineNumbers="no">
99 <Instance>
100 The table '{0}' contains {1} columns which is not supported by Windows Installer. Windows Installer supports a maximum of {2} columns.
101 <Parameter Type="System.String" Name="tableName" />
102 <Parameter Type="System.Int32" Name="columnCount" />
103 <Parameter Type="System.Int32" Name="supportedColumnCount" />
104 </Instance>
105 </Message>
106 </Class>
107</Messages>