Skip to content
⌘ NSIS Forum Archive

how to indicate the file to install?

5 posts

ademus#

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
ademus#
where can I find some examples

I would link a directory (ie: myDirectory)
Is this right?

File /r myDirectory\*.*

thanks!
Joel#
With:

File /r myDirectory\*.*
Will embed all the files in myDirectory including "the files in their subdirectories". Keeping their relative path...