ActiveX's won't download in IE (no Info bar)

R

Robert Aldwinckle

....
And I think I have tried everything now (both suggestion from news,
and from Microsoft Norway), but nothing helps (and MS just wants me to
reinstall XP).


I haven't seen a response to my suggestions to you for how you could
diagnose this.

http://www.microsoft.com/communitie...explorer.ie6.browser&lang=en&cr=US&sloc=en-us

But I still this must be a case of one or more DLLs or registry
settings missing or beeing corrupt, but NO ONE seems to know what DLLs
or registry entries that could cause this malfunction in IE6 :-(


Perhaps not but I told you how I would try to find out and I requested
minimally that you give us a specific example to work on.


Robert
---
 
L

Lars-Erik Østerud

Robert Aldwinckle:
I haven't seen a response to my suggestions to you for how you could
diagnose this.
http://www.microsoft.com/communitie...explorer.ie6.browser&lang=en&cr=US&sloc=en-us

Strange, maybe my newsserver missed that. I try and see.
Perhaps not but I told you how I would try to find out and I requested
minimally that you give us a specific example to work on.

I use the Free spyware scanner in the ZoneAlarm (free version)
download page. It gives (or should give) a "Info bar alert" Could use
Windows Update as well, but since I needed that I copied that ActiveX
from a working system, and then I doesn't try do download it again :)
 
L

Lars-Erik Østerud

Robert Aldwinckle:
I haven't seen a response to my suggestions to you for how you could
diagnose this.

Working PC: All Security setting set to "Prompt", execpt "Automatic
prompting for ActiveX" which is set to "Disable".

URL:
http://www.zonelabs.com/store/content/promotions/spywarescanner/scanner.jsp?dc=12bms&ctry=&lang=no

Dialog box: Scripts are usually safe. Do you want to allow scripts to
run? Answer: Yes

Dialog box: Do you want to allow software such as ActiveX controls and
plug-ins to run? Answer: Yes

Info Bar: This site might require the following ActiveX control:
'Integrity security scanner' from 'Check Point Software Technologies
Inc'. Click here to install... Answer: Close Info Bar (else it will
download, and I can't test anymore on that working PC :)

Web page message: Error: You cannot access this page..... (this
obviously since I refused ActiveX download :)


Non-working-PC: All Security setting set to "Prompt", execpt
"Automatic prompting for ActiveX" which is set to "Disable".

URL:
http://www.zonelabs.com/store/content/promotions/spywarescanner/scanner.jsp?dc=12bms&ctry=&lang=no

Dialog box: Scripts are usually safe. Do you want to allow scripts to
run? Answer: Yes

Dialog box: Do you want to allow software such as ActiveX controls and
plug-ins to run? Answer: Yes

Web page message: Error: You cannot access this page..... (this
obviously since I refused ActiveX download :)


So again, doesn't seem like it tries to download the ActiveX even if I
answer yes. There is no Info Bar, just the error messge from the page
that the ActiveX was not downloaded. Also I tried with "Trusted" and
with "Automatic prompting" as well. Still no Info bar (but the info
bar works, it appears if I open a web-page with a script or similar
from my local disk, so that doesn't seem to be the problem).

So question remains: Why doesn't IE download ActiveX'es one these to
system, and what causes this (DLL, registry entry, or whatever?)
 
R

Robert Aldwinckle

....
Non-working-PC: All Security setting set to "Prompt", except
"Automatic prompting for ActiveX" which is set to "Disable".

URL:
http://www.zonelabs.com/store/content/promotions/spywarescanner/scanner.jsp?dc=12bms&ctry=&lang=no ....
There is no Info Bar, just the error messge from the page
that the ActiveX was not downloaded.


Very good. I understand your problem symptom much more clearly now.


Did you also try my suggestion to trace .dll accesses using FileMon?

In fact, what I just did was trace all iexplore entries and highlighted .dll
entries. This gives clear evidence of when the Information bar is shown
by this entry:

0.00594433 iexplore.exe:3576 QUERY INFORMATION F:\WINDOWS\media\Windows XP Information Bar.wav SUCCESS Attributes: N

and just before that I saw (highlighted) lines such as:

0.00949478 iexplore.exe:3576 READ F:\WINDOWS\system32\xpsp2res.dll SUCCESS Offset: 2687488 Length: 16384
0.01665882 iexplore.exe:3576 READ F:\WINDOWS\system32\ieframe.dll SUCCESS Offset: 2536960 Length: 16384


DependencyWalker shows that ieframe.dll has both entry points
DllRegisterServer and DllInstall. So you could try

regsvr32 /i ieframe.dll

to see if some bits in the registry need refreshing for its use.


The trace shows other .dlls being accessed in the same breakpoint.
What I would do with them is at least check that you are using the
same versions on both machines.


Other than that I hope you can get some more clues by comparing
FileMon and RegMon traces of your two cases. BTW I find it useful
to wait at least 5 seconds between prompts and after all trace activity
has subsided. E.g. that way I can record which sets of lines each
breakpoint contains. Etc.


Good luck

Robert
---
 
L

Lars-Erik Østerud

Robert Aldwinckle:
Did you also try my suggestion to trace .dll accesses using FileMon?

Do you have a link to that again, then I'll try on both system to see.
0.00949478 iexplore.exe:3576 READ F:\WINDOWS\system32\xpsp2res.dll SUCCESS Offset: 2687488 Length: 16384
0.01665882 iexplore.exe:3576 READ F:\WINDOWS\system32\ieframe.dll SUCCESS Offset: 2536960 Length: 16384

DependencyWalker shows that ieframe.dll has both entry points
DllRegisterServer and DllInstall. So you could try

regsvr32 /i ieframe.dll

to see if some bits in the registry need refreshing for its use.

I could try regsvr32 on all DLL's you suggest :)
 
L

Lars-Erik Østerud

Robert Aldwinckle:
regsvr32 /i ieframe.dll

This file is not on the disk on neihter the working nor the
non-working :) Tried regsvr32 on all other "ie*.dll" files

That disn't help. So I'll try to scan more later...
 
P

PA Bear

Lars-Erik Østerud said:
Strange, maybe my newsserver missed that. I try and see.
<snip>

Use the MS newsserver instead to access the MS newsgroups, Lars-Erik: No
subscription/password, messages appear within minutes and are kept available
on the server for a minimum of 90 days. Many other servers infrequently
sync with the MS server and remove messages after 24 hours or less.
 
R

Robert Aldwinckle

Lars-Erik Østerud said:
Robert Aldwinckle:


This file is not on the disk on neihter the working nor the
non-working :) Tried regsvr32 on all other "ie*.dll" files

