|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Member
Join Date: Jun 2003
Location: Estonia
Posts: 91
|
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?) |
|
|
|
|
|
#2 |
|
Major Dude
|
Does your script use any plugins? If it does you will have to include them aswell.
Vytautas |
|
|
|
|
|
#3 |
|
Member
Join Date: Jun 2003
Location: Estonia
Posts: 91
|
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?
|
|
|
|
|
|
#4 |
|
NSIS MUI Dev
Join Date: Nov 2001
Posts: 3,717
|
makensis.exe, graphics files, plug-ins, header files.
|
|
|
|
|
|
#5 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Only makensis.exe is required. Other files are needed only if used by the script.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|