From df8cf532fb8f77947664b95901122b8b47fe562b Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 17 May 2020 17:30:46 -0400 Subject: Add missing ARM64 cases & random fixes. --- src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind') diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs index 6840b2d4..f63835b8 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/ExtractCabinetsCommand.cs @@ -90,7 +90,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind { if (null != record) { - // since the cabinets are stored in case-sensitive streams inside the msi, but the file system is not case-sensitive, + // since the cabinets are stored in case-sensitive streams inside the msi, but the file system is not (typically) case-sensitive, // embedded cabinets must be extracted to a canonical file name (like their diskid) to ensure extraction will always work var cabinetFile = Path.Combine(this.IntermediateFolder, String.Concat("Media", Path.DirectorySeparatorChar, diskId.ToString(CultureInfo.InvariantCulture), ".cab")); -- cgit v1.2.3-55-g6feb