9 releases (breaking)

0.7.0 Oct 24, 2023
0.6.0 May 27, 2023
0.5.1 Mar 5, 2023
0.5.0 May 8, 2022
0.1.0 Oct 24, 2017

#70 in Windows APIs

Download history 6546/week @ 2024-01-28 5967/week @ 2024-02-04 6105/week @ 2024-02-11 7434/week @ 2024-02-18 13643/week @ 2024-02-25 21285/week @ 2024-03-03 22508/week @ 2024-03-10 21540/week @ 2024-03-17 8469/week @ 2024-03-24 8571/week @ 2024-03-31 7662/week @ 2024-04-07 6861/week @ 2024-04-14 8428/week @ 2024-04-21 7313/week @ 2024-04-28 9099/week @ 2024-05-05 8388/week @ 2024-05-12

33,786 downloads per month
Used in 8 crates (5 directly)

MIT license

250KB
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 library for reading/writing Windows Installer (MSI) files.

A Windows Installer file, or MSI file, represents a Windows software package and a declarative description of how it should be installed. An MSI file consists of a relational database stored within a Compound File Binary file.

Dependencies

~4MB
~128K SLoC