-
Notifications
You must be signed in to change notification settings - Fork 35
Support for MSI Format #83
Open
Description
The MSI installer format is not dissimilar to an archive of many files.
There is a .NET Framework library for parsing MSI files, but no nuget is published. It may be possible to fork lessmsi and add MSI extraction support, or write it from scratch.