It is not possible to get only the first three fields of the FileVersion binding. However, if you agree to assign a four-part version of Product/@Version (which is perfectly acceptable, although major updates will be discussed only in the first three fields), you can access each part of the main, minor, assembly and revision using the following variables:
!(bind.property.ProductVersion.Major) !(bind.property.ProductVersion.Minor) !(bind.property.ProductVersion.Build) !(bind.property.ProductVersion.Revision)
Hope this can be helpful.
Rob mensching
source share