#windows-installer #installer #windows #package

bin+lib msi_ffi

Basic FFI interface for reading Windows Installer (MSI) files, using the msi crate

1 unstable release

0.7.0 Apr 18, 2024

#5 in #windows-installer

Download history 123/week @ 2024-04-13 14/week @ 2024-04-20

137 downloads per month

MIT license

260KB
5.5K SLoC

rust-msi

Build Status Crates.io Documentation

A pure Rust library for reading/writing Windows Installer (MSI) files.

Documentation: https://docs.rs/msi

License

rust-msi is made available under the MIT License.


lib.rs:

A basic foreign function interface (FFI) for "only" reading information of Windows Installer (MSI) files, built on top of the msi crate.

Dependencies

~7MB
~199K SLoC