S
Sharon
How can I read the version of an existing file?
The file I checking is a COM dll file.
The file I checking is a COM dll file.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How can I read the version of an existing file?
The file I checking is a COM dll file.
The FileVersionInfo.GetVersionInfo should work (-:
But the FileVersionInfo have on the Equals() that returns Boolean value, I
need to one file version with another file to determine which one is the
newer version and by that to determine whether to overwrite the existing
file in the installer class I'm
using for my VS2005 setup project.
How can I determine which file has the newer version?
No, I was talking about using the Version class to parse the string.FileVersionInfo.FileVersion.
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.