just tried to define the outfile like that:
However the name of the outfile is:
Name MyInstaller
!define VERSION 1.0.0
OutFile $(^Name)_${VERSION}.exe
$(^Name)_1.0.0.exe
If I use $(^Name) later in the code it is correctly printing the name. Any ideas?