I'm trying to get the fileversion using https://msdn.microsoft.com/en-us/library/system.diagnostics.fileversioninfo(v=vs.110).aspx
and also process.MainModule.FileVersionInfo but both of them return an empty string.
If I try It with a simple Console program, It works. Is there something in Unity 4.5 that It can't get It? Is there any alternative?