Skip to content

Releases: activescott/lessmsi

v1.1.7: Separates code to reusable dll and GUI & Command Line Executables

02 Mar 07:59
Compare
Choose a tag to compare

The big changes here are that the old lessmsi.exe is now only a thin wrapper around lessmsi.core.dll which contains the logic and lessmsi-gui.exe contains the GUI application. This should resolve issue #18 and make the core logic more reusable for others (#19) such as @0install.

Thanks to @bastianeicher for a major contribution to this release.

v1.16: Fixes chocolatey package

19 Jan 04:32
Compare
Choose a tag to compare

Most users won't care about this release. However, if you are trying to create a chocolatey package that depends on lessmsi, it will be relevant to you. See issue #15 . And big thanks for @ferventcoder for the fix!

v1.1.5: Support for external cab files

07 Dec 22:17
Compare
Choose a tag to compare
  • This release resolves issue #4 by adding support for msi files with external cabs. Thanks to @acelent for the pull request!

v1.1.4 Release

25 Nov 04:32
Compare
Choose a tag to compare

This release contains minor updates. Specifically the following issues are resolved:

  • #11 : The chocolatey package now uses github release binary for downloads.
  • #12 : Adds the "Component" information to the extract files grid.

To download the binaries for installation without having to compile, download the file lessmsi-v1.1.4.zip below.

v1.1.3

09 Sep 16:10
Compare
Choose a tag to compare

Resolves a couple issues...
Google Code Issue 43 : You can now drag & drop .msi files onto the dialog and it will open them.
Google Code Issue 50 : The list of tables in the Table View tab now only lists tables that actually exist in the currently loaded msi.

To download the binaries for installation without having to compile, download the file lessmsi-v1.1.3.zip below