Details tab of setup built as MSI has no version

Got a problem you cannot solve? Try here.
Post Reply
jkrasky
Posts: 40
Joined: Mon Dec 29, 2008 10:46 am

Details tab of setup built as MSI has no version

Post by jkrasky »

Running InstallAware X13 Build 12.23.2020.

If I build a project as an .exe, when I right click on the setup, select properties and go to the Details tab, the product version number is displayed.

If the same project is built as an .msi, there is no product version number on the properties tab.

Is there a way of getting the product version on the properties tab of a .msi?
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Details tab of setup built as MSI has no version

Post by FrancescoT »

This doesn't depend on InstallAware.

Unfortunately, by design, MSI doesn't supply a version field with its file properties. The only option is to include the version with the "comment" or 'title' fields.

Hope this helps you.
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply