https://github.com/mdsteele/rust-msi
Rust library for reading/writing Windows Installer (MSI) files
https://github.com/mdsteele/rust-msi
Last synced: about 1 year ago
JSON representation
Rust library for reading/writing Windows Installer (MSI) files
- Host: GitHub
- URL: https://github.com/mdsteele/rust-msi
- Owner: mdsteele
- License: mit
- Created: 2017-09-23T19:11:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T10:30:16.000Z (over 1 year ago)
- Last Synced: 2025-05-13T16:55:25.842Z (about 1 year ago)
- Language: Rust
- Size: 886 KB
- Stars: 60
- Watchers: 6
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-msi
[](https://github.com/mdsteele/rust-msi/actions/workflows/tests.yml)
[](https://crates.io/crates/msi)
[](https://docs.rs/msi)
A pure Rust library for reading/writing [Windows
Installer](https://en.wikipedia.org/wiki/Windows_Installer) (MSI) files.
Documentation: https://docs.rs/msi
## License
rust-msi is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).