Hello,
I am trying to detect OLESelfRegister in file version info (to detect
if library requires registration), but to my surprise
FileVersionInfo ignores this flag :(
Dim Info As FileVersionInfo = FileVersionInfo .GetVersionInfo (m_File)
will return all version information, however not OLESelfRegister . Any
idea why this is ignored? And more important, anyone knows how to
detect it???
Thanks,
Martin
I am trying to detect OLESelfRegister in file version info (to detect
if library requires registration), but to my surprise
FileVersionInfo ignores this flag :(
Dim Info As FileVersionInfo = FileVersionInfo .GetVersionInfo (m_File)
will return all version information, however not OLESelfRegister . Any
idea why this is ignored? And more important, anyone knows how to
detect it???
Thanks,
Martin
Comment