Version of running exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QUEyZTcyRQ==?=

    Version of running exe

    How do I get the version of a running exe using managed code? I can using API
    calls.

    Objective: display the version in the exe's about message i.e the code will
    be inside the exe itself.

    Thanks.
  • Morten Haug

    #2
    Re: Version of running exe

    You can use Assembly.GetEnt ryAssembly().Ge tName().Version .
    How do I get the version of a running exe using managed code? I can
    using API calls.
    >
    Objective: display the version in the exe's about message i.e the code
    will be inside the exe itself.
    >
    Thanks.
    >

    Comment

    Working...