diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-11-07 23:05:41 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 00:19:10 -0800 |
| commit | 86146e8c044a1aea2ea162701b1fc344d19e4dc3 (patch) | |
| tree | 766bcea3c3a1c6dbb89e8156325324d44b56b1aa /src/ext/Iis | |
| parent | 55d1af260bc383dab269fbf0f371c2b1d84a3fed (diff) | |
| download | wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.tar.gz wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.tar.bz2 wix-86146e8c044a1aea2ea162701b1fc344d19e4dc3.zip | |
Very minor cleanup
Diffstat (limited to 'src/ext/Iis')
| -rw-r--r-- | src/ext/Iis/wixext/IIsCompiler.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ext/Iis/wixext/IIsCompiler.cs b/src/ext/Iis/wixext/IIsCompiler.cs index cb573ad1..1fcf5f61 100644 --- a/src/ext/Iis/wixext/IIsCompiler.cs +++ b/src/ext/Iis/wixext/IIsCompiler.cs | |||
| @@ -67,7 +67,6 @@ namespace WixToolset.Iis | |||
| 67 | { | 67 | { |
| 68 | case "Component": | 68 | case "Component": |
| 69 | var componentId = context["ComponentId"]; | 69 | var componentId = context["ComponentId"]; |
| 70 | var directoryId = context["DirectoryId"]; | ||
| 71 | 70 | ||
| 72 | switch (element.Name.LocalName) | 71 | switch (element.Name.LocalName) |
| 73 | { | 72 | { |
| @@ -265,7 +264,6 @@ namespace WixToolset.Iis | |||
| 265 | } | 264 | } |
| 266 | } | 265 | } |
| 267 | 266 | ||
| 268 | |||
| 269 | if (null == id) | 267 | if (null == id) |
| 270 | { | 268 | { |
| 271 | id = this.ParseHelper.CreateIdentifier("crt", componentId, binaryRef, certificatePath); | 269 | id = this.ParseHelper.CreateIdentifier("crt", componentId, binaryRef, certificatePath); |
| @@ -351,7 +349,7 @@ namespace WixToolset.Iis | |||
| 351 | 349 | ||
| 352 | if (null == id) | 350 | if (null == id) |
| 353 | { | 351 | { |
| 354 | id = this.ParseHelper.CreateIdentifier("wsc", webId); | 352 | this.Messaging.Write(ErrorMessages.ExpectedAttribute(sourceLineNumbers, element.Name.LocalName, "Id")); |
| 355 | } | 353 | } |
| 356 | 354 | ||
| 357 | this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, element); | 355 | this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, element); |
