Windows 窗体应用程序中的 LZMA 压缩
我之前使用 NSIS 创建安装程序,我喜欢它支持的 LZMA 压缩。
现在我正在学习 VS,想知道我们是否可以使用 LZMA 或任何其他方式压缩文件?
我主要使用 C# 和 Windows 窗体。
I have used NSIS to create installers before and I love the LZMA compression it supports.
Now I'm learning VS and was wondering if we can compress files using LZMA or any other way?
I'm primarily using C# and Windows Forms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
7zip 提供了一个公共域库,其中包含用于 LZMA 压缩的 C# 源代码 - 请参阅 http://www.7-zip .org/sdk.html
7zip offers a public domain library with C# source for LZMA compression - see http://www.7-zip.org/sdk.html