diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-21 13:42:52 -0800 |
| commit | dc9f4c329e6f55ce7595970463e0caf148096f4b (patch) | |
| tree | 86155ac36c76acda0a4b1673c77f54a9780c6885 /src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | |
| parent | 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (diff) | |
| download | wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.gz wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.tar.bz2 wix-dc9f4c329e6f55ce7595970463e0caf148096f4b.zip | |
Support wixout and extract Resolve and Layout from Binder
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbind/UnbindTranformCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 244 | private void GenerateDatabase(Output output, string databaseFile) | 244 | private void GenerateDatabase(Output output, string databaseFile) |
| 245 | { | 245 | { |
| 246 | var command = new GenerateDatabaseCommand(); | 246 | var command = new GenerateDatabaseCommand(); |
| 247 | command.Extensions = Array.Empty<IBinderExtension>(); | 247 | command.Extensions = Array.Empty<IFileSystemExtension>(); |
| 248 | command.Output = output; | 248 | command.Output = output; |
| 249 | command.OutputPath = databaseFile; | 249 | command.OutputPath = databaseFile; |
| 250 | command.KeepAddedColumns = true; | 250 | command.KeepAddedColumns = true; |
