home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinvrob.txt < prev    next >
Text File  |  1997-04-21  |  2KB  |  43 lines

  1. OSINVROB - CANNOT LOCATE VROBJ.DLL DURING OS/2 WARP BONUSPAK
  2.            INSTALLATION
  3. 01/10/96
  4.  
  5. =======================================================================
  6.     Cannot Locate VROBJ.DLL during OS/2 Warp BonusPak Installation
  7. =======================================================================
  8.  
  9. Please Read Entire Document for Full Explanation of Procedures
  10. --------------------------------------------------------------
  11.  
  12. DESCRIPTION
  13.  
  14. When starting the BonusPak Installation program (INSTALL.CMD), 5 
  15. messages appear indicating files were copied, and then the following 
  16. error message appears:
  17.  
  18.    BPIU.EXE - Could not locate VROBJ.DLL.
  19.  
  20. RESOLUTION
  21.  
  22. The LIBPATH statement in the CONFIG.SYS file is missing the 
  23. period-semicolon (.;) combination that OS/2 requires. This can cause 
  24. many problems with the BonusPak and the system in general.
  25.  
  26. Check the CONFIG.SYS file and see if the LIBPATH statement was changed 
  27. when an application was installed. The LIBPATH should look similar to:
  28.  
  29.    LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;
  30.  
  31. The period-semicolon (.;) usually is before the list of subdirectories; 
  32. however, it might be anywhere within the LIBPATH statement.
  33.  
  34. ______________________________________________________________________
  35. IBM disclaims all warranties, whether express or implied, including 
  36. without limitation, warranties of fitness and merchantability with 
  37. respect to the information in this document. By furnishing this 
  38. document, IBM grants no licenses to any related patents or copyrights.  
  39. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  40. or brand names referenced in this document are the property of their 
  41. respective owners. Consult your product manuals for complete trademark 
  42. information. 
  43.