Load ActiveX DLL in Internet Explorer with elevated privileges
- by adum
I have an ActiveX control that I'm loading with JavaScript in Internet Explorer. It needs to run as medium integrity under UAC in Vista and Win7. This is written in C/C++, compiled in Visual Studio.
One way to elevate privileges is to create a broker process that can request a medium integrity level. However, for this project, this is not a…