diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-23 15:37:56 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-23 16:02:37 -0700 |
| commit | 354f6d5b79404544cb7c0e11a0d9212b4780ce09 (patch) | |
| tree | 1082ce6dd66604f7da315d6a15c85ac3f56b745a /src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |
| parent | 3051bf2fc300df125115c9538a0bfc8256bfde6a (diff) | |
| download | wix-354f6d5b79404544cb7c0e11a0d9212b4780ce09.tar.gz wix-354f6d5b79404544cb7c0e11a0d9212b4780ce09.tar.bz2 wix-354f6d5b79404544cb7c0e11a0d9212b4780ce09.zip | |
Integrate latest Data changes for FileTuple and AssemblyTuple
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs index be3c720f..95438f96 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateCabinetsCommand.cs | |||
| @@ -296,6 +296,8 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 296 | /// <param name="fileToken">The file token of the first file present in the splitting cabinet</param> | 296 | /// <param name="fileToken">The file token of the first file present in the splitting cabinet</param> |
| 297 | internal void NewCabNamesCallBack([MarshalAs(UnmanagedType.LPWStr)]string firstCabName, [MarshalAs(UnmanagedType.LPWStr)]string newCabinetName, [MarshalAs(UnmanagedType.LPWStr)]string fileToken) | 297 | internal void NewCabNamesCallBack([MarshalAs(UnmanagedType.LPWStr)]string firstCabName, [MarshalAs(UnmanagedType.LPWStr)]string newCabinetName, [MarshalAs(UnmanagedType.LPWStr)]string fileToken) |
| 298 | { | 298 | { |
| 299 | throw new NotImplementedException(); | ||
| 300 | #if TODO_CAB_SPANNING | ||
| 299 | // Locking Mutex here as this callback can come from Multiple Cabinet Builder Threads | 301 | // Locking Mutex here as this callback can come from Multiple Cabinet Builder Threads |
| 300 | var mutex = new Mutex(false, "WixCabinetSplitBinderCallback"); | 302 | var mutex = new Mutex(false, "WixCabinetSplitBinderCallback"); |
| 301 | try | 303 | try |
| @@ -417,6 +419,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 417 | // Releasing the Mutex here | 419 | // Releasing the Mutex here |
| 418 | mutex.ReleaseMutex(); | 420 | mutex.ReleaseMutex(); |
| 419 | } | 421 | } |
| 422 | #endif | ||
| 420 | } | 423 | } |
| 421 | 424 | ||
| 422 | 425 | ||
