I keep trying to run an exe but this error comes up: component ‘tabctl32.ocx’ or one of its dependencies is not correctly registered: a file is missing or invalid.
I downloaded tabctl32.ocx, placed it in system 32 and ran command prompt as admin and put in regsvr32 C:\windows\system32\TABCTL32.OCX
and I got the module (directory) failed to load. The specified module could not be found.
you will need to issue the regsvr32 command in the directory where tabctl32.ocx is located. That will avoid having to include the full path to the file – DOS commands do not like long path names which is why the file cannot be found..
Navigate to the C:\Windows\System32 folder in the DOS window first.
Then use simple command regsvr32 tabctl32.ocx