Custom variables do not resolve
Posted: Mon Nov 09, 2020 10:11 am
I try to select a source path for a helper program from a variable:
But the setup build bails out with
Can't I use custom variables like that?
Thanks!
Code: Select all
Set Variable MyVersion to 0.8
...
Install Files #PROJDIR#\..\Helper-$MyVersion$\helper.exe to $TargetDir$\helper
But the setup build bails out with
No files matching pattern <TempDir>\Helper-$MyVersion$\helper.exe
Can't I use custom variables like that?
Thanks!