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/GenerateDatabaseCommand.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/GenerateDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs index 84c2dcfd..6b365ecd 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/GenerateDatabaseCommand.cs | |||
| @@ -30,7 +30,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 30 | 30 | ||
| 31 | public IMessaging Messaging { private get; set; } | 31 | public IMessaging Messaging { private get; set; } |
| 32 | 32 | ||
| 33 | public Output Output { private get; set; } | 33 | public WindowsInstallerData Output { private get; set; } |
| 34 | 34 | ||
| 35 | public string OutputPath { private get; set; } | 35 | public string OutputPath { private get; set; } |
| 36 | 36 | ||
| @@ -350,7 +350,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 350 | } | 350 | } |
| 351 | } | 351 | } |
| 352 | 352 | ||
| 353 | private void BindTransform(Output transform, string outputPath) | 353 | private void BindTransform(WindowsInstallerData transform, string outputPath) |
| 354 | { | 354 | { |
| 355 | var command = new BindTransformCommand(); | 355 | var command = new BindTransformCommand(); |
| 356 | command.Messaging = this.Messaging; | 356 | command.Messaging = this.Messaging; |
