Hi,
I would like to register a COM ocx under managed code (C#).
I cannot use reg-free way, because the code has to run under Win2K.
I cannot find any useful site/code.
Thanks for any help.
lelez
-----------------------------------
http://www.lelez.hu
http://www.csitcset.hu
ICQ: 177465172
Lelekács Zoltán - 23 Nov 2005 13:06 GMT
I couldnt find any good solution.
I had to call regsvr32 through shell...
lelez
-----------------------------------
http://www.lelez.hu
http://www.csitcset.hu
ICQ: 177465172
Willy Denoyette [MVP] - 22 Nov 2005 17:52 GMT
>I couldnt find any good solution.
> I had to call regsvr32 through shell...
[quoted text clipped - 4 lines]
> http://www.csitcset.hu
> ICQ: 177465172
call regsvr32 from C# using Ssytem.Diagnostics.Start()
Willy.