Found this today searching for the answer:
http://groups-beta.google.com/group/...8dc3c68e545815
might help, here is a selection of it:
We had this same problem with several active X controls,
including MSFlexGrid.
This is what we did:
We put the following in a setup.bat file in folder <X>:
---------------
echo off
copy controls\*.* c:\winnt\system32
c:
cd \winnt\system32
installcontrols
Echo on
Echo "Done"
pause
----------------
Put the following in file called InstallControls in a
folder <X>\Controls
regsvr32 msflxgrd.ocx
maybe that will help!