activescott / lessmsi

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

Extracting 32bit and 64bit directory #107

Closed UNiXMIT closed 5 years ago

UNiXMIT commented 6 years ago

The MSI I am trying to extract installs a bin directory in C:\Program Files (x86) and a bin directory in C:\Program Files. So when I extract this MSI I get one bin directory with double the amount of files and half of them have the extension .duplicate1. Is there something I can do to stop this or does the issue lie with the MSI? Thanks

activescott commented 5 years ago

Not sure - it depends on how the MSI package author did things. Please attach or link to the msi and maybe someone can take a look. Feel free to re-open the issue with more info.