Mshta.exe GPF on some vista running .hta file embedding owc11 acti

L

Luc Alquier

Hello everybody

here is some clues :
- On the vista (SP1) that causes the GPF if we deactivate Data Execution
Prevention (DEP) all work fine.
- On my vista vm with no sp it works fine.
- If we embed ours atcivex in similar web page it also work fine.


Here is the sample file for testing purpose (save as .hta)

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<DIV>
<OBJECT classid="clsid:0002E55A-0000-0000-C000-000000000046" id="owc11"
height="400" width="400"></OBJECT>
</DIV>
</body>
</html>
 

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