You can include references to remote DCOM servers in your setup project. In distributed applications, the controlling client application resides on one computer, but the data is on another computer. The client application accesses the remote data through a remote DCOM server. You must first register the remote DCOM server on the client machine before it can be used.
There must be certain DCOM files available before you can configure the setup executable to reference a remote DCOM server. These files are usually labeled .tlb and .vbr, and can be created by both Microsoft® Visual J++™ and Microsoft® Visual Basic® when they build a project. Adding both of these files to the self-extracting setup executable project will enable the referencing ability of the setup project.
To add remote DCOM server files to a Visual J++ Project
Next you can add the remote file references to your setup project.
To add remote server file references to a setup distribution unit