aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Iis
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Iis')
-rw-r--r--src/ext/Iis/wixext/IIsExtensionData.cs6
-rw-r--r--src/ext/Iis/wixlib/en-us.wxl2
2 files changed, 1 insertions, 7 deletions
diff --git a/src/ext/Iis/wixext/IIsExtensionData.cs b/src/ext/Iis/wixext/IIsExtensionData.cs
index 6a0e1f09..ccbe362d 100644
--- a/src/ext/Iis/wixext/IIsExtensionData.cs
+++ b/src/ext/Iis/wixext/IIsExtensionData.cs
@@ -10,12 +10,6 @@ namespace WixToolset.Iis
10 /// </summary> 10 /// </summary>
11 public sealed class IIsExtensionData : BaseExtensionData 11 public sealed class IIsExtensionData : BaseExtensionData
12 { 12 {
13 /// <summary>
14 /// Gets the default culture.
15 /// </summary>
16 /// <value>The default culture.</value>
17 public override string DefaultCulture => "en-US";
18
19 public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition) 13 public override bool TryGetSymbolDefinitionByName(string name, out IntermediateSymbolDefinition symbolDefinition)
20 { 14 {
21 symbolDefinition = IisSymbolDefinitions.ByName(name); 15 symbolDefinition = IisSymbolDefinitions.ByName(name);
diff --git a/src/ext/Iis/wixlib/en-us.wxl b/src/ext/Iis/wixlib/en-us.wxl
index 1b6096fb..65bc1435 100644
--- a/src/ext/Iis/wixlib/en-us.wxl
+++ b/src/ext/Iis/wixlib/en-us.wxl
@@ -1,7 +1,7 @@
1<!-- 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. --> 1<!-- 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. -->
2 2
3 3
4<WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> 4<WixLocalization Culture="en-us" ExtensionDefaultCulture="yes" xmlns="http://wixtoolset.org/schemas/v4/wxl">
5 <String Id="msierrIISCannotConnect" Overridable="yes" Value="Cannot connect to Internet Information Server. ([2] [3] [4] [5])" /> 5 <String Id="msierrIISCannotConnect" Overridable="yes" Value="Cannot connect to Internet Information Server. ([2] [3] [4] [5])" />
6 <String Id="msierrIISFailedReadWebSite" Overridable="yes" Value="Failed while processing WebSites. ([2] [3] [4] [5])" /> 6 <String Id="msierrIISFailedReadWebSite" Overridable="yes" Value="Failed while processing WebSites. ([2] [3] [4] [5])" />
7 <String Id="msierrIISFailedReadWebDirs" Overridable="yes" Value="Failed while processing WebDirs. ([2] [3] [4] [5])" /> 7 <String Id="msierrIISFailedReadWebDirs" Overridable="yes" Value="Failed while processing WebDirs. ([2] [3] [4] [5])" />