home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / WAPRE.TXT < prev    next >
Text File  |  1995-02-14  |  2KB  |  52 lines

  1. TITLE: 950131 WARP AND OS/2 2.1 SE FOR WINDOWS CANNOT INSTALL ON
  2.               APTIVA SYSTEMS WHICH ARE PRE-LOADED WITH DOS/WINDOWS
  3.  
  4. DESCRIPTION OF SYMPTOMS:
  5.     During the installation of WARP and OS/2 2.1 SE for
  6.     Windows, the user is prompted for WINDOWS diskettes.
  7.     Aptiva systems which are delivered with DOS/WINDOWS
  8.     pre-installed have no diskettes with which to finish
  9.     the installation process. The WIN-OS/2 component is
  10.     unable to install.
  11.  
  12. SUMMARY OF RESOLUTION:
  13.     Edit SETUP.INF
  14.  
  15. DETAILS OF RESOLUTION:
  16.     Three Files are used during installation of Windows which
  17.     provide information necessary to properly install and
  18.     maintain the Windows platform. The key file which Windows
  19.     Setup uses to install the Windows system and it's
  20.     application files is SETUP.INF (the other two are
  21.     CONTROL.INF and APPS.INF).
  22.  
  23.     SETUP.INF by default, has 13 sections, one of which needs
  24.     to be edited to enable the WIN-OS/2 component to install.
  25.  
  26.     The "DISKS" section describe disks which might be
  27.     requested during installation and their characteristics.
  28.     This section needs to be edited as follows to enable
  29.     WIN-OS/2 support.
  30.  
  31.     In the .Disks. section the following statements appear:
  32.         1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  33.         2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  34.         3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  35.         4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  36.         5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  37.         6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  38.  
  39.     Edit these statements so they appear as follows
  40.         1 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #1",disk1
  41.         2 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #2",disk2
  42.         3 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #3",disk3
  43.         4 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #4",disk4
  44.         5 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #5",disk5
  45.         6 =X:\windows\drivers,"Microsoft Windows 3.1 Disk #6",disk6
  46.  
  47.     where X= the drive where Windows is installed.
  48.  
  49.     This change  should be in place before installation, but can be
  50.     made after to use with the SELECTIVE INSTALL feature
  51.  
  52.