By mswatcher
via boxedapp.com
Submitted: Jun 30 2008 / 13:29
Many applications use ActiveX and COM components. But all ActiveXs should be registered in the system registry to be used properly. This is a problem:
* registration in the registry requires admin rights
* sometimes registration influences to other applications
for example, your application uses Flash 7, but another application requires Flash 9
* your application should register an ActiveX at startup and unregister it when ActiveX is not needed anymore
for example, your application is so-called portable application
Add your comment