Problems with activex

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
zadex
Newbie
Newbie
Posts: 3
Joined: Tue Jan 11, 2011 2:21 am

Problems with activex

Post by zadex »

I have one http applicaion that uses activex to load, my problem is that i can`t seem to install ie4linux that from what i understand works with activex.

This is the only thing i need to fix to kick windows out the door.

I`m using ubuntu 10.10. What wine version do i need to use in order for it to work ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems with activex

Post by dimesio »

zadex wrote:I have one http applicaion that uses activex to load, my problem is that i can`t seem to install ie4linux that from what i understand works with activex.
IEs4Linux is not supported here. If you want to use it, ask any questions about it on their site.

You can install IE6 or IE7 with winetricks. http://wiki.winehq.org/winetricks
fracting
Level 1
Level 1
Posts: 7
Joined: Fri Dec 17, 2010 2:09 am

Problems with activex

Post by fracting »

Dear zadex , I installed wine-1.3.11 and winetricks, then install IE6 with
winetricks , the activex runs OK , I suggest you to have a try :)


On Tue, Jan 11, 2011 at 10:10 PM, dimesio <[email protected]> wrote:
zadex wrote:
I have one http applicaion that uses activex to load, my problem is that
i can`t seem to install ie4linux that from what i understand works with
activex.

IEs4Linux is not supported here. If you want to use it, ask any questions
about it on their site.

You can install IE6 or IE7 with winetricks.
http://wiki.winehq.org/winetricks





--
Regards,
Qian Hong
-
Send from Ubuntu
http://www.ubuntu.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
chootia
Newbie
Newbie
Posts: 2
Joined: Tue Aug 16, 2011 2:19 am

Post by chootia »

First, go to Internet Options, Security, highlight trusted sites, and click default. Then add the site you are on you your trusted sites

if that doesn't work try this

Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, type the following commands, pressing ENTER after each line:

Note Click OK if you are prompted to do this.
regsvr32 softpub.dll
regsvr32 /u wintrust.dll
regsvr32 /u initpki.dll
regsvr32 /u dssenh.dll
regsvr32 /u rsaenh.dll
regsvr32 /u gpkcsp.dll
regsvr32 /u sccbase.dll
regsvr32 /u slbcsp.dll
regsvr32 /u cryptdlg.dll
regsvr32 /u softpub.dll
exit

Restart your computer.
Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, type the following commands (press ENTER after each command):

Note Click OK if you are prompted to do this.
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll
regsvr32 softpub.dll
exit
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Thank You!

Post by SpawnHappyJake »

Thank you very much chootia! That was the last missing ingredient to getting ChemDraw 12 to work! I hope to post a test result in the AppDB when I have time. (I'm in college now.) It was basically this: copy over msvbvm60.dll, install ie8 via winetricks, do chootia's procedure in wine cmd using "wineboot" for the restarts (many fail, but it worked anyways in the end), run the installer, run the now extracted msi via WINE's msiexec, run ChemDraw.exe! Save a file, and now anytime you double-click to open a cdx, it automatically opens ChemDraw, even if it is in a non-default prefix! At least it did that for me in Linux Mint 11 with Gnome, WINE 1.3.26.

Yippee!

Jake
Locked