How to set Product Version from command line
Posted: Tue Apr 24, 2007 7:14 am
I've embed production of setup in my builds, but I want to pass ProductVersion without set it manually.
( n.b. sample project set this to a GUID but the balloon tell it must contain only number and period )
I've try to use a #ProductVersion# global variable, but the MSI Database Validation give me an error:
ICE24 ProductVersion: '#ProductVersion#' is an invalid version string.
how can I do this ?
( n.b. sample project set this to a GUID but the balloon tell it must contain only number and period )
I've try to use a #ProductVersion# global variable, but the MSI Database Validation give me an error:
ICE24 ProductVersion: '#ProductVersion#' is an invalid version string.
how can I do this ?