Old 11th September 2003, 12:24   #1
JCD29
Junior Member
 
Join Date: Sep 2003
Location: FRANCE
Posts: 34
Question 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..

JCD
JCD29 is offline   Reply With Quote
Old 11th September 2003, 13:41   #2
Sunjammer
Major Dude
 
Join Date: Jun 2002
Location: Swindon, UK
Posts: 559
Isn't it self registering, e.g. exename /RegServer ?
Sunjammer is offline   Reply With Quote
Old 11th September 2003, 14:07   #3
JCD29
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
JCD29 is offline   Reply With Quote
Old 11th September 2003, 14:52   #4
SteelCoder
Junior Member
 
SteelCoder's Avatar
 
Join Date: May 2003
Location: Charleston, SC
Posts: 11
Use ExecWait. e.g.:

ExecWait "MyServer.exe /regserver"

SteelCoder
SteelCoder is offline   Reply With Quote
Old 11th September 2003, 14:53   #5
Sunjammer
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.
Sunjammer is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump