Why can't my ActiveX EXE doesn't run in another workstation? Do I need to register it like ActiveX DLL's and OCX's? If so, I need to programatically register it into another workstation. How can I achieve that?
Printable View
Why can't my ActiveX EXE doesn't run in another workstation? Do I need to register it like ActiveX DLL's and OCX's? If so, I need to programatically register it into another workstation. How can I achieve that?
Do I need to register it like ActiveX DLL's and OCX's?
Not neccessarily. If you start an ActiveX EXE by double clicking on the file in Explorer then it will "self-register", otherwise yes you do need to install it similar to DLL's and OCX's.