That disn't help. So I'll try to scan more later...


Oops. I'm actually using IE7b1 and didn't realize that that must be
a new module.

Perhaps somebody else who is using IE6sp2 can help you using
the same technique.

BTW in case you haven't found it yet FileMon is freeware from
SysInternals.


Good luck

Robert
---
 
G

Guest

i have the same problem infobar does not pop-up to load activex i have tryd
everthing u have let me no if u get it fixed
 
A

Alan

I have read through all the posts on this and so far I have seen no mention
of the additional "Kill Bit" elements in MS05-052. Buried in the text of
this bulletin is a list of dll files that have the CLSD Kill Bit modified in
the registry. This is over and above what is carried out in MS05-038. It may
be worth checking to see if any entry is corrupt and not restored to its old
value when uninstalling MS05-052.
I don't profess to fully understand what the Kill Bit does. However, looking
at KB909889 and 909738 does make interesting reading and may help.
I am not saying that this may cure your problems but I don't think anyone
has mentioned this before, so I thought I would raise it just in case.
Alan
 
L

Lars-Erik Østerud

PA Bear:
Use the MS newsserver instead to access the MS newsgroups, Lars-Erik: No
subscription/password, messages appear within minutes and are kept available

I use both, poll both my local and MS server (Agent 3.1 can do that
now, jippi :)
 
G

Guest

Hi,

did anyone already suggest this:
- Log on to your machine as Administrator and chose as domain your
local machine. DO NOT chose your enterprise domain!
- Visit the website in question and see if that changes anything
- Also make sure, that the domain administrators password and the
password for your local machine's administrators account match

regards
H. Eberhard
B&E Consulting
Germany
 
G

Guest

Open notepad. paste the following into it:

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}]
@="ClassMoniker"

[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\InprocServer32]
@="ole32.dll"

[HKEY_CLASSES_ROOT\CLSID\{0000031A-0000-0000-C000-000000000046}\ProgID]
@="clsid"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\CLSID]
@="{0000031A-0000-0000-C000-000000000046}"

