Dominic Grimaldi
Dominic Grimaldi
Has anybody found a workaround for this?
I made a small example in that [same branch](https://github.com/GrimOutlook/rust-msi/blob/mre/examples/dump_cfb_streams.rs) that dumps the all the streams in the MSI using the `rust-cfb` crate and compared the output between the default `Schema.msi`...
Yeah, I was afraid of that 🥲 I'll keep investigating and if I manage to find a fix I'll submit a pull request.
I'm starting to lean towards it being more likely caused by the `rust-cfb` crate. In that same branch I made an example called `duplicate` that tries to as closely duplicate...