Skip to content
⌘ NSIS Forum Archive

NSIS, add folder to output path

5 posts

dybc2125#

NSIS, add folder to output path

As known that we can add file by:

SetOutPath "$INSTDIR\readme"
File "Readme.txt"

How do I add a folder that contains sub-folders and files to the output path? Thanks
Guest#
Great, needed that, now about creating a folder

That was also what I needed. Now about how to create an empty folder?