Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Registering a DCOM exe...?? (http://forums.winamp.com/showthread.php?t=148846)

JCD29 11th September 2003 12:24

Registering a DCOM exe...??
 
how to register a executable using DCom technology
in DOS, we use Regserver command..
for the DLL, we use RegDLL...but for exe????

thanks for your help..

Sunjammer 11th September 2003 13:41

Isn't it self registering, e.g. exename /RegServer ?

JCD29 11th September 2003 14:07

right..I forgot..we must execute it to register itself..
but with which command can we do it ??

SteelCoder 11th September 2003 14:52

Use ExecWait. e.g.:

ExecWait "MyServer.exe /regserver"

SteelCoder

Sunjammer 11th September 2003 14:53

Exec, ExecWait, ExecShell: These are NSIS commands and are documented in the help (either with NSIS you downloaded or you can view the most upto-date CVS specific latest copy here).
nsExec::Exec, nsExec::ExecToLog, nsExec::ExecToStack: These are plugin functions of the nsExec plugin which is documented in your contrib/nsExec/nsExec.txt file.


All times are GMT. The time now is 18:07.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.