diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-26 21:57:26 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-26 22:02:18 -0400 |
commit | fffaeb96871b6667d73b51fde61d0cd557428f49 (patch) | |
tree | 5b530dca4505dfe7e48deac67c98fbbce61c9dea /src/wixext | |
parent | f3138abed03b734f76fd0788f671e7da55483299 (diff) | |
download | wix-fffaeb96871b6667d73b51fde61d0cd557428f49.tar.gz wix-fffaeb96871b6667d73b51fde61d0cd557428f49.tar.bz2 wix-fffaeb96871b6667d73b51fde61d0cd557428f49.zip |
Update test authoring for Package/SummaryInformation change.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/IIsCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/IIsCompiler.cs b/src/wixext/IIsCompiler.cs index f6b4c78c..27258094 100644 --- a/src/wixext/IIsCompiler.cs +++ b/src/wixext/IIsCompiler.cs | |||
@@ -102,7 +102,7 @@ namespace WixToolset.Iis | |||
102 | break; | 102 | break; |
103 | case "Fragment": | 103 | case "Fragment": |
104 | case "Module": | 104 | case "Module": |
105 | case "Product": | 105 | case "Package": |
106 | switch (element.Name.LocalName) | 106 | switch (element.Name.LocalName) |
107 | { | 107 | { |
108 | case "WebApplication": | 108 | case "WebApplication": |