|
|
|
|
#1 |
|
Junior Member
Join Date: Sep 2003
Location: FRANCE
Posts: 34
|
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.. JCD |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jun 2002
Location: Swindon, UK
Posts: 559
|
Isn't it self registering, e.g. exename /RegServer ?
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2003
Location: FRANCE
Posts: 34
|
right..I forgot..we must execute it to register itself..
but with which command can we do it ?? JCD |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: May 2003
Location: Charleston, SC
Posts: 11
|
Use ExecWait. e.g.:
ExecWait "MyServer.exe /regserver" SteelCoder |
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Jun 2002
Location: Swindon, UK
Posts: 559
|
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. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|