File "$0"
I want to use this:
StrCpy$0 "x.dll"
>File "Files\$0"
But there is always an Errormessage:File: "Files\$0" -> Files not found-
how can I use Variables on the "File" command?
Archive: File "$0"
File "$0"
I want to use this:
StrCpy$0 "x.dll"
>File "Files\$0"
But there is always an Errormessage:As described in your other topic by Anders:
http://forums.winamp.com/showthread.php?threadid=274653
You cannot use run-time variables at compile time. This is a logical impossibility. You want to use !define instead.
Stu
oh damn...
okay, thank you