home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pccdisow.zip / README.CID next >
Text File  |  2001-03-23  |  6KB  |  167 lines

  1.  
  2.   PC Card Director installation Programs
  3.  
  4.     Optional Parameters :
  5.  
  6.       PCMINST2 /S:<product source> /R:<specific response file>
  7.                /R:<group response file> /L1:<error log file>
  8.                /L2:<history log file> /T:<target>
  9.  
  10.       - If the "/S:<..>" is not specified, the installation programs
  11.         assume that CID is not required, and work as normal mode which
  12.         need user intervention.
  13.  
  14.  
  15.           /S:   Specify the drive and path to the PCD files existing
  16.                 on the SDM code server.
  17.  
  18.                 Exp. of valid /S: parameter :
  19.  
  20.                   /S:d:     /S:d:\      /S:d:\ppp       /S:d:\ppp\
  21.  
  22.                   d:   drive name (A-Z,a-z)
  23.                   ppp: path name
  24.  
  25.  
  26.           /T:   Specify the target drive and path for the product
  27.                 installation at the client workstation.
  28.  
  29.                 Exp. of valid /T: parameter :
  30.  
  31.                   /T:d:     /T:d:\      /T:d:\ppp       /T:d:\ppp\
  32.  
  33.                   d:   drive name (A-Z,a-z)
  34.                   ppp: path name
  35.  
  36.  
  37.           /R:   Specify the drive, path and name to the client response
  38.                 file existing on the SDM code server.
  39.  
  40.                 Exp. of valid /R: parameter :
  41.  
  42.                   /R:           (assumes PCMINST2.RSP in the source path)
  43.                   /R:fff        (assumes fff in the source path)
  44.                   /R:d:\ppp\fff
  45.  
  46.                   d:   drive name (A-Z,a-z)
  47.                   ppp: path name
  48.                   fff: response file name
  49.  
  50.  
  51.           /G:   Specify the drive, path and name to the group response
  52.                 file existing on the SDM code server.
  53.  
  54.                 Exp. of valid /G: parameter :
  55.  
  56.                   /G:           (assumes PCMINST2.RSP in the source path)
  57.                   /G:fff        (assumes fff in the source path)
  58.                   /G:d:\ppp\fff
  59.  
  60.                   d:   drive name (A-Z,a-z)
  61.                   ppp: path name
  62.                   fff: response file name
  63.  
  64.  
  65.           /L1:  Specify the drive, path and name to the error log file
  66.                 existing on the SDM code server.
  67.  
  68.                 Exp. of valid /L1: parameter :
  69.  
  70.                   /L1:           (assumes PCMINST2.ERR in the source path)
  71.                   /L1:fff        (assumes fff in the source path)
  72.                   /L1:d:\ppp\fff
  73.  
  74.                   d:   drive name (A-Z,a-z)
  75.                   ppp: path name
  76.                   fff: response file name
  77.  
  78.  
  79.           /L2:  Specify the drive, path and name to the error history file
  80.                 existing on the SDM code server.
  81.  
  82.                 Exp. of valid /L2: parameter :
  83.  
  84.                   /L2:           (assumes PCMINST2.HST in the source path)
  85.                   /L2:fff        (assumes fff in the source path)
  86.                   /L2:d:\ppp\fff
  87.  
  88.                   d:   drive name (A-Z,a-z)
  89.                   ppp: path name
  90.                   fff: response file name
  91.  
  92.  
  93.  
  94.     Response File Format :
  95.  
  96.       +-------------------------------------+
  97.       |                                     |
  98.       | #--- Comment -------------          |
  99.       | Target=C:\TEST                      |
  100.       | ReBoot=N                            |
  101.       | UpdateConfig=Y                      |
  102.       | ForceReplace=Y                      |
  103.       | Use2ndSS=N                          |
  104.       | *--- Comment -------------          |
  105.       |                                     |
  106.       +-------------------------------------+
  107.  
  108.         Target=
  109.                 Specify the target drive and path for the product
  110.                 installation at the client workstation.
  111.  
  112.                 Exp. of valid Target= keyword :
  113.  
  114.                   Target=d:   TARGET=d:\    TaRgEt=d:\ppp   Target=d:\ppp\
  115.  
  116.                   d:   drive name (A-Z,a-z)
  117.                   ppp: path name
  118.  
  119.         ReBoot=
  120.                 This keyword is valid only for OS/2. If the PCD for OS/2
  121.                 is installed to the system which has already been installed
  122.                 previous PCD, current installation program removes the
  123.                 previous PCD and then asks user to re-boot the system.
  124.                 Under the latest Warp, this re-booting is not necessary,
  125.                 but old one need this. This keyword specify the re-boot the
  126.                 client workstation or not, if the workstation has old PCD.
  127.                 The default setting is No.
  128.  
  129.                 Exp. of valid ReBoot= keyword :
  130.  
  131.                   ReBoot=N    ReBoot=Y      REBOOT=NO       REBOOT=Yes
  132.  
  133.         UpdateConfig=
  134.                 Specify that updating the CONFIG.SYS and SYSTEM.INI
  135.                 or not.
  136.                 The default setting is Yes, and if the "No" is set,
  137.                 updated sample files, named CONFIG.PCM and SYSTEM.PCM
  138.                 will be made at target directory.
  139.  
  140.                 Exp. of valid UpdateConfig= keyword :
  141.  
  142.                   UpdateConfig=N    UpdateConfig=Yes    UPDATECONFIG=NO
  143.  
  144.         ForceReplace=
  145.                 Specify that replacing the PCD files or not, if the
  146.                 client workstation has newer dated PCD files.
  147.                 The default setting is Yes, and if the "No" is set,
  148.                 installation will be terminated.
  149.  
  150.                 Exp. of valid ForceReplace= keyword :
  151.  
  152.                   ForceReplace=N    ForceReplace=Yes    FORCEREPLACE=NO
  153.  
  154.         Use2ndSS=
  155.                 This keyword is valid only for Win3.1 and DOS on the TP760E
  156.                 system. The TP760E needs two SS driver, one for the CardBus
  157.                 controller(IBMDSS14), and the other is for the legacy PCIC
  158.                 controller(IBMDSS04). This keyword specify that the legacy
  159.                 SS driver is enabled or not.
  160.                 The default setting is No, and the "DEVICEHIGH=" statement
  161.                 for this driver is remed in the CONFIG.SYS
  162.  
  163.                 Exp. of valid Use2ndSS= keyword :
  164.  
  165.                   Use2ndSS=N    Use2ndSS=Yes    USE2NDSS=NO
  166.  
  167.