aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/BalExtensionFactory.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-06 12:27:53 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-06 14:23:09 +1000
commit9969392ff7024d2f1e257c2f6c5ce31fa0e839d3 (patch)
tree6b775d964e33554e500207273ad87817cb7bbf01 /src/wixext/BalExtensionFactory.cs
parent89815d0f075f86bac29db6fab15e5c27291fbfc5 (diff)
downloadwix-9969392ff7024d2f1e257c2f6c5ce31fa0e839d3.tar.gz
wix-9969392ff7024d2f1e257c2f6c5ce31fa0e839d3.tar.bz2
wix-9969392ff7024d2f1e257c2f6c5ce31fa0e839d3.zip
BalWindowsInstallerBackendBinderExtension is supposed to be a BurnBackendExtension.
Diffstat (limited to 'src/wixext/BalExtensionFactory.cs')
-rw-r--r--src/wixext/BalExtensionFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/BalExtensionFactory.cs b/src/wixext/BalExtensionFactory.cs
index 936686a6..30ec88c3 100644
--- a/src/wixext/BalExtensionFactory.cs
+++ b/src/wixext/BalExtensionFactory.cs
@@ -12,7 +12,7 @@ namespace WixToolset.Bal
12 { 12 {
13 typeof(BalCompiler), 13 typeof(BalCompiler),
14 typeof(BalExtensionData), 14 typeof(BalExtensionData),
15 typeof(BalWindowsInstallerBackendBinderExtension), 15 typeof(BalBurnBackendExtension),
16 }; 16 };
17 } 17 }
18} 18}