Archive: ActiveX Controls


ActiveX Controls
Hi,
I need to install program files in their own folder and also the ActiveX Controls in the winsys directory. How do I do that?

Also, after installing, I need to register them with RegDLL but upon uninstalling, I know I must use UnRegDLL. The problem is that how do I know if the ActiveX is not used by other programs? (I tried deleting the ActiveX when I uninstall with no problems but there are other programs using it)

Thanks
Ryan


If I am not mistaken, an ActiveX is a shared DLL. Use the functions in functions.htm to add or reomve shared DLLs. Upgrade DLL is also avaiable in there, but better version can be found by searching the forum.