From dc9f4c329e6f55ce7595970463e0caf148096f4b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 21 Dec 2017 13:42:52 -0800 Subject: Support wixout and extract Resolve and Layout from Binder --- src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind') diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs index 2b018013..00e5a755 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs @@ -244,7 +244,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind private void GenerateDatabase(Output output, string databaseFile) { var command = new GenerateDatabaseCommand(); - command.Extensions = Array.Empty(); + command.Extensions = Array.Empty(); command.Output = output; command.OutputPath = databaseFile; command.KeepAddedColumns = true; -- cgit v1.2.3-55-g6feb