Thanks. I set Version attribute for Product element in format x.x.y.z and it is displayed correctly in Show Info window, but the issue is - actual application version is e.g. 1.260.1.25, but msi cannot be compiled due to installer restriction (major and minor should be less than 256). So I thought there is simple way to update DisplayVersion. Is there the only way out to update registry after install?
-----Original Message----- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Tuesday, March 16, 2010 8:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Specify version number in Support Information window Works fine for me in all our MSI's & I don't do any special ARP property settings for it unlike a lot of the other items on that dialog. Are you setting the Version attribute correctly on your Product element? It should be something like 1.2.3.4 & I think the maximum value you can use for any of the 4 fields is 32768. As far as I know it's read from the "DisplayVersion" string in the registry under your products Uninstall information (see HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{YOUR-PRODUCT-G UID-HERE}\). Make sure that's set properly after installation for your product if it's still not showing up. Comments you can do with <Property Id="ARPCOMMENTS">Insert your comment here.</Property> See http://msdn.microsoft.com/en-us/library/aa370905.aspx for other similar Properties relating to the ARP dialogs. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: C P [mailto:chilavegp...@mail.ru] Sent: 16 March 2010 16:07 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Specify version number in Support Information window Hi All, could you please tell is there a ability to specify version in Support Info dialog like it's done for e.g. Firefox - "Version: 3.6 (En-US)". To see Support Info you should go to Control Panel -> Add or Remove Programs select Firefox and click on "Click here for support information" link. Also how can I show string Comments: in Support Info? Thanks, TKI ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users