ademus
18th January 2004 17:14 UTC
how to indicate the file to install?
HI, I m totally newbie to NSIS (good program!) and a bit idiot.
I learn the script and interface of NSIS but don't reach to understand how to indicate the external file to install or embed this external file before to compile the installer
Hum,it s not a joke
Joel
18th January 2004 18:57 UTC
First welcome to the forums :9
Second, see documentation about File and the /oname parameter.
ademus
18th January 2004 21:36 UTC
where can I find some examples
I would link a directory (ie: myDirectory)
Is this right?
File /r myDirectory\*.*
thanks!
Joel
19th January 2004 03:30 UTC
With:
File /r myDirectory\*.*
Will embed all the files in
myDirectory including "the files in their subdirectories". Keeping their relative path...
ademus
19th January 2004 12:47 UTC
thank u very much LOBOS