Skip to content
⌘ NSIS Forum Archive

Everything in one file

6 posts

tulp#

Everything in one file

Hello everyone.

Is it possible to put all the installation files and directory's in just one install.exe file? Like a zip file.

Now I copy from one directory to another with:
SetOutPath

Any help?
Tulp
glory_man#
SetOutPath - "sets the output path" (c)🙂. I think you use "File" instruction to put files in output dir. Use wildcard with File (see documentation 4.9.1.5 File).
tulp#
Thank you for your replay,
I read the manual, but my English is not so good.
I can't understand how you do it exactly.

Greets from Tulp