Archive: Calling NSIS compiler from commandline ????


Calling NSIS compiler from commandline ????
Is it possible to call NSIS compiler from the cammandline.
Read: Can I call it out of a DOS batch script ?


Of course it is, nsis *is* a command line program!!! You must be getting confused with makensisw.exe which is *not* NSIS, it's just a wrapper program to provide a graphical interface.

To call NSIS on the command line just run makensis.exe.