From db7cf299e0110eefbc9fdc2cd6e873177b443ee7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 7 Oct 2019 09:40:42 -0700 Subject: Support Bundle building --- src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs') diff --git a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs index 2de455fd..a783d1a4 100644 --- a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs +++ b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs @@ -11,5 +11,7 @@ namespace WixToolset.Extensibility.Services public interface IWindowsInstallerBackendHelper { bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, Output output, TableDefinition[] tableDefinitions); + + bool TryAddTupleToOutputMatchingTableDefinitions(IntermediateTuple tuple, Output output, TableDefinition[] tableDefinitions, bool columnZeroIsId); } } -- cgit v1.2.3-55-g6feb