Skip to content
⌘ NSIS Forum Archive

How to make a setup.exe and keep the files external

3 posts

Admin Matt#

How to make a setup.exe and keep the files external

Hi, I need to make an install package but I need to keep the files external from the setup.exe so that different versions of the files can be used without using NSIS to recompile. Is there any way to do this in NSIS?
Admin Matt#
Originally posted by Yathosho
use copyfiles where you'd use file
Thank you, I'll give that a try!