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


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?)


Does your script use any plugins? If it does you will have to include them aswell.

Vytautas


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?


makensis.exe, graphics files, plug-ins, header files.


Only makensis.exe is required. Other files are needed only if used by the script.