home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / pc2mcp.zip / PCINST.TXT < prev   
Text File  |  2001-03-25  |  3KB  |  71 lines

  1.  
  2.  
  3.                          I'm going to install the Merlin Convenience Pack and
  4.                          have been told Process Commander will not work with
  5.                          Warp 4.5. Is this true? 
  6.  
  7.                          A.  This is only partially true. Recent FixPaks. have broken the Process
  8.                          Commander installer and the enhanced keyboard driver. However, there are
  9.                          workarounds that will allow you to install Process Command (PC) and use
  10.                          most of its original functionality. 
  11.  
  12.                          There are two problems: 
  13.  
  14.                               The installer fails because it can no longer patch DOSCALL1.DLL. 
  15.                               The enhanced keyboard handler traps because IBM made changes to the
  16.                               kernel. 
  17.  
  18.                          There are two ways to install the Merlin Convenience Pack (MCP): 
  19.  
  20.                               MCP full install 
  21.                               MCP upgrade install over Warp4 
  22.  
  23.                          If you are doing an MCP upgrade install, use: 
  24.  
  25.                              PCINSDLL /UNINSTALL_ALL
  26.  
  27.                          to uninstall PC before attempting to install the MCP. 
  28.  
  29.                          After the MCP is installed, make a desktop backup and reinstall PC. 
  30.  
  31.                          Before installing PC, save a copy of KBDBASE.SYS as KDBBASE.MCP. If
  32.                          you performed a MCP full install, the PC installation will be gone. Reinstall
  33.                          PC from the CD. Do not install the alternate keyboard driver. 
  34.  
  35.                          The install will report an error attempting to patch DOSCALL1.DLL. Ignore
  36.                          this error and continue. 
  37.  
  38.                          Do not reboot yet. 
  39.  
  40.                          If you did an MCP upgrade install, reinstall PC with: 
  41.  
  42.                            PCINSDLL /INSTALL_HOOK /INSTALL_PMSHELL /INSTALL_FS
  43.  
  44.                          Do not reboot yet. 
  45.  
  46.                          To patch DOSCALL1.DLL, use C. W. Rose's exepatch utility. 
  47.  
  48.                          From the command line: 
  49.  
  50.                              cd \os2\dll
  51.                              copy doscall1.dll doscall1.mcp
  52.                              exepatch doscall1.mcp doscall1.pc
  53.                              unlock doscall1.dll
  54.                              copy doscall.pc doscall1.dll
  55.  
  56.                          Unlock is part of the LxLite Tool Kit. 
  57.  
  58.                          Exepatch and unlock must be available via the PATH setting. 
  59.  
  60.                          To install the alternate keyboard driver, add the driver to config.sys after
  61.                          KBDBASE.SYS as: 
  62.  
  63.                              DEVICE=x:\PC\TMP\PCKBD.SYS KEYB:CA-F12
  64.  
  65.                          where x: is the boot drive. This setting will use Ctrl-Alt-F12 as the hotkey to
  66.                          pop up the PC fullscreen. If you have other Process Command related
  67.                          DEVICE statements, add the new line after them. 
  68.  
  69.                          Reboot to activate PC. 
  70.  
  71.