In VB6 if I compile I get a nice simple something.exe which I can move around at will.

With vb.net I got several files

things like
Interop.VBScript_RegExp_55.dll
Interop.SHDocVw.dll (for automating internet explorer rather than webbrowser control)
Interop.Scripting.dll

So is there a way to just "register" those DLL so I can copy just the exe files around and the computer knows where to find the corresponding dll.

Thanks.