DOCUMENT:Q195474 09-NOV-1998 [vbwin] TITLE :HOWTO: Determine RDO Files Needed for Distribution of App PRODUCT :Microsoft Visual Basic for Windows PROD/VER:WINDOWS:5.0,6.0 OPER/SYS:WINDOWS KEYWORDS:kbVBp500 kbVBp600 kbWizard kbAppSetup kbSDKWin32 kbRDO ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Enterprise Edition for Windows, versions 5.0, 6.0 --------------------------------------------------------------------- SUMMARY ======= If you need to know all of the files needed to distribute for RDO to work successfully on a machine that does not have Visual Basic installed, you can determine this by using the Dependency file generated by the Setup Wizard. ODBC must already be on the machine where RDO is being installed. Another option is to use the Dependency Walker that comes with the Platform SDK. This shows all of the files a particular DLL depends upon in a graphical format. It can be obtained at: http://www.microsoft.com/msdownload/platformsdk/sdktools.htm MORE INFORMATION ================ The following steps will generate a dependency file showing the files needed for RDO: 1. Create a Standard EXE project in Visual Basic. Form1 is created by default. 2. Add a reference to "Microsoft Remote Data Object 2.0." 3. Save this project and run the Application Setup Wizard on it. 4. Select "Generate Dependency File" in the Setup Wizard. 5. Once the setup files are created. run the Setup.exe. 6. You will then have a file with a .DEP extension that can be opened with Notepad. MSRDO20.DLL will be shown in this file and the files it uses are also shown (RDOCURS.DLL, COMCAT.DLL, and ODBC32.DLL). REFERENCES ========== For additional information, please see the following article in the Microsoft Knowledge Base: ARTICLE-ID: Q176428 TITLE : PRB: MSRDO20.OCX Not Registered When Running Application Setup Additional query words: ====================================================================== Keywords : kbVBp500 kbVBp600 kbWizard kbAppSetup kbSDKWin32 kbRDO Version : WINDOWS:5.0,6.0 Platform : WINDOWS Issue type : kbhowto ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1998.