diff options
Diffstat (limited to 'src/wixext/messages.xml')
-rw-r--r-- | src/wixext/messages.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/wixext/messages.xml b/src/wixext/messages.xml new file mode 100644 index 00000000..9b11981d --- /dev/null +++ b/src/wixext/messages.xml | |||
@@ -0,0 +1,43 @@ | |||
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.Extensions" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages"> | ||
6 | <Class Name="BalErrors" ContainerName="BalErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error"> | ||
7 | <Message Id="AttributeRequiresPrereqPackage" Number="6801"> | ||
8 | <Instance> | ||
9 | When the {0}/@{1} attribute is specified, the {0}/@PrereqPackage attribute must be set to "yes". | ||
10 | <Parameter Type="System.String" Name="elementName" /> | ||
11 | <Parameter Type="System.String" Name="attributeName" /> | ||
12 | </Instance> | ||
13 | </Message> | ||
14 | <Message Id="MissingPrereq" Number="6802" SourceLineNumbers="no"> | ||
15 | <Instance> | ||
16 | There must be at least one PrereqPackage when using the ManagedBootstrapperApplicationHost. | ||
17 | This is typically done by using the WixNetFxExtension and referencing one of the NetFxAsPrereq package groups. | ||
18 | </Instance> | ||
19 | </Message> | ||
20 | <Message Id="MultiplePrereqLicenses" Number="6803"> | ||
21 | <Instance> | ||
22 | There may only be one package in the bundle that has either the PrereqLicenseFile attribute or the PrereqLicenseUrl attribute. | ||
23 | </Instance> | ||
24 | </Message> | ||
25 | <Message Id="MultipleBAFunctions" Number="6804"> | ||
26 | <Instance> | ||
27 | WixStandardBootstrapperApplication doesn't support multiple BAFunctions DLLs. | ||
28 | </Instance> | ||
29 | </Message> | ||
30 | <Message Id="BAFunctionsPayloadRequiredInUXContainer" Number="6805"> | ||
31 | <Instance> | ||
32 | The BAFunctions DLL Payload element must be located inside the BootstrapperApplication container. | ||
33 | </Instance> | ||
34 | </Message> | ||
35 | </Class> | ||
36 | <Class Name="BalWarnings" ContainerName="BalWarningEventArgs" BaseContainerName="MessageEventArgs" Level="Warning"> | ||
37 | <Message Id="UnmarkedBAFunctionsDLL" Number="6501"> | ||
38 | <Instance> | ||
39 | WixStandardBootstrapperApplication doesn't automatically load BAFunctions.dll. Use the bal:BAFunctions attribute to indicate that it should be loaded. | ||
40 | </Instance> | ||
41 | </Message> | ||
42 | </Class> | ||
43 | </Messages> | ||