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
how to indicate the file to install?
5 posts
First welcome to the forums :9
Second, see documentation about File and the /oname parameter.
Second, see documentation about File and the /oname parameter.
where can I find some examples
I would link a directory (ie: myDirectory)
Is this right?
File /r myDirectory\*.*
thanks!
I would link a directory (ie: myDirectory)
Is this right?
File /r myDirectory\*.*
thanks!
With:
Will embed all the files in myDirectory including "the files in their subdirectories". Keeping their relative path...
File /r myDirectory\*.*
thank u very much LOBOS