Skip to content
⌘ NSIS Forum Archive

all in one .exe

3 posts

gildan2020#

all in one .exe

hi, i'm a newbie to nsis.
how do i include all da files i need for installation in one .exe file like winamp installer?
thanx

gildan2020
kichik#
Use the File command to add files to the installer and to extract them to $OUTDIR. Use SetOutpath to set the $OUTDIR and create it. Have a look at the examples under the Examples directory for more examples.