aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-18 13:42:54 -0700
committerRob Mensching <rob@robmensching.com>2018-10-24 21:17:34 -0700
commit13eedbfcf97e402ade06f2be29f98723ef7ff286 (patch)
tree50155e7f0e9ee253b709a95b488b1a427fa0e013 /src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
parentd98126dc766b9b063d2d26ced62553d4a5a218b5 (diff)
downloadwix-13eedbfcf97e402ade06f2be29f98723ef7ff286.tar.gz
wix-13eedbfcf97e402ade06f2be29f98723ef7ff286.tar.bz2
wix-13eedbfcf97e402ade06f2be29f98723ef7ff286.zip
Extract interfaces for Preprocess/Compile/Link/Bind/etc
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
index 8ffa1a03..173404d7 100644
--- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
+++ b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs
@@ -9,7 +9,7 @@ namespace WixToolset.Core.WindowsInstaller
9 9
10 internal class WindowsInstallerBackendFactory : IBackendFactory 10 internal class WindowsInstallerBackendFactory : IBackendFactory
11 { 11 {
12 public bool TryCreateBackend(string outputType, string outputFile, IBindContext context, out IBackend backend) 12 public bool TryCreateBackend(string outputType, string outputFile, out IBackend backend)
13 { 13 {
14 if (String.IsNullOrEmpty(outputType)) 14 if (String.IsNullOrEmpty(outputType))
15 { 15 {