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


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?


use copyfiles where you'd use file


Originally posted by Yathosho
use copyfiles where you'd use file
Thank you, I'll give that a try!