lessmsi icon indicating copy to clipboard operation
lessmsi copied to clipboard

A tool to view and extract the contents of an Windows Installer (.msi) file.

Results 57 lessmsi issues
Sort by recently updated
recently updated
newest added

In the Wiki for the command-line, there is a note: Note: There is a known bug err "limitation" that you can only specify the name of the file (not the...

help wanted
good first issue
high priority

Have a look at this free software: https://github.com/emoacht/Wifinian/releases After extracting the *.zip files I got an *.msi file. This file cannot be extracted DIRECTLY with LessMSI Extract. I have to...

bug
help wanted

``` --- a/src/LessMsi.Core/Msi/Wixtracts.cs +++ b/src/LessMsi.Core/Msi/Wixtracts.cs @@ -504,7 +504,7 @@ namespace LessMsi.Msi Path originalCabFile = Path.Combine(msi.Parent, cabSourceName); if (!originalCabFile.Exists) { - throw ExternalCabNotFoundException.CreateFromCabPath(cabSourceName, msi.Parent.FullPathString); + continue; //throw ExternalCabNotFoundException.CreateFromCabPath(cabSourceName, msi.Parent.FullPathString); } FileSystem.Copy(originalCabFile,...

enhancement
help wanted
good first issue

**Describe the bug** Failed to extract files from KutoolsforExcelSetup.msi **To Reproduce** Steps to reproduce the behavior: 1. Download the [KutoolsforExcelSetup.msi](https://download.extendoffice.com/downloads/KutoolsforExcelSetup.msi) 2. Select All and Extract files from KutoolsforExcelSetup.msi 3. See...

help wanted
good first issue

Is there a way to **just** extract the files themselves, without lessmsi also re-creating the folder paths inside the msi? i.e. I extract to the path `C:\blah\`, (`lessmsi.exe x "{file}"...

[Sample](https://github.com/activescott/lessmsi/files/1871301/PlayStationNow.zip)

bug
help wanted

**Describe the bug** Please, add "overwrite" files in the destination option. Instead of adding `*.duplicate1` files, I'd like lessmsi to overwrite files in the destination. **To Reproduce** Steps to reproduce...

enhancement
help wanted
good first issue

Hi, the program creates a file on: C:\Users\USERNAME\AppData\Local\LessMsi\lessmsi-gui.exe_Url_2f40pggqe2qwc3oufnjnqq0l3gqel3k3\1.6.91.0\user.config It would awesome if it were created only on the same folder where the executable is, so that it can be used...

enhancement
help wanted
good first issue

This msi file references a CAB file that is not embedded inside of the msi file itself. The msi file is named Media1.cab and was expected to be in the...

**Describe the bug** The About window contain truncated and wrapped line because the ABOUT window is too small (and cannot be enlarged) and text font are too big. ![image](https://user-images.githubusercontent.com/1262554/106491639-5dc64600-64b7-11eb-8eab-abb01fada536.png) The...

help wanted
good first issue