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

Currently users are always forced to select the target dir for extracted stuff. This is mostly unnecessary and tedious. I miss an options "automatically extract files to source dir" ...which...

enhancement
help wanted
good first issue

```` in LessIO.Strategies.Win32.Win32FileSystemStrategy.CreateDirectory(Path path) in LessMsi.Msi.Wixtracts.ExtractFiles(Path msi, String outputDir, MsiFile[] filesToExtract, AsyncCallback progressCallback) in LessMsi.Cli.Program.DoExtraction(String msiFileName, String outDirName, List`1 filesToExtract) in LessMsi.Cli.ExtractCommand.Run(List`1 allArgs) in LessMsi.Cli.Program.Main(String[] args)

bug

If I open a msi file with InstEd it shows two columns for directories, target_path and source_path. In lessmsi it only shows one column, it uses target_path for this. Would...

Would be awesome if there was a lightweight .NET API (in similarity to Sharpziplib) that allowed one to simply point to a file path, open an MSI archive stream, fetch...

Readme indicates errors are displayed on the command line when using it via winebottler. Investigate and fix.

WINE

At the moment, the lessmsi command line allows the dumping of a single table to stdout. I would like a command line option to dump all the tables in the...

enhancement
help wanted
good first issue

pull them from github API and dispaly in about box. part of build script.

enhancement

http://msdn.microsoft.com/en-us/vstudio/dotnetnative.aspx

enhancement

Hi, I've just tried your lessmsi tool and I would use it if it had better basic MSI information in the summary. I just want to get the 'Description', 'Version'...