Skip to content
⌘ NSIS Forum Archive

Maybe I'm completely missing something...

2 posts

RandomPacket#

Maybe I'm completely missing something...

I apologize if I've overlooked something incredibly obvious (and I'm sure I have) but I'm not seeing how to bundle all of the files into the installer. I can make the installer do everything I want it to except add files. Can someone help or point me in the right direction?

-- Jason
pjw62#
it seems you are 😉

SetOutPath $INSTDIR
File "C:\myprogram\file.ext"

This would add and compress file.ext to the installer and extract it to $INSTDIR (when the installer is ran).