diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/bundlepackageengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/bundlepackageengine.cpp b/src/burn/engine/bundlepackageengine.cpp index 612da389..574317e1 100644 --- a/src/burn/engine/bundlepackageengine.cpp +++ b/src/burn/engine/bundlepackageengine.cpp | |||
| @@ -940,7 +940,7 @@ static HRESULT ExecuteBundle( | |||
| 940 | 940 | ||
| 941 | if (wzRelationTypeCommandLine) | 941 | if (wzRelationTypeCommandLine) |
| 942 | { | 942 | { |
| 943 | hr = StrAllocConcatFormatted(&sczBaseCommand, L" -%ls", wzRelationTypeCommandLine); | 943 | hr = StrAllocConcatFormatted(&sczBaseCommand, L" -quiet -%ls", wzRelationTypeCommandLine); |
| 944 | ExitOnFailure(hr, "Failed to append relation type argument."); | 944 | ExitOnFailure(hr, "Failed to append relation type argument."); |
| 945 | } | 945 | } |
| 946 | 946 | ||
