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 leading '0' is still being trim away.

   <Bundle Name="$(env.MyBundleProductName)" 
        Manufacturer="$(env.CompanySignature)" 
        UpgradeCode="{$(var.UpgradeCode)}"
        Version="$(var.ProductVersion)">
         ..............

Any idea how to avoid the leading '0' being stripped out?
Thanks!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/The-version-of-installed-program-missing-the-leading-0-tp7581698.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to