Forum: NSIS Discussion
2nd January 2007, 19:11
|
|
Replies: 2
Views: 1,947
|
Forum: NSIS Discussion
2nd January 2007, 18:33
|
|
Replies: 2
Views: 1,947
suggestion on file usage?
It appears I can't use a variable as argument to the file instruction. For example, file $theFile.
I'm trying to conditionalize where the files to install are located like so:
Var /GLOBAL...
|