Archive: product version format


product version format
Hi,
I want to have the product version format something like x.x.xx, but the product version is always coming as x.x.x.x

VIProductVersion "1.0.1.5"
VIAddVersionKey FileVersion "1.0.15"
VIAddVersionKey ProductVersion "1.0.15"

Can anybody help me?
thanks
Suresh M


um, 1.0.15.0


Thanks. But it doesnt work. It says 1.0.15.0. I want the product version to be x.x.xx only


The ProductVersion is a four digit value.

See this MSDN page for further details: http://msdn.microsoft.com/en-us/library/aa381058.aspx