Skip to content
⌘ NSIS Forum Archive

no pre-compilation

3 posts

Guest#

no pre-compilation

hy, i look for a possibility to include an something to my installer like


File /r "TestDir\*.*"
BUT... it should not be included on compiling - it should be included during the runtime..

For example i give not only the installer to the user.. he gets also a directory whit some files.. the installer have to use this directoy if he started.

please help me. thx
flizebogen#
As the command "File" is processed at compile time to have to use the command "Copyfiles". (if you want these files to be copied on a specific location).