home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ip0t600.zip / WR_8706.CID < prev    next >
Text File  |  2002-06-11  |  2KB  |  25 lines

  1. Example section of a CID command file for servicing the MPTS
  2. product in an OS/2 production environment.
  3.  
  4. Note: In this example x: is the attach to the CID server .
  5.  
  6. ----CUT----------------CUT-------------CUT--------
  7. x.fservice.WR_8706 = 12                                                         /* structure index                      */
  8. x.12.name='Multi-Protocol Transport Services WR_8706 '|| CLIENT ||''   /* product name                         */
  9. x.12.statevar = 'CAS_' || x.12.name                                             /* state variable name                  */
  10. x.12.instprog = 'x:\img\csd\mpts\WR_8706\fservice.exe                   ',      /* fully qualified install program name */
  11.                 '/s:x:\img\csd\mpts\WR_8706                   ',      /* - source directory                   */
  12.                 '/l1:x:\log\csd\mpts\WR_8706\' || client || '.log ',  /* - log file                           */
  13.                ' /r:'                                                 /* - response file flag                 */
  14. x.12.rspdir   = 'x:\rsp\csd\mpts\WR_8706'                                     /* response file directory              */
  15. x.12.default  = 'response.fil'                                        /* response file                        */
  16. ----CUT----------------CUT-------------CUT--------
  17.  
  18. ----CUT----------------CUT-------------CUT--------
  19.     when OVERALL_STATE = 6 then do
  20.     'x:\img\csd\mpts\WR_8706\archoff.exe '                    /* Must be run before FSERVICE to delete LS RVICE to delete LS 5.0 archive logs  */
  21.       if RunInstall(x.fservice.WR_8706)  == BAD_RC then exit        /* Install OS/2 Service Pak               */
  22.       Call CheckBoot                                                /* Reboot if it was requested             */
  23.     end
  24. ----CUT----------------CUT------
  25.