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

`[file_names]` wildcard and/or regex support #186

Open brian6932 opened 4 months ago

brian6932 commented 4 months ago

Can be handy when extracting files that can have variable names.

lessmsi.exe x foo.msi ba*.qux
lessmsi.exe x foo.msi 'ba[rz]\.qux'