Creating compound applications in Windows 7

Posted by Mmarquee on Stack Overflow See other posts from Stack Overflow or by Mmarquee
Published on 2010-03-28T17:50:33Z Indexed on 2010/03/28 17:53 UTC
Read the original article Hit count: 235

I need to port a suite of Windows applications (running under XP with little security turned on) to Windows 7 with various levels of security, depending on how our clients may configure it. Each functional area is a seperate executable or DLL that is downloaded and registered by a central 'compound' application. This means that the different parts are all joined together to form in effect a large single application.

My problem is that the compound application knows about the other applications via COM registery, either as a typelibrary or as OCXs, where appropriate.

I have tried several questions here to try and solve the problems I am getting, but I don't seem to be able to get around the problem of needing elevated access to register applications and access the registry. Our clients will be expecting the same (relatively) seemless download and activation process as current under XP.

So does anyone have a solution for registering typelibraries and OCX controls without need to go through an elevation process.

Thanks in advance

© Stack Overflow or respective owner

Related posts about delphi

Related posts about windows-7