The tool used to manually install Active-X controls is
"regsvr32.exe". It usually is installed in your system32
directory and is callable from a command line.
For instance: regsvr32 myactiveX.ocx
"fat cat" wrote in message news:5065000000080000003D170000-984280909000@quiq.com...
> Currently when I install my stand alone application on a non-LabView
> PC the activeX container is empty. I am using the Microsoft Treeview
> Control. I understand that I need to register the activeX control
> manually. How do I do this?