mdsteele / rust-msi

Rust library for reading/writing Windows Installer (MSI) files
MIT License
58 stars 11 forks source link

Skip `DocumentSummaryInformation` stream when parsing #30

Closed shamilsan closed 3 months ago

shamilsan commented 3 months ago

Resolves #28.

We skip some streams with special names. In this PR I've added a stream with the name \u{5}DocumentSummaryInformation.

mdsteele commented 3 months ago

Thanks for fixing this!