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/CreateCabinetsCommand.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/CreateCabinetsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs index a9b0f5f5..50dc7e3f 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |||
| @@ -69,7 +69,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 69 | 69 | ||
| 70 | public IEnumerable<IWindowsInstallerBackendBinderExtension> BackendExtensions { private get; set; } | 70 | public IEnumerable<IWindowsInstallerBackendBinderExtension> BackendExtensions { private get; set; } |
| 71 | 71 | ||
| 72 | public Output Output { private get; set; } | 72 | public WindowsInstallerData Output { private get; set; } |
| 73 | 73 | ||
| 74 | public string LayoutDirectory { private get; set; } | 74 | public string LayoutDirectory { private get; set; } |
| 75 | 75 | ||
| @@ -180,7 +180,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 180 | /// <param name="mediaRow">MediaRow containing information about the cabinet.</param> | 180 | /// <param name="mediaRow">MediaRow containing information about the cabinet.</param> |
| 181 | /// <param name="fileFacades">Collection of files in this cabinet.</param> | 181 | /// <param name="fileFacades">Collection of files in this cabinet.</param> |
| 182 | /// <returns>created CabinetWorkItem object</returns> | 182 | /// <returns>created CabinetWorkItem object</returns> |
| 183 | private CabinetWorkItem CreateCabinetWorkItem(Output output, string cabinetDir, MediaTuple mediaRow, CompressionLevel compressionLevel, IEnumerable<FileFacade> fileFacades) | 183 | private CabinetWorkItem CreateCabinetWorkItem(WindowsInstallerData output, string cabinetDir, MediaTuple mediaRow, CompressionLevel compressionLevel, IEnumerable<FileFacade> fileFacades) |
| 184 | { | 184 | { |
| 185 | CabinetWorkItem cabinetWorkItem = null; | 185 | CabinetWorkItem cabinetWorkItem = null; |
| 186 | string tempCabinetFileX = Path.Combine(this.TempFilesLocation, mediaRow.Cabinet); | 186 | string tempCabinetFileX = Path.Combine(this.TempFilesLocation, mediaRow.Cabinet); |
