Friday, May 6, 2011

How to read assembly version of a file.

Hello Friends, today I have a POC to work on i.e. get the version information of an assembly and to update it in a config file. This can be easily done in Dotnet, but in Installshield one should know the inbuilt function, which returns the numeric version information of the specified file.


Function Name: VerGetFileVersion
Syntax
VerGetFileVersion(szFileName,svVersionNumber)


Help:
Please refer to Installshield Help for more details.

No comments:

Post a Comment