activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.32k stars 153 forks source link

LessMSI.Core as stand-alone API #69

Open xavierdecoster opened 8 years ago

xavierdecoster commented 8 years ago

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 files from it, etc.

Looks like LessMSI.Core may meet that demand? I, for one, would give that NuGet package a try :)

activescott commented 8 years ago

@xavierdecoster Thanks for taking the time to request this. I think this could be done easily and quickly with the following steps:

If this is all done and submitted as a PR I'll pull it and publish a release that publishes LessMSI.Core as a nuget package. If you have any questions or need any help at all ping me and I'll be happy to help!