diff options
Diffstat (limited to 'src/WixToolset.Core.Native')
| -rw-r--r-- | src/WixToolset.Core.Native/Cabinet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Native/Cabinet.cs b/src/WixToolset.Core.Native/Cabinet.cs index 74ab7809..2d624658 100644 --- a/src/WixToolset.Core.Native/Cabinet.cs +++ b/src/WixToolset.Core.Native/Cabinet.cs | |||
| @@ -108,7 +108,7 @@ namespace WixToolset.Core.Native | |||
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | var wixnative = new WixNativeExe("extractcab", this.Path, outputFolder); | 110 | var wixnative = new WixNativeExe("extractcab", this.Path, outputFolder); |
| 111 | return wixnative.Run(); | 111 | return wixnative.Run().Where(output => !String.IsNullOrWhiteSpace(output)); |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | #if TOOD_ERROR_HANDLING | 114 | #if TOOD_ERROR_HANDLING |
