aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Bundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Bundle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 60db75d6..46b79484 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -1973,7 +1973,7 @@ namespace WixToolset.Core
1973 var slipstream = YesNoType.NotSet; 1973 var slipstream = YesNoType.NotSet;
1974 var hasPayloadInfo = false; 1974 var hasPayloadInfo = false;
1975 1975
1976 var expectedNetFx4Args = new string[] { "/q", "/norestart", "/chainingpackage" }; 1976 var expectedNetFx4Args = new string[] { "/q", "/norestart" };
1977 1977
1978 // This list lets us evaluate extension attributes *after* all core attributes 1978 // This list lets us evaluate extension attributes *after* all core attributes
1979 // have been parsed and dealt with, regardless of authoring order. 1979 // have been parsed and dealt with, regardless of authoring order.