I have an ActiveX control that I load using JavaScript in Internet Explorer. It should work as medium integrity in UAC in Vista and Win7. This is written in C / C ++ compiled in Visual Studio.
One way to increase privileges is to create a broker process that can request the level of integrity of the environment. However, this project is not a practical solution. I really need an ActiveX control to run a higher level.
My question is: what is the easiest way to do this? Can I change the build parameters in a project as exe and use the COM interprocess connection system to automatically process messages or do I need to be more complex? Do I need to do something complicated, how to manually call CreateProcess and make a kind of broker, or can it only work as an ActiveX exe that raises itself?
source
share