home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / TBAV / tbav_dos / info_dos.txt < prev    next >
Text File  |  1999-01-11  |  5KB  |  107 lines

  1.                            ThunderBYTE Anti-Virus
  2.                                 for Windows
  3.                            ======================
  4.                              last-minute notes
  5.  
  6. Table of Contents
  7. -----------------
  8.  
  9. 1) Installing the Windows-based File System Change notifier
  10. 2) Known problems with the Windows-based File System Change notifier
  11. 3) Using the security options of TBAV-for-Windows
  12. 4) Making special installation sets
  13.  
  14. 1) Installing the Windows-based File System Change notifier
  15. -----------------------------------------------------------
  16. To overcome the problem with Windows' 32-bit file access, we have
  17. implemented a true Windows-based File System Change notifier module.
  18.  
  19. To install the TBAV VxD driver, just must either use the accompanying
  20. setup program, or incorporate the changes by hand. You cannot use the
  21. automatic update feature to install the TBAV VxD driver!
  22.  
  23. To install the TBAV VxD driver manually, you should first make sure
  24. that all files belonging to TBAV for Windows V6.38 are present in the
  25. TBAV directory. To install the TBAV VxD driver you must edit the
  26. SYSTEM.INI file that resides in your Windows directory.
  27.  
  28. In the SYSTEM.INI file, you should add the following line in the
  29. [386Enh] section:
  30.  
  31.         device=<full path of TBAV directory>\TBAVWIN.386
  32.  
  33. For example, suppose you have installed TBAV on your C: drive, in the
  34. directory C:\TBAV. Then, the [386Enh] section of your SYSTEM.INI file
  35. should look like te following:
  36.  
  37.         [386Enh]
  38.         ...
  39.         device=C:\TBAV\TBAVWIN.386
  40.         ...
  41.  
  42. The lines with the three dots represent the existing entries in the
  43. [386Enh] section of your SYSTEM.INI file.
  44.  
  45.  
  46. 2) Known problems with the Windows-based File System Change notifier
  47. --------------------------------------------------------------------
  48. The TBAV VxD driver that ships with TBAV-for-Windows V6.38 has one
  49. known problem:
  50.  
  51.    Using the VxD driver in a DOS box with the 'Exclusive Execution' bit
  52.    set will result in unpredictable behaviour. For each PIF file, you
  53.    can set the 'Exclusive Execution' bit using the PIF Editor. This means
  54.    that once you run a PIF file with this bit set, all Windows activity
  55.    is suspended until you quit the program or minimize the program.
  56.    Not only the VxD driver won't work, but the execution of other programs
  57.    such as Print Manager, a Clock program etc. will be halted too.
  58.    We recommend you *not* to set the 'Exclusive Execution' bit in any
  59.    PIF file that you use.
  60.  
  61. 3) Using the security options of TBAV-for-Windows
  62. -------------------------------------------------
  63. With the security options of TBAV-for-Windows you can disable some
  64. of TBAV-for-Windows' features, for example using TbSetup, saving scan
  65. options etc. By default, all features are enabled. If you want to change
  66. the security settings you should use the "Security options" item in the
  67. "Options" menu. Make sure to change the password first by clicking
  68. the 'Password' button. You will be asked to enter your old password.
  69. By default, this password is empty, so you should just press 'Enter'.
  70. Then you can proceed with typing your new password and, once you're
  71. back in the "Security Options" dialog, you can alter the security
  72. settings.
  73.  
  74. 4) Making special installation sets
  75. -----------------------------------
  76. By changing some options in the SETUP.INF you can alter the default 
  77. settings from the Windows SETUP dialogs.
  78. The default settings are put in the [Defaults] section in the SETUP.INF.
  79. Following is a list of settings which defaults can be altered.
  80.  
  81.   DestinationPath      = C:\TBAV
  82.   Installation         = 0  ; 0 = First-time, express installation
  83.                             ; 1 = First-time, custom installation
  84.                             ; 2 = Update installation
  85.  
  86. The following options only hold for First-time, express installation
  87. Per default 0 = No, and 1 = Yes on the given command.
  88.  
  89.   AddTbStartStatement  = 1  ; Add 'Call C:\TBAV\TBStart.Bat' in Autoexec.bat ?
  90.   AddPathStatement     = 1  ; Add 'Path=C:\TBAV' in Autoexec.bat ?
  91.   AddTbScanX           = 1  ; Add 'TbScanX' in Autoexec.bat ?
  92.   AddTbCheck           = 1  ; Add 'TbCheck' in Autoexec.bat ?
  93.   AddTbMem             = 0  ; Add 'TbMem' in Autoexec.bat ?
  94.   AddTbFile            = 0  ; Add 'TbFile' in Autoexec.bat ?
  95.   AddTbScanOnce        = 1  ; Add 'TbScanOnce' in Autoexec.bat ?
  96.   AddProgManGroup      = 1  ; Create Program Manager group in MS-Windows ?
  97.   AddLoadIsStatement   = 1  ; Add 'Load=' statement in WIN.INI
  98.   UseTbLoad            = 1  ; Use auto-update feature ?
  99.   CreateDriveATarget   = 1  ; Create target file to scan drive A: ?
  100.   CreateDriveBTarget   = 1  ; Create target file to scan drive B: ?
  101.   CreateLocalTarget    = 1  ; Create target file to scan local drives ?
  102.   CreateNetworkTarget  = 1  ; Create target file to scan remote drives ?
  103.   CreateCDRomTarget    = 1  ; Create target file to scan CD-Rom drive ?
  104.   CreateFullScanTarget = 1  ; Create target file to scan all drives ?
  105.   PromptForDirectory   = 1  ; Ask for non-existent directories to be created ?
  106.   DisableStopButton    = 0  ; Disable Stop button while installing
  107.