Skip to content
⌘ NSIS Forum Archive

Install files

3 posts

duermer#

Install files

Hello,

I have a problem.
I do not know how could I should do this.

I want to add some files to install.
But I have nothing found to this in the User Manual.
I have the rest of the setup but it do not install files and yet I want install files but I do not konw how.

Maybe somebody can write the line to add files.

Sincerly Patrick Hennig
VegetaSan#
This is how

Section

File /a "THE DESTINATION OF THE FILE"

SectionEnd
; NOTE : MUST BE IN SECTION

Example

File = kichik.exe
Location of FILE = C:

Then you must use
File /a "C:\kichik.exe"

Dont forget to put it in a section!!!