Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE6 attempts to install missing office component when using excanvas to draw image

Tags:

javascript

I have a page that uses excanvas to draw some images. While testing the new page in IE6, one computer attempts to open office 2000 and install a missing component. If the office 2000 install is canceled the vml images appear. This problem only happens on one of my test machines but it still worries me.

Anyone seen this issue when using IE6 and excanvas before?

like image 755
Jason Rowe Avatar asked Mar 27 '09 02:03

Jason Rowe


People also ask

How do I fix Microsoft Office installation error?

If you encountered a problem while installing Office on a PC, try restarting your computer and then attempting to install Office again. If that didn't help, use this easy fix tool to uninstall Office completely. After your uninstall is complete, try reinstalling Office.


1 Answers

First of all: With my OSX/Linux background I'm not an IE6 expert at all! :)

That said: It looks like a MIME-Type problem to me. Is there a way to associate MIME-Types to applications in IE6? If yes, compare the settings of the two IE6 setups and look for differences.

like image 65
Javier Avatar answered Nov 15 '22 01:11

Javier