OLESelfRegister missing in FileVersionInfo

  • Thread starter Thread starter Martin Zugec
  • Start date Start date
M

Martin Zugec

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
 
Any ideas? I found that probably only way how to find it is to use
directly GetFileVersionInfo API, however I was not able to find any
examples how to use this API from VB.NET :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top