Releases: activescott/lessmsi
Releases · activescott/lessmsi
v1.6.93
v1.6.92
v1.6.91
v1.6.3
This is the same as v1.6.2. The only changes are some metadata changes in the chocolatey package that Chocolatey was complaining about.
v1.6.2
This release contains the following improvements:
- [#86]: The "Lessmsi Explore" Windows Explorer context menu now works on msi files in paths containing spaces (@raphaeldore)
- [#88]: Fixes failure failed extract (NullReferenceException) on a msi with some of the parent directories not listed in the Directory table (@vnau)
- [#96]: Improved readme with Github badges + Donation text (@kauegimenes)
- [#99]: Added progress indicator to command line interface (@Bioruebe)
- [#109]: A python wrapper is now available in the
/contrib
directory (@KOLANICH)
v1.6.1
This release has a fix and a minor new enhancement:
- #84 Didn't release all the necessary file handles and could cause errors like
Wixtracts.ExtractFiles keeps msi Record handles open
- Thanks for the PR @ramiabughazaleh! - #82 You can now enter a path in the "File" textbox on the main GUI screen and press enter and it will open a file browser dialog at the path you entered.
As always, I recommend you install via Chocolatey here.
v1.6.0
- #80 New! Can now view the embedded OLE Structured Storage Streams inside the msi file. See the new Streams tab.
- #78 Fixes an issue with the putty installer (that may well afflict other wix-created installers) that does not have an accessible
_Streams
table. - #79 Changed the
ctrl+c
/copy to clipboard behavior for tables to copy them as tab-delimited with a header row to make them easier to paste into Excel.
As always, I recommend you install via Chocolatey here.
v1.5.1
v1.5
Windows 10 Support
- Adds support for Windows 10 (Issue #52)
- Now all binaries require .NET Framework v4.0 or greater
- Fixes for the Windows Explorer integration (when you right-click on a .msi file in Windows Explorer)