How to make external standalone process Integrity Level same to IE and IEAddon

Add-in Express™ Support Service
That's what is more important than anything else

How to make external standalone process Integrity Level same to IE and IEAddon
IE Addon 
Zhiqing Wan




Posts: 5
Joined: 2011-08-30
Hi,
i tried the sample "Get an IE add-on to interact with a standalone application" and working fine on my computer. But when i build my own Addon, which calls an external standalone exe, it doesn't run. I searched and found this issue is due to the intergrity level. As mentioned in the above sample, both processes (IE with your add-on and standalone application) must be running in the same Integrity Level. So my question is how can i change the integrity level or what do i have to do when i create a standalone exe based on the addon toolbar?

Thanks,
Zhiqing
Posted 31 Aug, 2011 10:14:44 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Zhiqing.

Please read the following article (see 'Starting Processes from Protected Mode'):
http://msdn.microsoft.com/en-us/library/bb250462(VS.85).aspx#wpm_elebp
You can also use the CreateProcess method of the iemodule.
Posted 01 Sep, 2011 05:32:03 Top