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

#68 in Windows APIs

Download history 6322/week @ 2024-01-24 6586/week @ 2024-01-31 6149/week @ 2024-02-07 6265/week @ 2024-02-14 10849/week @ 2024-02-21 17158/week @ 2024-02-28 21114/week @ 2024-03-06 19762/week @ 2024-03-13 18057/week @ 2024-03-20 8494/week @ 2024-03-27 8259/week @ 2024-04-03 7302/week @ 2024-04-10 7294/week @ 2024-04-17 8065/week @ 2024-04-24 7212/week @ 2024-05-01 8144/week @ 2024-05-08

31,854 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