msureshkr
18th September 2008 23:57 UTC
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
Anders
19th September 2008 00:03 UTC
um, 1.0.15.0
msureshkr
19th September 2008 00:07 UTC
Thanks. But it doesnt work. It says 1.0.15.0. I want the product version to be x.x.xx only
pengyou
19th September 2008 00:56 UTC
The ProductVersion is a four digit value.
See this MSDN page for further details: http://msdn.microsoft.com/en-us/library/aa381058.aspx