activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.29k stars 150 forks source link

Failed to extract files from KutoolsforExcelSetup.msi #156

Open StrollStars opened 3 years ago

StrollStars commented 3 years ago

Describe the bug Failed to extract files from KutoolsforExcelSetup.msi

To Reproduce Steps to reproduce the behavior:

  1. Download the KutoolsforExcelSetup.msi
  2. Select All and Extract files from KutoolsforExcelSetup.msi
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots 2021-01-06_205539

Desktop (please complete the following information):

activescott commented 3 years ago

Thanks for reporting this! I'll take a look. Usually these .cab file issues are either super trivial or super hard. 🤞 for the former.

jjurkus commented 2 years ago

@activescott This doesn't look like it uses a .cab file. Here it stopped on a file for the chinese translation. Maybe this has to do something with encoding.

activescott commented 2 years ago

Based on the call stack it was almost certainly using a CAB originally. If the latest MSI doesn't have a CAB maybe it has changed since this was reported