diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:40:49 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:56:11 -0700 |
| commit | 6eab6255f832007886c4b01861dc39d5582177ef (patch) | |
| tree | cb3e11ad38046ed74eede94126c9923e4dfc287b /src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | |
| parent | f01d284101e95d490497062c2dc9065423d0cf37 (diff) | |
| download | wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.gz wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.bz2 wix-6eab6255f832007886c4b01861dc39d5582177ef.zip | |
Update to WindowsInstallerData rename from Data
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs index 2936ad7b..8757024e 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | |||
| @@ -21,7 +21,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 21 | 21 | ||
| 22 | public string TempFilesLocation { private get; set; } | 22 | public string TempFilesLocation { private get; set; } |
| 23 | 23 | ||
| 24 | public Output Transform { private get; set; } | 24 | public WindowsInstallerData Transform { private get; set; } |
| 25 | 25 | ||
| 26 | public IMessaging Messaging { private get; set; } | 26 | public IMessaging Messaging { private get; set; } |
| 27 | 27 | ||
| @@ -31,8 +31,8 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 31 | { | 31 | { |
| 32 | int transformFlags = 0; | 32 | int transformFlags = 0; |
| 33 | 33 | ||
| 34 | Output targetOutput = new Output(null); | 34 | WindowsInstallerData targetOutput = new WindowsInstallerData(null); |
| 35 | Output updatedOutput = new Output(null); | 35 | WindowsInstallerData updatedOutput = new WindowsInstallerData(null); |
| 36 | 36 | ||
| 37 | // TODO: handle added columns | 37 | // TODO: handle added columns |
| 38 | 38 | ||
| @@ -456,7 +456,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 456 | return compared.Value; | 456 | return compared.Value; |
| 457 | } | 457 | } |
| 458 | 458 | ||
| 459 | private void GenerateDatabase(Output output, string outputPath, bool keepAddedColumns) | 459 | private void GenerateDatabase(WindowsInstallerData output, string outputPath, bool keepAddedColumns) |
| 460 | { | 460 | { |
| 461 | var command = new GenerateDatabaseCommand(); | 461 | var command = new GenerateDatabaseCommand(); |
| 462 | command.Codepage = output.Codepage; | 462 | command.Codepage = output.Codepage; |