then click File > Save As...
In the Save in: dropdownn box, select your desktop.
Name the file repair_kb896688.reg
and choose the Save as type: to be All Files.

Close notepad and then navigate to your desktop. Double click the file and
allow the information to be added to your registry.

We have been forced to deploy this on almost every computer in our network.
Without these regedits active x doesn't seem to work almost everywhere.
Windows update doesn't work, OWA doesn't work, control panel doesn't work
etc....

As with all registry edits...the standard warnings apply...don't do it if
you have no idea what you are doing, always make a backup etc....
 
G

Guest

Was this problem resolved? I have the same but I did not see a resolution or
if anything ever worked.
 
W

wyrenth

I am also suffering this problem.

OS: Windows 98 SE
Browser: IE SP1 6.0.2800.1106

When I go to a page that tries to install an ActiveX component, the
component downloads (the browser requests the file) but does not
install. I get no security warning asking me if I wish to install, and
like you, all of my security settings are set to Prompt or Allow.

At first, I didn't realize this was a problem, and it first cropped up
while trying to install Flash 8 after a fresh install of Windows. Flash
wouldn't install using the website. Fortunately, they had a manual EXE
installer.

Later on, I had to install the MSN Music Assistant to re-acquire the
licenses to purchased music. It wouldn't install.

Microsoft's MSN Music people tried to help, but without success, and
eventually foisted me off onto a pay-to-call service. I can't afford
that (does MS think everyone is made of money or something?) so I'm
looking online for help.

I tried the ActiveX Compatibility Manager noted earlier in this thread,
but though a number of entries are disabled, the two I thought looked
most promising (ActiveX Plugin and ActiveX Upload Manager) didn't help
once enabled.

I have no idea what to try now. I'm also interested as to whether this
got resolved.

-Wyrenth
 
G

Guest

I've got the same problem. I tried a clean install of Win 98 and Win 98SE
and continue to have the exact problem described. I've tried everything and
can't get ActiveX to download programs properly. Help please!!!
 
W

Wyrenth

Hmm, if a reinstall of the OS doesn't fix it, I wonder if maybe one of
Microsoft's updates from the Windows Update site is to blame?

-Wyrenth
 
G

Guest

I did complete "fresh installs" of both Win 98 and Win 98 SE and used Windows
Update to download the patches. I had no other anti-virus or other software
running. There is nothing that should have interfered with this.

I've tried the registry fix identified in KB909889, add sites to trusted
sites and anything else I can think of with no luck. Among the sites
requiring ActiveX that no longer work are: Office Update, Adobe Macromedia
Flash 8, McAfee Antivirus, McAfee MVT, etc.

I've looked everywhere for a fix with no luck. It looks like this has been
going on since November. With W98SE support ending soon - what am I to try
now??
 
G

Guest

Ok - I called paid Microsoft Technical Support today. After reinstalling IE6
and the OS several times there was no resolution until I reinstalled WITHOUT
applying the April MS06-013 (kb912812) Cumulative Security Updated for IE6
SP1. All ActiveX controls work fine as long as I do not apply this critical
update.

I found this information at Microsoft in the Tech Notes:
"Yes, this security update contains the Internet Explorer Active X update
previously released and discussed in Microsoft Knowledge Base Article 912945.
To help enterprise customers who need more time to prepare for the ActiveX
update discussed in Microsoft Knowledge Base Article 912945, Microsoft is
releasing a Compatibility Patch. As soon as it is deployed, the Compatibility
Patch will temporarily return Internet Explorer to the previous functionality
for handling ActiveX controls. This Compatibility Patch will function until
an Internet Explorer update is released as part of the June update cycle, at
which time the changes to the way Internet Explorer handles ActiveX controls
will be permanent. This compatibility patch may require an additional restart
for systems it is deployed on. For more information, see Microsoft Knowledge
Base Article 917425."

Microsoft support did not know whether this patch was available nor were
they able to answer as to whether the June updates "permanent" change to
ActiveX would resolve the problem or prevent us from working with ActiveX
controls again.

It's hard to say if this is good news or bad news. I hope this is of help
to someone else as I've now got nearly 20 hours invested in this for a patch
that messed up important functionality on my computer.
 
W

Wyrenth

Heh, so Microsoft broke their own browser? You'd think they'd've
realized that and -fixed- it by now. :p
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top