Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   command line output (http://forums.winamp.com/showthread.php?t=250865)

jbkielis 11th July 2006 13:47

command line output
 
Hello everyone, thank in advance for any help.

I am running the installer from the command line and I would like to output flag usage information if the user type something like "setup.exe /help". I can easily parse the command line options, but I can't seem to output information back to the command line in the form of text i.e.

dir>usage flags: /L /help /C

Any ideas? Would it be possible by using FindWindow and sending a command to the command line? If so, how?

Thanks.

Afrow UK 11th July 2006 14:11

You can't do this as the installer is a GUI application and not a CLI one.
You can just do what msiexec /? does which is to display a message box with usage details.

-Stu


All times are GMT. The time now is 05:56.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.