run it as a command line from delphi.
But probaby you should better do that during installation,
look  innosetup , it is free.

make a batch file, using the notepad having the following line:
regsvr32 yourexname /s <-- cant remember what the syntax for registering was
and during installation call it (innosetup can do much more than just
calling a batch file)
/s would register it silently.

Regards



On 2/22/06, Luis Gerardo González González <[EMAIL PROTECTED]> wrote:
> HI everyone
>
>  Right now, I have some DLL-COM, I register them with
> regsvr32.exe and works great, but now, I have done an
> EXE-COM, How to register it in Delphi code or with
> other program??, because with regsvr32 sends me an
> error. I know that with execute the EXE is enougth,
> but I dont want to execute it, I want to register it
> in a silect form.
>
> Thanks any comment or suggest.
>
> Gerardo Gonzalez.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Delphi mailing list -> [email protected]
> http://www.elists.org/mailman/listinfo/delphi
>
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to