Hi ,

I want to register some DLL and OCX file which I have created .

I am able to register DLL and OCX file using "RegSvrCE.exe" but problem is
that

after registering DLL and OCX it shows some messages like

"DllRegisterServer in \Hard Disk\APP\MyApp.dll succeded" ,to remove this
message

I have to click on "OK" which I don't want to do.

Is there any way to register DLL and OCX file without displaying any message?

Thanks in Advance.
Amit

Re: How to register DLL and OCX by voidcoder

voidcoder
Wed Dec 27 08:43:11 CST 2006


Add "/s" switch (silent mode) to the RegSvrCE.exe
command line.



Amit Golhani wrote:
> Hi ,
>
> I want to register some DLL and OCX file which I have created .
>
> I am able to register DLL and OCX file using "RegSvrCE.exe" but problem is
> that
>
> after registering DLL and OCX it shows some messages like
>
> "DllRegisterServer in \Hard Disk\APP\MyApp.dll succeded" ,to remove this
> message
>
> I have to click on "OK" which I don't want to do.
>
> Is there any way to register DLL and OCX file without displaying any message?
>
> Thanks in Advance.
> Amit