Windows closing with no reason on an elevated process from IE Plug
- From: ThePinkPanther <ThePinkPanther@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Apr 2008 10:39:06 -0700
Hello.
I'm converting and old IE 6 plugin to work under IE 7 Protected mode in vista.
The plugin needs access to MAPI, so it couldn't do all it's work from
protected mode, and I've had to move some of the functionality to an external
exe com server.
The new process get created in medium integrity level and has all the access
rights it needs, but once it creates windows, messageboxes and such they
appear for 1-20 seconds then disappear, for no apparent reason , and returns
from it's function.
For example, it shows the MAPI address book, it looks fine, then it
disappears, and the log says the function that was responsible for it
returned S_OK.
I think this might have something to do with the fact that low integrity
processes shouldn't be allowed to send messages to medium integrity windows,
but there's no reason why the plug in itself would try to send messages to
the window.
Also, I would expect from such a scenario to crash the low integrity
process, not the window which was running in higher integrity.
How can this be fixed?
Thank you.
Eyal Cohen.
.
- Follow-Ups:
- RE: Windows closing with no reason on an elevated process from IE Plug
- From: ThePinkPanther
- RE: Windows closing with no reason on an elevated process from IE Plug
- Prev by Date: Re: ole automation and createprocess
- Next by Date: RE: Windows closing with no reason on an elevated process from IE Plug
- Previous by thread: ole automation and createprocess
- Next by thread: RE: Windows closing with no reason on an elevated process from IE Plug
- Index(es):
Relevant Pages
|