home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 April / Chip_2001-04_cd1.bin / tema / Protect / 95_98_ME.exe / READIC.TXT < prev    next >
Text File  |  2001-02-16  |  11KB  |  295 lines

  1.  
  2.  
  3.                        Sophos InterCheck Release Notes
  4.                        -------------------------------
  5.  
  6.                         Version 4.20, 14 February 2001
  7.  
  8.                                 www.sophos.com
  9.  
  10.  
  11. Contents
  12. --------
  13.  
  14. 1. Modifications from version 4.19
  15. 2. Enabling archive scanning
  16. 3. Additional configuration options
  17. 4. Additional information
  18. 5. Known problems
  19. 6. Compatibility issues
  20. 7. Acknowledgments
  21.  
  22.  
  23. 1. Modifications from version 4.19
  24. ----------------------------------
  25.  
  26. a) Fix for problem when docking laptop computers
  27.  
  28. A few users have encountered problems when docking laptop computers. Soon
  29. after the laptop was connected to a docking station the system would stop
  30. responding to any user input. InterCheck version 4.20 resolves this problem.
  31. Please note: after upgrading to InterCheck version 4.20 the problem will recur
  32. until the computer has been restarted.
  33.  
  34. b) Support for long program extensions
  35.  
  36. InterCheck for Windows 95/98/Me now supports program extensions longer than
  37. three characters. For example, it is now possible to instruct InterCheck to
  38. check files with the extension ".oversized extension" by including the option
  39. "AddProgramExtension=long extension" in the InterCheck configuration file.
  40.  
  41. c) Reporting external IDE files
  42.  
  43. InterCheck for Windows 95/98/Me now reports externally loaded virus identity
  44. files in the InterCheck log file. 
  45.  
  46. d) New configuration option: DisableNALCheck=YES|NO
  47.  
  48. Some users have encountered performance problems when using the Novell
  49. Application Launcher (NAL) on systems where InterCheck is active. Setting the
  50. configuration option DisableNALCheck to YES should resolve this problem.
  51.  
  52.  
  53. 2. Enabling archive scanning for Windows 95/98/Me
  54. -------------------------------------------------
  55.  
  56. It is possible to configure InterCheck to search for viruses inside archives
  57. such as Zip or Tar. However, by default this facility has not been enabled,
  58. and infected files stored in archives will not be reported until they are
  59. extracted for use.
  60.  
  61. The ability to scan inside archive files is disabled by default because it can
  62. take a long time to scan inside large archives and a user must wait until the
  63. scan is complete before they can continue with their work. However, in some
  64. circumstances it may still be desirable to enable scanning inside archives.
  65. This section tells you how to do so.
  66.  
  67. The default action can be modified for the following archive formats: 
  68.  
  69.   Zip, Arj, Rar, Gzip, Tar and Cmz.
  70.  
  71. For example, to enable Zip file archive handling the following must be added
  72. to the INTERCHK.CFG file:
  73.  
  74.   [InterCheckGlobal]
  75.   AddProgramExtension=ZIP
  76.  
  77.   [SweepVxDGlobal]
  78.   VirusEngineSetting:Zip=1
  79.  
  80. For the other archive formats, each needs to be added as above with a separate
  81. AddProgramExtension entry for each different extension used and one
  82. VirusEngineSetting entry for the archive type.
  83.  
  84. For example, to enable Tar and Zip file archive handling, where Zip files may
  85. have the alternative extension WZP, the following must be added to the
  86. INTERCHK.CFG file:
  87.  
  88.   [InterCheckGlobal]
  89.   AddProgramExtension=ZIP
  90.   AddProgramExtension=WZP
  91.   AddProgramExtension=TAR
  92.  
  93.   [SweepVxDGlobal]
  94.   VirusEngineSetting:Zip=1
  95.   VirusEngineSetting:Tar=1
  96.  
  97. It should be noted that this non-default functionality is only available for
  98. Windows 95/98/Me and not with Windows 3.1x.
  99.  
  100.  
  101. 3. Additional configuration options
  102. -----------------------------------
  103.  
  104. AddProgramExtension=ext
  105. This option adds ONE extension to the ProgramExtensions list, but leaves the
  106. existing list alone. Note that if this option precedes a ProgramExtensions=
  107. option, the single extension is discarded. To add "no extension" to the list,
  108. use a dot by itself.
  109.  
  110. DriverIoChecking=YES|NO   (Windows 95/98 ONLY)
  111. If set to NO, this will suppress interception of certain types of file I/O
  112. operations executed by other VxDs in the system. Use this option to avoid
  113. problems (such as lock-ups) that can occur when InterCheck intercepts these
  114. calls. One third-party product that definitely requires this switch set to NO
  115. is ZIPMagic (1.0 and 98) from Mijenix. The default is YES.
  116.  
  117. DriveType=x:,type         (Windows 95/98 ONLY)
  118. This option allows the user to override the system's assignment of drive
  119. types. It is primarily intended for use in the form DriveType=A:,FLOPPY which
  120. allows InterCheck to start up without a delay on systems which have no A:
  121. floppy drive. It can also be used where a PC boots up from a removable C:
  122. drive in order to force InterCheck to treat the removable drive as if it were
  123. a fixed hard disk.
  124.  
  125. x: may be any drive letter from A: to Z: (or a: to z:)
  126.  
  127. Type may be one of the following:
  128.  
  129. for floppy and other removable drives: FLOPPY,REMOVABLE
  130. for non-removable drives: FIXED,HARD DISK,HARDDISK
  131. for mapped network drive letters: NETWORK,REMOTE
  132. for CD-ROM drives: CDROM,CD
  133. for RAM disks: RAMDISK
  134. when the drive doesn't exist: ABSENT,NONE
  135.  
  136. NOTE: This option only affects the actions taken by InterCheck during startup.
  137.  
  138.  
  139. 4. Additional information
  140. -------------------------
  141.  
  142. i. Improved file type detection.
  143.  
  144. The file type detection provided by InterCheck has been extended to detect
  145. Microsoft PowerPoint files by default. PowerPoint files will now always be
  146. checked for viruses regardless of the file extension. 
  147.  
  148. ii. Default program extension list
  149.  
  150. Any file whose extension matches an entry in the following list will be
  151. considered by InterCheck to be a program and will be checked whenever it is
  152. accessed:
  153.  
  154. CHM, COM, DLL, DOT, DRV, EXE, HLP, HT?, HTML, INI, MPP, MPT, MSO, OV?, PIF,
  155. PRC, SHB, SHS, SYS, VB?, VXD, XL?
  156.  
  157.  
  158. 5. Known problems
  159. -----------------
  160.  
  161. i. Exclude= does not work correctly on InterCheck for Windows 95/98
  162.  
  163. InterCheck for Windows 95/98 only allows the use of standard short "8.3" file
  164. names in the "Exclude" configuration option. This means that it is not
  165. possible to exclude files with long names (e.g. "longfilename.txt").
  166.  
  167.  
  168. 6. Compatibility issues
  169. -----------------------
  170.  
  171. i. Windows 95 and USB support
  172.  
  173. On Windows 95 (OSR2) machines where the "USB (Universal Serial Bus)
  174. supplement" has been installed, InterCheck may hang on startup displaying the
  175. message "Preparing to SWEEP". The problem is caused by an obsolete version of
  176. the USB supplement.
  177.  
  178. Customers encountering this problem are advised to remove the USB supplement
  179. using the "Add/Remove programs" icon in the control panel. When USB support is
  180. required, the latest version of the USB supplement should then be installed.
  181.  
  182. ii. Borland C++ and Novell IntraNetWare client
  183.  
  184. There is a problem when using Borland C++ 4.51 and the Novell IntraNetWare
  185. client version 3.10 together with InterCheck for Windows 95/98. When building
  186. large projects (20+ source files), files are left locked open and cannot be
  187. deleted. This problem does not occur when using version 3.02 of the Novell
  188. IntraNetWare client. 
  189.  
  190. iii. Windows 95 Program Manager
  191.  
  192. It is possible to configure Windows 95 to use a different shell instead of the
  193. normal Explorer. Windows 95 includes a version of the Windows 3.1x Program
  194. Manager which can be used as a shell.
  195.  
  196. Sophos recommends against using Program Manager as a shell on a machine which
  197. runs InterCheck.
  198.  
  199. iv. Hewlett Packard scanners and OCR software
  200.  
  201. If you experience problems such as system lock-ups or fatal exception errors
  202. when using OCR software to acquire text directly from a Hewlett Packard
  203. scanner while InterCheck is active, you should put the following line in
  204. INTERCHK.CFG:
  205.  
  206.   Exclude=HPSCAN
  207.  
  208. This prevents InterCheck from attempting to open a device name that is
  209. associated with the scanner, and that causes fatal errors if it is opened
  210. other than by the application.
  211.  
  212. v. Eudora
  213.  
  214. When Eudora is configured by a command line option to use a network drive for
  215. its files, InterCheck causes it to be very slow. This is caused by
  216. InterCheck's file type detection trying to identify the kind of file being
  217. accessed.
  218.  
  219. The main "culprit" file is eudora.ini. You can improve performance by adding:
  220.  
  221.   Exclude=eudora.ini
  222.  
  223. to INTERCHK.CFG.
  224.  
  225. vi. Mijenix Corporation's ZIPMagic
  226.  
  227. InterCheck 4.XX for Windows 95/98 requires the use of the DriverIoChecking=NO
  228. configuration file option when used with either ZIPMagic 1.0 or ZIPMagic 98.
  229.  
  230. vii. Windows 95/98 AS/400 Client Access
  231.  
  232. When used with Windows 95/98 AS/400 Client Access V3 R1 M2, the networked
  233. InterCheck client requires Service Pack level SF47544. With previous versions
  234. of the Client Access software, the Check Version utility (installed by default
  235. into the Startup group) would hang the PC with InterCheck present.
  236.  
  237. The stand-alone InterCheck client cannot be used with AS/400 Client Access
  238. because the Sweep95 VxD is unable to open files stored on the AS/400. The only
  239. solution at present is to use the networked InterCheck client.
  240.  
  241. viii. QEMM version 6.02
  242.  
  243. InterCheck for DOS will cause the system to hang in response to CTL-ALT-DEL if
  244. it is loaded high using QEMM v6.02. However, the diskette in the A drive will
  245. be checked for viruses before the system hangs so that the integrity of
  246. InterCheck is not compromised. There are a number of possible solutions:
  247.  
  248. a) Upgrade to QEMM version 7. 
  249. b) Load InterCheck into low memory using the LoadLow=YES configuration option.
  250. c) Use the QEMM nr (norom) option. However this does not work with the stealth
  251.    option.
  252.  
  253. ix. 386Max version 6.01d
  254.  
  255. InterCheck for DOS cannot load high when version 6.01d of the 386Max memory
  256. manager has been installed. An error message "Memory allocation error"  is
  257. displayed after InterCheck has run SWEEP. Use the LoadLow configuration option
  258. to load InterCheck into low memory. Alternatively upgrade to 386Max version
  259. 6.02 or above.
  260.  
  261. x. NetWare 4.01
  262.  
  263. The ICLOGIN program is not compatible with the version of the LOGIN program
  264. supplied as part of NetWare 4.01. In order to use the ICLOGIN program you must
  265. upgrade the Novell login program to version 4.08 or later. Version 4.08 of
  266. LOGIN.EXE can be obtained, by all registered users of NetWare 4.01, as part of
  267. the "Novell 4.01 Upgrade kit Vol.1 No.1".
  268.  
  269. xi. MSD versions 2.10 and 2.11
  270.  
  271. The Microsoft diagnostic program, MSD.EXE, supplied with Windows 3.11 and DOS
  272. 6.x, does not work correctly with InterCheck. Unless the Novell LSL driver has
  273. been loaded before installing InterCheck, the MSD program will crash while
  274. initially examining the system, with unpredictable results. The problem has
  275. been fixed in version 2.13 of the MSD program, supplied with Windows 95. 
  276.  
  277. xii. Other memory resident Anti-Virus products
  278.  
  279. We do not recommend using InterCheck when other memory resident anti-virus are
  280. active. Attempting to run multiple anti-virus products in this manner will
  281. cause the system to run extremely slowly. In some cases the system may also
  282. become unstable.
  283.  
  284.  
  285. 7. Acknowledgments
  286. ------------------
  287.  
  288. This product uses the SPAWNO routines by Ralf Brown to minimise memory use
  289. while shelling to DOS and running other programs.
  290.  
  291.  
  292.                                ----------------
  293.  
  294.  
  295.