Sandboxie/Sandboxie/core/drv/SbieDrv.inf

60 lines
2.1 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;-------------------------------------------------------------------------
; Copyright 2004 2020 Sandboxie Holdings, LLC
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program. If not, see <https://www.gnu.org/licenses/>.
;-------------------------------------------------------------------------
[Version]
Signature = "$WINDOWS NT$"
Class = "SecurityEnhancer" ;This is determined by the work this filter driver does
ClassGuid = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c} ;This value is determined by the Class
Provider = "Sandboxie Holdings, LLC"
DriverVer = 01/01/2018,5.23.5
CatalogFile = SbieDrv.cat
[DestinationDirs]
DefaultDestDir = 12
MiniFilter.DriverFiles = 12 ;%windir%\system32\drivers
[MiniFilter.DriverFiles]
SbieDrv.sys
[SourceDisksFiles]
SbieDrv.sys = 1,,
[SourceDisksNames]
1 = %DiskId1%,,,
[DefaultInstall]
OptionDesc = %ServiceDescription%
CopyFiles = MiniFilter.DriverFiles
[DefaultInstall.Services]
AddService = %ServiceName%,,MiniFilter.Service
[MiniFilter.Service]
DisplayName = %ServiceName%
Description = %ServiceDescription%
ServiceBinary = %12%\examplefilesystem.sys
ServiceType = 2 ; SERVICE_FILE_SYSTEM_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = "File System"
[Strings]
SG = "Sandboxie"
ServiceDescription = "Sandboxie Mini-Filter Driver"
ServiceName = "Sandboxie Service"
DriverName = "SbieDrv"
DiskId1 = "Sandboxie Driver Installation Disk"