Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)
I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
Opening each archive with the interface in order to click it becomes tedious with many files.
Same for others functions like Remove Archive Encryption
Feature / Bug: MSI Plugin Uses Wrong File Name
-
Hello,
I was reviewing the MSI plug-in and see that it is using the MSI File table column called “File” to list the filenames and for creating the file upon extraction.This column contains an abstracted file name, not the final file name that the MSI would create if installed. This is done so that the same MSI can contain multiple files with the same name - like when the same file “something.exe” needs a 32 bit and 64 bit version in the same package, but has the same name when installed on the target system. The “File” column is the key to the table and must be unique. The “FileName” column contains the name of the file as it would appear if installed by the package.
This is a fairly frequent occurrence on Microsoft SDK MSIs which are exactly the kind I’d rather do an extract on than do a complete install.
Would it be possible to change the plug-in to use the FileName column when displaying and extracting files?
Thanks,
D.