diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineParser.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineParser.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineParser.cs b/src/WixToolset.Core/CommandLine/CommandLineParser.cs index c5d3c03b..017810e0 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineParser.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineParser.cs | |||
@@ -250,6 +250,7 @@ namespace WixToolset.Core.CommandLine | |||
250 | return OutputType.PatchCreation; | 250 | return OutputType.PatchCreation; |
251 | 251 | ||
252 | case "product": | 252 | case "product": |
253 | case "package": | ||
253 | case ".msi": | 254 | case ".msi": |
254 | return OutputType.Product; | 255 | return OutputType.Product; |
255 | 256 | ||
@@ -257,9 +258,9 @@ namespace WixToolset.Core.CommandLine | |||
257 | case ".mst": | 258 | case ".mst": |
258 | return OutputType.Transform; | 259 | return OutputType.Transform; |
259 | 260 | ||
260 | case "wixout": | 261 | case "intermediatepostlink": |
261 | case ".wixout": | 262 | case ".wixipl": |
262 | return OutputType.Wixout; | 263 | return OutputType.IntermediatePostLink; |
263 | } | 264 | } |
264 | 265 | ||
265 | return OutputType.Unknown; | 266 | return OutputType.Unknown; |