| Server IP : 195.130.67.5 / Your IP : 216.73.216.158 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/Common Files/VMware/Drivers/vNetFilter/Win10/ |
Upload File : |
;;;
;;; vnetWFP
;;;
;;;
;;; Copyright (c) 2010-18, VMware, Inc.
;;;
[Version]
Signature = "$Windows NT$"
Provider = %VMW%
DriverVer = 05/09/2018,10.3.0.0
CatalogFile = vnetWFP.cat
Class = WFPCALLOUTS
ClassGUID = {57465043-616C-6C6F-7574-5F636C617373}
DriverPackageType = KernelService
[DestinationDirs]
DefaultDestDir = 12
DriverFiles = 12 ; %windir%\system32\drivers
;; Exclude drivers from "Add New Hardware" list.
[ControlFlags]
ExcludeFromSelect = *
;;
;; Install sections
;;
[DefaultInstall]
CopyFiles = DriverFiles
[DefaultInstall.Services]
AddService = %ServiceName%,0x00000800,Service
;;
;; Uninstall sections
;;
[DefaultUninstall]
DelFiles = DriverFiles
[DefaultUninstall.Services]
DelService = %ServiceName%,0x200 ; Ensure service is stopped before deleting
;;
;; Services Section
;;
[Service]
DisplayName = %ServiceName%
Description = %ServiceDescription%
ServiceBinary = %12%\vnetWFP.sys
Dependencies = "tcpip"
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = PNP_TDI
;;
;; Copy Files
;;
[DriverFiles]
vnetWFP.sys
[SourceDisksNames]
1 = %DiskId%
[SourceDisksFiles]
vnetWFP.sys = 1
;;
;; String Section
;;
[Strings]
VMW = "VMware, Inc."
ServiceDescription = "Guest Introspection Network Filter Driver"
ServiceName = "vnetWFP"
DiskId = "Guest Introspection Installation Disk"