aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/messages.xml
blob: ef7156409ceeccc86433228e199209efc89879fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8'?>
<!-- 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. -->


<Messages Namespace="WixToolset.Extensions" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages">
    <Class Name="PSErrors" ContainerName="PSErrorEventArgs" BaseContainerName="WixErrorEventArgs">
    <Message Id="NeitherIdSpecified" Number="5301">
        <Instance>Either the {0}/@FileId attribute must be specified if nested under a SnapIn element, or the {0}/@SnapIn attribute must be specified if nested under under a File element.
            <Parameter Type="System.String" Name="element" />
        </Instance>
    </Message>
    </Class>
    <Class Name="PSWarnings" ContainerName="PSWarningEventArgs" BaseContainerName="WixWarningEventArgs">
    <Message Id="DeprecatedAssemblyNameAttribute" Number="5350">
        <Instance>The SnapIn/@AssemblyName attribute is deprecated. It is assigned automatically.</Instance>
    </Message>
    </Class>
    <Class Name="PSVerboses" ContainerName="PSVerboseEventArgs" BaseContainerName="WixVerboseEventArgs">
    </Class>
</Messages>