Is there a simple way to display a the applications version number in the installer dialogs?
Currently, I am editing the produced .msi file to modify the dialog titles to include [ProductVersion] beside [ProductName]. Really, I want to be able to setup Advanced Installer so it just does that (or something similar) for all projects I create without me having to perform this manual editing afterwards.
I thought there was some way to edit the dialog templates, but I coudn't find any way to add the [ProductName] into them.
Ideally, I'd like to modify the Welcome Message to include the product version in it.