home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / wr07060a.zip / US7060B1.DSK / WR_7060.CID < prev    next >
Text File  |  1995-05-01  |  2KB  |  25 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 z: is the attach to the CID server.
  5.  
  6. ----CUT-----------------CUT------------------CUT------------------------------
  7. x.fservice.WR_7060 = 25                                             /* structure index                      */
  8. x.25.name='NTS/2 WR_7060 '|| CLIENT ||' '                           /* product name                         */
  9. x.25.statevar = 'CAS_' || x.25.NAME                                 /* state variable name                  */
  10. x.25.instprog = 'z:\IMG\CSD\NTS2\WR_7060\FSERVICE.EXE',             /* fully qualified install program name */
  11.                '/S:z:\IMG\CSD\NTS2\WR_7060',                        /* - source directory                   */
  12.                '/L1:z:\LOG\CSD\NTS2\WR_7060\' || CLIENT || '.LOG',  /* - log file                           */
  13.                '/R:'                                                /* - response file flag                 */
  14. x.25.rspdir   = 'z:\RSP\CSD\NTS2\WR_7060'                           /* response file directory              */
  15. x.25.default  = 'RESPONSE.FIL'                                      /*  response file                       */
  16. ----CUT-----------------CUT------------------CUT------------------------------
  17.  
  18. ----CUT-----------------CUT------------------CUT------------------------------
  19.     when OVERALL_STATE = 7 then do
  20.       if RunInstall(x.fservice.WR_7060) == BAD_RC then exit         /* Install OS/2 Service Pak             */
  21.       Call CheckBoot                                                /* Reboot if it was requested           */
  22.     end
  23. ----CUT-----------------CUT------------------CUT------------------------------
  24.  
  25.