Do you know how to add a version number to setup package in Advanced Installer?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
Developers should add a version number at the end of the out package. E.g. SSWCodeAuditor_<mark>v14.0.0</mark>.exe
Here is how you do it in Advanced Installer:
- In the navigation pane look for Media
- Choose Configuration tab and click in MSI name text box which is located under Output section
- Next to the text add [|ProductVersion]. If the text-box is empty you may want to start it with [|ProductName]

Figure: Advanced Installer - Add version to output package