diff options
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 | ||
