I tried the License Fixer on my test machine. It found an evaluation license for "User Interface controls 1.0 Demo". I get a "Run-time error '9': Subscript out of range" when trying to revert.
I've also gone through the registered components shown by OLE Viewer (after uninstalling the 7.1 runtime) and written a batch file to unregister any NI components I recognize. It looks like this:
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\Cit43drv.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\CitadelDL.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\GUSI.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\GfSFSI.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\SQLDriv.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\STreer.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\gfsaop3.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\hBrowXr.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\iBrowXr.ocx"
regsvr32 -u -s "C:\Program Files\National Instruments\Shared\USI\Bin\nicitusi.ocx"
regsvr32 -u -s "c:\winnt\system32\cwui.ocx"
The license fixer still shows "User Interface controls..." after running this. Any idea what ocx file or registry entries need to be knocked out to clear this?