home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / 4114_enu_w2k_xp.exe / hohioins.ini < prev    next >
INI File  |  2002-05-24  |  3KB  |  103 lines

  1. ;
  2. ; File: IoInst.ini
  3. ;
  4. ; Description: Template file for I/O Installer.
  5. ;
  6. ; Author: Steve Hines
  7. ;
  8. ; Origin Date: 2/18/99
  9. ;
  10. ;
  11. ; This file should be renamed "XxxIoIns.ini" where Xxx is
  12. ; the three-letter code for the division.
  13. ;
  14. ; The I/O installer should be named "XxxIoIns.exe"
  15. ;
  16. ; The Monitors section lists Language/Port monitors that should be added.
  17. ; Note that if the monitors already exist they will be deleted before file
  18. ; copying begins, and then added back afterwards. The section has the form:
  19. ;     <#> = [^]<monitor dll>,[^]<monitor name>
  20. ;
  21. ; The Drivers section lists device driver services that should be added.
  22. ; If the services already exist they will be stopped, but not deleted,
  23. ; before the copying beings, and then restarted afterward. The section
  24. ; has the form:
  25. ;     <#> = [^]<service name>,[^]<service it depends on>,[^]description
  26. ;
  27. ; The Files sections below list files to be installed. Each file list
  28. ; has the form: 
  29. ;     <#> = [^$]<filename>
  30. ;
  31. ;
  32. ; Where:
  33. ;     # is the index of the file in the list. The indices must be
  34. ;       sequential starting with 0 for the first file in the list.
  35. ;
  36. ;     ^ optionally denotes that the text that follows should be
  37. ;       interpreted verbatim. Use this for names or descriptions
  38. ;       that do not want the division prefix.
  39. ;
  40. ;     $ optionally denotes that the file is not compressed. If supplied
  41. ;       with ^, it must always *follow* that option.
  42. ;
  43. ;     <...> Text in a section. If not preceded with a ^, the division
  44. ;       prefix will be attached.
  45. ;
  46. ; If the filename ends in .sys, the file will be copied to system32\drivers.
  47. ;
  48. ; If the filename ends in .vxd, the file will be copied to the system dir.
  49. ;
  50. ; All other files are copied to the system dir.
  51. ;
  52. ; Examples:
  53. ;
  54. ;    0=ParNt.sys     - Decompresses XxxParNt.sy_ to XxxParNt.sys and copies
  55. ;                      it to system32\drivers.
  56. ;
  57. ;    1=^Dot4.sys     - Decompresses Dot4.sy_ to Dot4.sys and copies it to
  58. ;                      system32\drivers.
  59. ;
  60. ;    2=^$Dot4Rtl.dll - Copies Dot4Rtl.dll to system (Win9x) or system32 (NTx)
  61. ;
  62.  
  63. ; Language/Port Monitors
  64. [Monitors]
  65. 0=^Dot4Mon.dll,^Dot4 Monitor
  66.  
  67.  
  68. ; Device drivers
  69. [Drivers]
  70. 0=ParNt,^parport,^Parallel Port Driver
  71. 1=^Dot4,ParNt,^1284.4 Protocol Driver
  72.  
  73.  
  74. ; Files for all O/Ss and all divisions
  75. [Files]
  76. 0=^$Dot4Mon.dll
  77. 1=^$Dot4Rtl.dll
  78. 2=^$PmlDrv.exe
  79. 3=^$PmlRtl.dll
  80.  
  81. ; Files for all O/Ss, specific to division Xxx
  82. [Files Xxx]
  83.  
  84.  
  85. ; Files for NT for all divisions
  86. [NT Files]
  87. 0=$ParNt.sys
  88. 1=^$Dot4.sys
  89.  
  90.  
  91. ; Files for 95 for all divisions
  92. [95 Files]
  93. 0=$Par95.vxd
  94. 1=^$Dot4.exe
  95.  
  96.  
  97. ; Files for NT, specific to division Xxx
  98. [NT Files Xxx]
  99.  
  100.  
  101. ; Files for 95, specific to division Xxx
  102. [95 Files Xxx]
  103.