10 releases (breaking)

0.8.0 Aug 8, 2024
0.7.0 Oct 24, 2023
0.6.0 May 27, 2023
0.5.1 Mar 5, 2023
0.1.0 Oct 24, 2017

#45 in Windows APIs

Download history 18342/week @ 2024-11-17 20525/week @ 2024-11-24 23383/week @ 2024-12-01 20628/week @ 2024-12-08 19852/week @ 2024-12-15 14148/week @ 2024-12-22 14009/week @ 2024-12-29 21485/week @ 2025-01-05 21535/week @ 2025-01-12 21613/week @ 2025-01-19 26989/week @ 2025-01-26 29043/week @ 2025-02-02 28860/week @ 2025-02-09 28435/week @ 2025-02-16 29278/week @ 2025-02-23 24784/week @ 2025-03-02

115,110 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
~131K SLoC