aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/messages.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/messages.xml')
-rw-r--r--src/wixext/messages.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/wixext/messages.xml b/src/wixext/messages.xml
deleted file mode 100644
index 6dcdc366..00000000
--- a/src/wixext/messages.xml
+++ /dev/null
@@ -1,13 +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.Extensions" Resources="Data.Messages" xmlns="http://schemas.microsoft.com/genmsgs/2004/07/messages">
6 <Class Name="HttpErrors" ContainerName="HttpErrorEventArgs" BaseContainerName="MessageEventArgs" Level="Error">
7 <Message Id="NoSecuritySpecified" Number="6701">
8 <Instance>
9 The UrlReservation element doesn't identify the security for the reservation. You must either specify the Sddl attribute, or provide child UrlAce elements.
10 </Instance>
11 </Message>
12 </Class>
13</Messages>