| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 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/glxgi/Win8/ |
Upload File : |
;;;
;;; Glx
;;;
;;;
;;; Copyright (c) 2018, VMware, Inc.
;;;
[Version]
Class = "System"
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Signature = "$Windows NT$"
Provider = %VMW%
DriverVer=09/20/2018,1.3.2.0
CatalogFile = glxgi.cat
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%,0x00000001,Service
;;
;; Uninstall sections
;;
[DefaultUninstall]
DelFiles = DriverFiles
[DefaultUninstall.Services]
DelService = %ServiceName% 0x200
;0x200 ensure service is stopped before deleting.
;;
;; Services Section
;;
[Service]
DisplayName = %ServiceName%
Description = %ServiceDescription%
ServiceBinary = %12%\glxgi.sys
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 4 ; SERVICE_DISABLED
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = "AppDefense"
;;
;; Copy Files
;;
[DriverFiles]
glxgi.sys
[SourceDisksNames]
1 = %DiskId%
[SourceDisksFiles]
glxgi.sys = 1
;;
;; String Section
;;
[Strings]
VMW = "VMware, Inc."
ServiceDescription = "Guest Integrity Driver"
ServiceName = "glxgi"
DiskId = "Guest Integrity Installation Disk"
DefaultInstance = "glxgi Instance"