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.
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.