home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ls8150b1.dsk / IP_8150.CID < prev    next >
Text File  |  1995-09-21  |  2KB  |  29 lines

  1. Example section of a CID command file for servicing LAN Server
  2.         products in an OS/2 production enviroment.
  3.  
  4. Note: In this example x: is the attach to the CID server .
  5.  
  6. ----CUT----------------CUT-------------CUT--------
  7. x.fservice.IP_8150 = 12                                               /* structure index                      */
  8. x.12.name='LAN Server 4.0 ServicePak IP_8150 '|| CLIENT ||''          /* product name                         */
  9. x.12.statevar = 'CAS_' || x.12.name                                   /* state variable name                  */
  10. x.12.instprog = 'x:\img\csd\ls40\IP_8150\fservice.exe                   ',    /* fully qualified install program name */
  11.                 '/s:x:\img\csd\ls40\IP_8150                   ',      /* - source directory                   */
  12.                 '/l1:x:\log\csd\ls40\IP_8150\' || client || '.log ',  /* - log file                           */
  13.                ' /r:'                                                 /* - response file flag                 */
  14. x.12.rspdir   = 'x:\rsp\csd\ls40\IP_8150'                                     /* 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\ls40\ip08150\archoff.exe '                    /* Must be run before FSERVICE to delete LS 4.0 archive logs  */
  21.       if RunInstall(x.fservice.IP_8150)  == BAD_RC then exit        /* Install OS/2 Service Pak               */
  22.       Call CheckBoot                                                /* Reboot if it was requested             */
  23.     end
  24. ----CUT----------------CUT-------------CUT--------
  25.  
  26.  
  27.  
  28.  
  29.