Quote Originally Posted by VanGoghGaming View Post
As far as I know the TLB does not need to be registered as long as it's present in the same folder as the executable. It just loads it from there on every execution. Very interesting info about the checkbox to produce "Remote Server Files". I just tried it and it does produce a TLB file as well as a VBR file (which is just a text file containing various registry keys describing the classes present in the ActiveX EXE). I don't know what's the purpose of this VBR file since the ActiveX EXE still needs to be run as administrator if you copy it to another location...

On the other hand a TLB never needs to be distributed along with your executables. It is only needed if you distribute source code. All info in the TLB gets compiled in the executable when you make it.
If you create a TLB file using the "Remote Server Files" option, it DOES need to be distributed ... test it!