I want to use this:
OutFile "$DESKTOP\Installer.exe" I cant use variables on the outfile command. So I tried this:!define Installername "$DESKTOP\Installer.exe"
OutFile "${Installername}" But there is also an Errormessage.Need help. thx
2 posts
OutFile "$DESKTOP\Installer.exe" I cant use variables on the outfile command. So I tried this:!define Installername "$DESKTOP\Installer.exe"
OutFile "${Installername}" But there is also an Errormessage.