Prescan Section Parent topic

The following table lists the commands available for setup.ini. If no value is specified in the setup file, the default value will be used.

Setup.ini File [PRESCAN] Section Arguments

Key
Description
Possible Values
Default Value
Encrypted
IGNORE_THREAT
Cancel installation after detecting malware threat during prescan
Note
Note
Only valid during silent installations.
  • 0: Cancel
  • 1: Continue installation after detecting malware threat during prescan
0
No
REPORT_FOLDER
An absolute folder path where prescan result reports are saved.
  • <folder_path>
  • <empty>: Defaults to %windir%\temp\prescan\log
<empty>
No
SCAN_TYPE
The type of scan executed during silent installation
Note
Note
The selected value is used as the default value for a UI installation.
  • Full: Scan all folders on the endpoint.
  • Quick: Scans the following folders:
    • Fixed root drives
      For example:
      c:\
      d:\
    • System root folder
      For example, c:\Windows
    • System folder
      For example, c:\Windows\System
    • System32 folder
      For example, c:\Windows\System32
    • Driver folder
      For example, c:\Windows\System32\Drivers
    • Temp folder
      For example, c:\Users\Trend\AppData\Local\Temp
    • Desktop folder including sub folders and files
      For example, c:\Users\Trend\Desktop
  • Specific: Scan folders specified with SPECIFIC_FOLDER entries
Full
No
COMPRESS_LAYER
The number of compressed layers to scan when a compressed file is scanned.
  • 0: Do not scan compressed files
  • 1 - 20: Scan up to the specified number of layers of a compressed file
2
No
MAX_FILE_SIZE
The largest file allowed for scan
  • 0: Scan files of any sizes
  • 1 - 9999: Only scan files equal to or smaller than the specified size (MB)
0
No
SCAN_REMOVABLE_DRIVE
Scan removable drives
  • 0: Do not scan removable drives
  • 1: Scan removable drives
0
No
SPECIFIC_FOLDER
An absolute folder path to scan when the scan type is [Specific]
<folder_path>
Multiple folders can be specified by creating new entries whose name starting with SPECIFIC_FOLDER. Every entry name needs to be unique.
For example:
SPECIFIC_FOLDER=c:\folder1
SPECIFIC_FOLDER2=c:\folder2
SPECIFIC_FOLDER3=c:\folder3
<empty>
No
EXCLUDED_FILE
An absolute file path to exclude from scanning
<file_path>
Multiple files can be specified by creating new entries whose name starting with EXCLUDED_FILE. Every entry name needs to be unique.
For example:
EXCLUDED_FILE=c:\file1.exe
EXCLUDED_FILE2=c:\file2.exe
EXCLUDED_FILE3=c:\file3.exe
<empty>
No
EXCLUDED_FOLDER
An absolute folder path to exclude from scanning
<folder_path>
Multiple folders can be specified by creating new entries whose name starting with EXCLUDED_FOLDER. Every entry name needs to be unique.
For example:
EXCLUDED_FOLDER=c:\file1.exe
EXCLUDED_FOLDER2=c:\file2.exe
EXCLUDED_FOLDER3=c:\file3.exe
<empty>
No
EXCLUDED_EXTENSION
A file extension to exclude from scanning
<file_extension>
Multiple extensions can be specified by creating new entries whose name starting with EXCLUDED_EXTENSION. Every entry name needs to be unique.
For example:
EXCLUDED_EXTENSION=bmp
EXCLUDED_EXTENSION2=png
<empty>
No