I want to read out the comment of an .msi file with nodejs.
I found this question but the answer doesn't print out the comment of the file.
Is there any way to read out the comment of an .msi file? Also it would be great if this also works on linux.
Edit: I found another question that reads those meta data from a jpeg image. But that module doesn't work for .msi files...
I also found one that reads metadata from .mp3
files
Edit:
Why do I want to get the comment out of the file? Because a .msi
file doesn't have an attribute version
, the version is written in the comment. Or does some other methode exist to get the version of the software within the installer? (I mean, after installation, the version number is displayed in apps and features
in windows when you try to uninstall it)