I have a file which I wish to "Install", whose name will change from time to time. I'd like set a constant (or variable) to the name, so that I can easily change it, and avoid doing a massive find/replace.

Unfortunately, the following throws an error on the Install File line:

#const $FNAME$ = "HelloWorld.txt"
Install File "D:\$FNAME$ to %_SB_INSTALLDIR%\$FNAME$

Any suggestions?
Thx