Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Console Version of NSIS (http://forums.winamp.com/showthread.php?t=266158)

compmaniac 19th February 2007 18:27

Console Version of NSIS
 
Is there a console version of NSIS anywhere?

Like, something that I could include in a free software package?

Also, how do I get the directory that the installer is in, and use it later in the script?

Joel 19th February 2007 20:05

Re: Console Version of NSIS
 
Quote:

Is there a console version of NSIS anywhere?
What do you mean? Installer showing the ms-dos window?
Quote:

Like, something that I could include in a free software package?
You can use NSIS with any software
Quote:

Also, how do I get the directory that the installer is in, and use it later in the script?
Use $EXEDIR. Did you try the docs?

compmaniac 19th February 2007 22:23

Thanks for telling me about $EXEDIR

But by console version, I mean, is there a version of MakeNSISW where, in command prompt, I can type in something like nsis.exe -c file.txt, and it'll make an installer file out of the code in file.txt?

Thanks.

pengyou 20th February 2007 00:53

Quote:

is there a version of MakeNSISW where, in command prompt, I can type in something like nsis.exe -c file.txt, and it'll make an installer file out of the code in file.txt?
The 'makeNSIS' program does this. Have a look at Chapter 3 in the NSIS Users Manual:
http://nsis.sourceforge.net/Docs/Chapter3.html#

compmaniac 20th February 2007 19:59

Thanks.


All times are GMT. The time now is 04:37.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.