Home All Groups Group Topic Archive Search About

Register DsoFramer programatically

Author
15 Jan 2007 10:41 AM
Hori
Hi,

I am using DsoFramer in my .NET1.1 C# Application for
Office-Integration. Before using it, I have to call

regsvr32 dsoframer.ocx

For the installation of many clients, this is not very pracitable. Has
anybody an idea how to do this programatically in C#?


Thanks,
Hori

Author
15 Jan 2007 10:59 AM
Alexander Malapheev[MCP]
Hi, Hori

I see tree ways for this:
1. Write msi installer which will register your ocx.
2. You can programmatically call regsvr32 with dsoframer.ocx parameter.
3. You can call DllRegisterServer function directly from ocx.

Show quote
> Hi,
>
> I am using DsoFramer in my .NET1.1 C# Application for
> Office-Integration. Before using it, I have to call
>
> regsvr32 dsoframer.ocx
>
> For the installation of many clients, this is not very pracitable. Has
> anybody an idea how to do this programatically in C#?
>
>
> Thanks,
> Hori
>

AddThis Social Bookmark Button