#windows-installer #installer #package #windows

bin+lib msi_ffi

使用 msi 包提供的 Windows 安装程序 (MSI) 文件的基本 FFI 接口进行读取

2 个不稳定版本

0.8.0 2024 年 8 月 11 日
0.7.0 2024 年 4 月 18 日

#5 in #windows-installer

Download history 5/week @ 2024-05-20 70/week @ 2024-08-05 45/week @ 2024-08-12

115 每月下载量

MIT 许可证

260KB
5.5K SLoC

rust-msi

Build Status Crates.io Documentation

一个用于读取/写入 Windows 安装程序 (MSI) 文件的纯 Rust 库。

文档:https://docs.rs/msi

许可证

rust-msi 在 MIT 许可证 下提供。


lib.rs:

一个基本的外部函数接口 (FFI) 用于“仅”读取 Windows 安装程序 (MSI) 文件的信息,基于 msi 包构建。

依赖项

~7.5MB
~203K SLoC