home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / hpt004.exe / SERVICE.INI < prev    next >
INI File  |  1993-05-17  |  4KB  |  126 lines

  1. ;
  2. ; SERVICE.INI defines everything needed to install a 3rd party service
  3. ; into the CSM system.  This file contains HOSTPRINT service information.
  4. ;
  5. ; NEW SERVICE DESCRIPTION.
  6. ;    This section defines the new CSM service including the product ID
  7. ;       (up to 8 characters), the version (major.minor), and the long 
  8. ;    description (up to 256 characters).
  9. ;
  10. [SERVICE]
  11.     PRODUCTID=HostPrt
  12.     VERSION=1.0
  13.     DESCRIPTION=HOST PRINT 1.0
  14. ;
  15. ; MINIMUM CE VERSION MANAGED.
  16. ;    This section defines the minimum version of the product the new 
  17. ;    service manages.  This is a CE product ID and version.
  18. ;
  19. [MINPRODVER]
  20.     PRODUCTID=HOSTPRT
  21.     VERSION=1.0
  22. ;
  23. ; SERVICE PREREQUISITES.
  24. ;    This section defines the services that must be present for the new
  25. ;    service to function.  The entries are in product ID and version form,
  26. ;    separated by commas.
  27. ;
  28. [PREREQ]    
  29.     PRODUCTS=NWSAA 2.0
  30. ;
  31. ; SERVICE SUPERCEDES.
  32. ;    This section lists the services the new service replaces.  The
  33. ;    entries are in product ID and version form, separated by commas.
  34. ;
  35. [SUPERCEDES]
  36.     PRODUCTS=
  37. ;
  38. ; INCOMPATIBLE PRODUCTS.
  39. ;
  40. ;    This section defines the CSM products the new service is incompatible
  41. ;    with.  The installation program uses this list to determine if the
  42. ;    incompatible products will be removed before the new service is 
  43. ;    installed.  The entries are in product ID and version form, separated
  44. ;    by commas.
  45. ;
  46. [INCOMPATIBLE]
  47.     PRODUCTS=
  48. ;
  49. ; SERVICE RESOURCES.
  50. ;
  51. ;    This section defines the .DLL files that contain the resources for
  52. ;    the new service: pcode segments, strings, methods, etc.  Multiple
  53. ;    .DLL files can be defined, however, the first file must contain the
  54. ;    CSM specific resources (pcode segments, strings, etc.).  The 
  55. ;    additional files may contain methods the service needs to function.
  56. ;    
  57. [RESOURCES]
  58.     FILES= HOSTPRT.DLL
  59. ;
  60. ;    This section defines the custom-length name range used by the new
  61. ;    service.  HOSTPRINT range 1C00 - 1CFF.
  62. ;
  63. [NAMES]
  64.     RANGEBEGIN=7168
  65.     RANGEEND=7423
  66. ;
  67. ;    This section defines the class files for the new service.
  68. ;    Multiple .CLS files can be defined for each service.
  69. ;
  70. [CLASSES]
  71.     FILES=HOSTPRTN.CLS HOSTPRT.CLS
  72. ;
  73. ;    This section defines the screen files for the new service.
  74. ;    Multiple .SCR files can be defined for each service.
  75. ;
  76. [SCREENS]
  77.     FILES=PRTCNFG.SCR PRTSESS.SCR
  78. ;
  79. ;    This section defines the help files for the service.  Only one
  80. ;       .HLP file per service is supported at this time.
  81. ;
  82. [HELP]
  83.     FILES=NWSAAMGR.HL$
  84. ;
  85. ;    This section defines the MIB files for the service.  The service
  86. ;    MIB will be integrated into the CSM base MIB.  Only one .DAT file
  87. ;    per service is supported at this time.
  88. ;
  89. [CSMMIB]
  90.     FILES=HPMIB.DAT
  91. ;
  92. ;    This section defines the new service files to be integrated with
  93. ;    NMS.  The "MIB=" section is not supported at this time.
  94. ;
  95. [NMS]
  96.     TRAPMIB=
  97.     TRAPHELP=
  98.     MIB=HPMIB.DAT
  99.  
  100. ; Bitmap information.
  101. ;  This section specifies the name of the file that contains the
  102. ;  installation bitmap for the service.
  103. [BMP]
  104.     FILE=
  105.  
  106. ;
  107. ; Readme information.
  108. ;  This section specifies whether there is a readme file associated
  109. ;  with installation  for the service.  This file should be in 
  110. ;  Windows Write format.
  111. [README]
  112.     FILE=
  113. ;
  114. ; INSTALLATION DISKETTE INFORMATION.
  115. ;    This section defines the installation diskette information.
  116. ;    It specifies the total number of disks included in the installation
  117. ;    package and the files that are included on each diskette.
  118. ;    The SPACE value, in bytes, defines the disk requirements of the new
  119. ;    service.
  120. ;
  121. [INSTALLDISKS]
  122.     TOTAL=1
  123.     DISK2=hostprt.dll hostprtn.cls hostprt.cls prtcnfg.scr prtsess.scr hpmib.dat
  124.     SPACE=1806341
  125.  
  126.