Skip to content
⌘ NSIS Forum Archive

Which files are needed during compilation of .nsi with command line

5 posts

atsuk#

Which files are needed during compilation of .nsi with command line

Hi,
I made a program that writes .nsi file and compiles it with command line. The problem is that computers that launch my program don't have nsis, so either they have to install nsis or I only have to put some additional nsis files to temporary directory while compilation, which would be deleted after installation.
I know that computer needs more than only makensis.exe to execute program, but I do not know exactly which files (could someone give me a list of required files?)
Vytautas#
Does your script use any plugins? If it does you will have to include them aswell.

Vytautas
atsuk#
jeah.. some .dll's and pictures, but i mean is there some additional files that nsis need for compiling .nsi in addition to files, that are refered in script?