I would like to add a FileVersion to a .MSI file.
I do not want to add a Version for the installed product/files. I'm looking for a way to modify the MSI, so I can add something like a .RC header (https://msdn.microsoft.com/en-us/library/aa381058(VS.85).aspx).
It has to remain MSI, I can not change it to an executable.
I can work with... WinAPI? .NET? WiX? ... any hints?
Thanks!