79826854

Date: 2025-11-21 18:39:12
Score: 0.5
Natty:
Report link

pymsi might work if you're okay with Python. It's on pypi with the package name python-msi, and then you get a CLI utility called pymsi that has options for dumping info on an MSI file and extracting files, as well as being able to import pymsi to use it in your own Python scripts. There is also an interactive web demo similar to lessmsi if you want to try it out and get a sense of what it can handle.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ryan