home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t171 / 1.img / CONTENTS < prev    next >
Encoding:
Text File  |  1993-04-19  |  4.8 KB  |  105 lines

  1. !    Search & Destroy Intallation configuration file.
  2. !
  3. ! This file should be kept in one of the following directories:
  4. !    - The directory where the user installed Search & Destroy.
  5. !    - The directory from where install is executed.
  6. !    - A directory in the PATH.
  7. !    - A directory pointed by the  Search & Destroy environment variable.
  8. !
  9. ! Note: Install assumes that on every diskete there exists a non-optional
  10. !     File.
  11.  
  12. GROUPS {
  13.     "SDres only", "SDRES"
  14.     "SDres and SDscan", "SDRES_SCAN"
  15.   "All SD package", "SD"
  16. }
  17.  
  18. DRIVERS {
  19.         ansi.sys        NOT_REQUIRED            DRIVER
  20.         aspi4dos.sys    REQUIRED                DRIVER
  21.         aspidos.sys     REQUIRED                DRIVER
  22.         bridge.dev      NOT_REQUIRED            DRIVER
  23.         bridgeb.dev     NOT_REQUIRED            DRIVER
  24.         bridgel1.dev    NOT_REQUIRED            DRIVER
  25.         country         REQUIRED                COUNTRY
  26.         dasddrvr.sys    REQUIRED                DRIVER
  27.         devswap.com     REQUIRED                DRIVER
  28.         disklock.sys    NOT_REQUIRED            DRIVER
  29.         display.sys     NOT_REQUIRED            DRIVER
  30.         dmdrvr.sys      REQUIRED                DRIVER
  31.         dndevice.sys    NOT_REQUIRED            DRIVER
  32.         driver.sys      REQUIRED                DRIVER
  33.         edvr.sys        REQUIRED                DRIVER
  34.         ega.sys         NOT_REQUIRED            DRIVER
  35.         emm386.exe      NOT_REQUIRED            DRIVER
  36.         fddevice.sys    REQUIRED                DRIVER
  37.         gmouse.sys      NOT_REQUIRED            DRIVER
  38.         himem.sys       NOT_REQUIRED            DRIVER
  39.         hyper286.exe    NOT_REQUIRED            DRIVER
  40.         hyper386.exe    NOT_REQUIRED            DRIVER
  41.         hyperdke.exe    NOT_REQUIRED            DRIVER
  42.         hyperdkx.exe    NOT_REQUIRED            DRIVER
  43.         hyperkey.exe    NOT_REQUIRED            DRIVER
  44.         hyperscr.exe    NOT_REQUIRED            DRIVER
  45.         keyb.com        REQUIRED                DRIVER
  46.         keyboard.sys    REQUIRED                DRIVER
  47.         loadhi.com      NOT_REQUIRED            LOADER
  48.         loadhi.exe      NOT_REQUIRED            LOADER
  49.         loadhi.sys      NOT_REQUIRED            LOADER
  50.         mount.exe       REQUIRED                DRIVER
  51.         mouse.sys       NOT_REQUIRED            DRIVER
  52.         msmouse.sys     NOT_REQUIRED            DRIVER
  53.         pckwin.sys      NOT_REQUIRED            DRIVER
  54.         printer.sys     NOT_REQUIRED            DRIVER
  55.         qemm.sys        NOT_REQUIRED            DRIVER
  56.         qemm386.sys     NOT_REQUIRED            DRIVER
  57.         ramdrive.sys    NOT_REQUIRED            DRIVER
  58.         rcd.sys         NOT_REQUIRED            DRIVER
  59.         remote.dev      NOT_REQUIRED            DRIVER
  60.         setver.exe      NOT_REQUIRED            DRIVER
  61.         share.exe       REQUIRED                INSTALL
  62.         smartdrv.exe    NOT_REQUIRED            DRIVER
  63.         smartdrv.sys    NOT_REQUIRED            DRIVER
  64.         sstordrv.sys    REQUIRED                DRIVER
  65.         sswap.com       REQUIRED                DRIVER
  66.         stacker.com     REQUIRED, FILES_NO_COPY DRIVER
  67.         tdh386.sys      NOT_REQUIRED            DRIVER
  68.         vdisk.sys       NOT_REQUIRED            DRIVER
  69.         x00.sys         NOT_REQUIRED            DRIVER
  70. }
  71.  
  72. # Required disk space needed for installation.
  73. CAPACITY        1486
  74. SAFE_CAPACITY        250
  75. UPD_CAPACITY        000
  76. NET_CAPACITY         710
  77. NET_UPD_CAPACITY    000
  78. SAFE_NET_CAPACITY    230
  79. SAFE_SERVER_CAPACITY    380
  80.  
  81. # overide default version number
  82. VERSION     1.01
  83.  
  84. ITEMS {
  85.         install.exe     GROUPS = (ALL), DISK_A;
  86.     contents    GROUPS = (ALL), DISK_A, SAFE_DISK;
  87.     sdscan.exe    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, UPDATE;
  88.         vir-info.vrb    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, UPDATE;
  89.     sdres.exe    GROUPS = (ALL, SD, SDRES_SCAN, SDRES), DISK_A, UPDATE;
  90.     ui.cdb        GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, UPDATE;
  91.     ut.cdb        GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, UPDATE;
  92.     wtempl.grp    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  93.         wsdscan.exe     GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  94.     wsdscan.hlp    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  95.     wsdres.exe    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  96.         bwcc.dll        GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  97.         nwnetapi.dll    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  98.         commdlg.dll     GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, WINDOWS, UPDATE;
  99.     order.txt    GROUPS = (ALL, SD, SDRES_SCAN), DISK_A, OPTIONAL;
  100.  
  101. # The following file should not be placed on the installations diskettes.
  102. # They exist in the contents file so that uninstall will delete them.
  103.     sdscan.cnf    GROUPS = (ALL), OPTIONAL, DELETE_ONLY;
  104. }
  105.