aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/BalBurnBackendExtension.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wixext/BalBurnBackendExtension.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixext/BalBurnBackendExtension.cs b/src/wixext/BalBurnBackendExtension.cs
index 3f2cda05..7e481ee9 100644
--- a/src/wixext/BalBurnBackendExtension.cs
+++ b/src/wixext/BalBurnBackendExtension.cs
@@ -42,8 +42,8 @@ namespace WixToolset.Bal
42 } 42 }
43 43
44 var isStdBA = baId.StartsWith("WixStandardBootstrapperApplication"); 44 var isStdBA = baId.StartsWith("WixStandardBootstrapperApplication");
45 var isMBA = baId.StartsWith("ManagedBootstrapperApplicationHost"); 45 var isMBA = baId.StartsWith("WixManagedBootstrapperApplicationHost");
46 var isDNC = baId.StartsWith("DotNetCoreBootstrapperApplicationHost"); 46 var isDNC = baId.StartsWith("WixDotNetCoreBootstrapperApplicationHost");
47 var isSCD = isDNC && this.VerifySCD(section); 47 var isSCD = isDNC && this.VerifySCD(section);
48 48
49 if (isStdBA || isMBA || isDNC) 49 if (isStdBA || isMBA || isDNC)