[Wine] How can I registrate an .ocx file?

Raghu raghu.jonnalagadda at cmcltd.com
Wed Jun 21 03:52:36 CDT 2006


For Registering:
----------------
wine regsvr32 foo.dll
wine regsvr32 foo.ocx

For Unregistering :
-------------------
wine regsvr32 /u foo.dll
wine regsvr32 /u foo.ocx

Regards
Raghu J.

-----Original Message-----
From: wine-users-bounces at winehq.org
[mailto:wine-users-bounces at winehq.org]On Behalf Of Daniel Skorka
Sent: Wednesday, June 21, 2006 1:11 PM
To: wine-users at winehq.org
Subject: Re: [Wine] How can I registrate an .ocx file?


Savio Ramos <savio_debian at yahoo.com.br> wrote:
> *** ERROR: An error occurred while registering the file
> 'C:\windows\system32\PrintPreview.ocx' *** ERROR: (User Responded with
'Abort')
> *** DURING THIS ACTION: DllSelfRegister:
"C:\windows\system32\PrintPreview.ocx"
>
>
> Is there any way to register this file?

regsvr32 foo
works for DLLs, maybe it works for OCX as well.

Daniel
_______________________________________________
wine-users mailing list
wine-users at winehq.org
http://www.winehq.org/mailman/listinfo/wine-users





More information about the wine-users mailing list