Skip to content
⌘ NSIS Forum Archive

product version format

4 posts

msureshkr#

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
msureshkr#
Thanks. But it doesnt work. It says 1.0.15.0. I want the product version to be x.x.xx only
pengyou#
The ProductVersion is a four digit value.

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