Releases: activescott/lessmsi
v1.1.7: Separates code to reusable dll and GUI & Command Line Executables
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
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
v1.1.4 Release
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
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