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

MSI file relative path feature #202

Closed mega5800 closed 1 month ago

mega5800 commented 1 month ago

:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:

Please fill out the following checklist:

If you need any help at all, feel free to submit the PR and @-mention activescott and I'll be happy to assist!

Hello @activescott.

I took care of this ticket.

The CLI logic now knows how to handle MSI file relative path by converting it to absolute one. After that the CLI performs the extraction regularly, as if an absolute MSI file path was provided in the first place.

In addition, I added the necessary tests and expected CSV files.

Thank you.

mega5800 commented 1 month ago

@activescott, any updates? Thank you.

activescott commented 1 month ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: