I’m trying to compile a program which uses cabarc.exe, but I don’t have cabarc.exe. The problem is that the Microsoft Cabinet SDK is no longer available so I can’t get it from there either.
Where can I get this file?
P.S. I’m looking for a download from a trusted source such as microsoft.com
It appears that the
cabarc.exeutility has been replaced withmakecab.exe, which comes with Windows [source].It should be located in:
The
cabarcdocumentation can be found here.The
makecabdocumentation can be found here.