Re: [WiX-users] The version of installed program missing the leading 0

2012-11-01 Thread gy16888
All of our previous and existing products' versions have the leading 0. Now, the leading 0 is stripped away when we start using Wix 3.6 bundle. It is just inconsistent. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/The-version-of-installed-progra

Re: [WiX-users] The version of installed program missing the leading 0

2012-10-31 Thread Rob Mensching
Not possible today. Why do you need that? On Wed, Oct 31, 2012 at 12:57 PM, gy16888 wrote: > I pass "08.11.09.11" to var.InstallerVer, but the version is shown as > "8.11.09.11" in "Control Panel\Programs\Programs and Features". I tried to > create my own preprocessor var like var.ProductVersio

[WiX-users] The version of installed program missing the leading 0

2012-10-31 Thread gy16888
I pass "08.11.09.11" to var.InstallerVer, but the version is shown as "8.11.09.11" in "Control Panel\Programs\Programs and Features". I tried to create my own preprocessor var like var.ProductVersion and pass "08.11.09.11" via candle's option -dProductVersion= "08.11.09.11". It doesn't help. The l