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

Extraction done into explorer directory: Should be "Download" directory #179

Closed pstein closed 5 months ago

pstein commented 1 year ago

I am using LessMSI to extract a *.msi package on 64bit Windows 10 via context menu

It is done but into the directory of File Explorer. How can I extract it into the system-wide official default DOWNLOAD directory?

If this is not possible this option should be added in the next release

activescott commented 5 months ago

Yeah the default behavior when you're inside of a folder and using that menu item is to extract it to the current directory. If you want to extract to Downloads you can open it in Lessmsi and then extract it where you want.

If you (or anyone) were to submit a PR that adds a new menu item like "Lessmsi Extract to Downloads" I'd accept it.