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 58 lessmsi issues
Sort by recently updated
recently updated
newest added

In my opinion, if I can search the table, I can find what I need more quickly in the table.

enhancement
help wanted
good first issue

In the code a new ExtractionProgress object is created in Wixtracts.cs like this: `progress = new ExtractionProgress(progressCallback, filesToExtract.Length); ` However, this assumes it should set the progress bar maximum value...

bug
help wanted
good first issue

I was trying to unpack the node.js MSIs from https://nodejs.org/download/release/v6.2.0/. ``` mkdir TMP ..\path\to\lessmsi x node-v6.2.0-x64.msi TMP\ ``` However no files are unpacked. Inspecting the MSI with the `o` command...

bug

@zippy1981 , @learn-more , @raphaeldore subj

enhancement
help wanted

**Describe the bug** It is an MSI Error while I am trying to extract the files to downgrade my GTAIV I expected it to run perfectly fine.. When it didn't...

As title. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.microsoft.com/en-us/edge/business/download 2. Download latest stable msi package 3. Try to unpack 4. Nothing, no files detected **Expected behavior**...

**Describe the bug** A clear and concise description of what the bug is. Extracting the MSI from .NET FX SDK 1.1 gets the following error: ``` --------------------------- MSI Error! ---------------------------...

bug
help wanted
high priority

from https://code.google.com/p/lessmsi/issues/detail?id=5

Native linux build depends on this AFAICT https://github.com/activescott/LessIO https://github.com/activescott/libmspack4n https://web.archive.org/web/20070325122013/http://easynews.dl.sourceforge.net/sourceforge/wix/wix-2.0.4820.0-sources.zip (or alternatively [here](https://codeplexarchive.blob.core.windows.net/archive/projects/wix/wix.zip))

With lessmsi 1.4: ``` $ wine lessmsi.exe x pkg.msi fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0" fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.5" Extracting 'Z:\...\pkg.msi' to 'Z:\...\pkg'. fixme:ver:GetCurrentPackageId (0x32f6d8 (nil)): stub ``` (success) With lessmsi 1.5,...

bug
WINE