aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Data
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Data')
-rw-r--r--src/WixToolset.Core/Data/messages.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/WixToolset.Core/Data/messages.xml b/src/WixToolset.Core/Data/messages.xml
index edc98147..d981e2d1 100644
--- a/src/WixToolset.Core/Data/messages.xml
+++ b/src/WixToolset.Core/Data/messages.xml
@@ -957,12 +957,6 @@
957 <Parameter Type="System.String" Name="exceptionMessage" /> 957 <Parameter Type="System.String" Name="exceptionMessage" />
958 </Instance> 958 </Instance>
959 </Message> 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"> 960 <Message Id="ReferenceLoopDetected" Number="86">
967 <Instance> 961 <Instance>
968 A circular reference of groups was detected. The infinite loop includes: {0}. Group references must form a directed acyclic graph. 962 A circular reference of groups was detected. The infinite loop includes: {0}. Group references must form a directed acyclic graph.
@@ -2138,12 +2132,6 @@
2138 This patch is not uninstallable. The 'Patch' element's attribute 'AllowRemoval' should be set to 'no'. 2132 This patch is not uninstallable. The 'Patch' element's attribute 'AllowRemoval' should be set to 'no'.
2139 </Instance> 2133 </Instance>
2140 </Message> 2134 </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"> 2135 <Message Id="FileTooLarge" Number="263">
2148 <Instance> 2136 <Instance>
2149 '{0}' is too large, file size must be less than 2147483648. 2137 '{0}' is too large, file size must be less than 2147483648.