OLESelfRegister missing in FileVersionInfo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Zugec

    OLESelfRegister missing in FileVersionInfo

    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
  • Martin Zugec

    #2
    Re: OLESelfRegister missing in FileVersionInfo

    Any ideas? I found that probably only way how to find it is to use
    directly GetFileVersionI nfo API, however I was not able to find any
    examples how to use this API from VB.NET :(

    Comment

    • Claes Bergefall

      #3
      Re: OLESelfRegister missing in FileVersionInfo

      Maybe this helps:


      /claes

      "Martin Zugec" <martin.zugec@g mail.comwrote in message
      news:58da0b0a-ac4c-46e7-83c0-e8430b9562f6@f6 3g2000hsf.googl egroups.com...
      Any ideas? I found that probably only way how to find it is to use
      directly GetFileVersionI nfo API, however I was not able to find any
      examples how to use this API from VB.NET :(

      Comment

      Working...