atsuk
11th February 2004 07:39 UTC
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
11th February 2004 09:31 UTC
Does your script use any plugins? If it does you will have to include them aswell.
Vytautas
atsuk
11th February 2004 09:38 UTC
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?
Joost Verburg
11th February 2004 11:39 UTC
makensis.exe, graphics files, plug-ins, header files.
kichik
13th February 2004 09:16 UTC
Only makensis.exe is required. Other files are needed only if used by the script.