View Single Post
  #1  
Old 07-02-2007, 04:50 PM
ambalboa ambalboa is online now
Registered User
 
Join Date: 06-25-2007
Location: Houston, TX
Posts: 70
How are .exe files registered?

I am compiling a file using 'Make VB6' action step, which would create an .exe file. I would then need to register it, but how? Currently, I am registering .dll files with a 'Run Program' action step with the following line:

%DOSCMD% regsvr32 /s "%WINSYSDIR%\filename.dll"

I don't think I repeat this for an .exe file. I'm supposed to use the /regserver and /unregserver options, but how would I do that with a 'Run Program' step, or would I use another?

P.S.: I pressed the enter key accidentally, which posted my message without me finishing. Sorry.

Last edited by ambalboa; 07-02-2007 at 04:56 PM.
Reply With Quote