I am using "Microsoft Deployment Compression Cab 1.0.0" nuget package in my C# code to compress one file into one Cab file (need to maintain 1 to 1 ratio), to quote the parent source of this package:
This package contains Microsoft Dlls that make it easier to work with cabinet files (.cab) or some of their derivatives from .net code.
My question is regarding the max file size that will be supported by microsoft dlls for compression if the code is running over Windows Server 2010 and onwards?
P.S. Some sources like this suggest that it's 2GB but that used to be the case in FAT days. Am I right in assuming that it must be greater than 2GB now and will only be limited by the current file system's maximum file size?