diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/DecompileCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/DecompileCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/DecompileCommand.cs b/src/WixToolset.Core/CommandLine/DecompileCommand.cs index bce7a5a4..873c85ee 100644 --- a/src/WixToolset.Core/CommandLine/DecompileCommand.cs +++ b/src/WixToolset.Core/CommandLine/DecompileCommand.cs | |||
@@ -53,7 +53,7 @@ namespace WixToolset.Core.CommandLine | |||
53 | 53 | ||
54 | if (!this.Messaging.EncounteredError) | 54 | if (!this.Messaging.EncounteredError) |
55 | { | 55 | { |
56 | Directory.CreateDirectory(Path.GetDirectoryName(context.OutputPath)); | 56 | Directory.CreateDirectory(Path.GetDirectoryName(Path.GetFullPath(context.OutputPath))); |
57 | result.Document.Save(context.OutputPath, SaveOptions.OmitDuplicateNamespaces); | 57 | result.Document.Save(context.OutputPath, SaveOptions.OmitDuplicateNamespaces); |
58 | } | 58 | } |
59 | } | 59 | } |