Andy-W
Posts: 5
Joined: Mon Oct 19, 2020 3:18 pm

Version in msi file name

Is it possible to automatically include the product version in the msi file name?

Thanks
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Version in msi file name

Hello,

Yes, it is possible.

In order to achieve that, please go to "Product Details" page and, in the "Name" field, add the following:

Code: Select all

[|ProductVersion]
e.g.:

Code: Select all

Your Application [|ProductVersion]
Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Andy-W
Posts: 5
Joined: Mon Oct 19, 2020 3:18 pm

Re: Version in msi file name

No, that changes the product name to include the version. I only wish to have the version number as part of the MSI name.
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Version in msi file name

Hello Andy,

If you want to make only the MSI name contain the version, please go to "Builds" page --> "Output" section --> "MSI Name" field.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”