GBSav4.inf Driver File Contents (Creative_3D_Blaster_Savage4_WinXP.zip)

; GBSAV4.INF
;
; Installation inf for the Creative Technology Ltd display driver for
; the Savage4.
;
; (c) Copyright 1999 Creative Technology Ltd.
;

[Version]
Signature="$CHICAGO$"
Provider=%Creative%
LayoutFile=bcinstal.bci
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display

[DestinationDirs]
DefaultDestDir   = 11
S4.Miniport   = 12   ; drivers
S4.Display    = 11   ; system32
S4.Icd        = 11   ; OpenGL ICD
S4.Inf        = 17
BC.Files.Win          = 11
BC.Files.Sys          = 11
BC.Files.Sys.Exxtreme = 11
BC.Files.Sys.Banshee  = 11
BC.Files.Sys.TnT      = 11
BC.Files.Sys.Zx       = 11
BC.Files.Sys.Sav4     = 11
BC.Files.Inf          = 17


;
; Driver information
;

[Manufacturer]
%Creative%   = Creative.Mfg

;
; This section should be modified to reflect the chip strings the
; user will see in the Displays applet when the new driver is being
; installed from the driver diskette.
;
[Creative.Mfg]
Creative 3D Blaster Savage4  = Savage4, PCI\VEN_5333&DEV_8A22&SUBSYS_101D1102

;
; General installation section
;

[Savage4]
DriverVer=3/5/1999, 4.03.00.2100
CopyFiles=S4.Miniport, S4.Display, S4.Icd, S4.Inf, BCSystem.Files, BC.Files.Win, BC.Files.Sys, BC.Files.Inf, BC.Files.Sys.Sav4
AddReg   =S4.AddRegs, Uninstall.AddReg

;
; File sections
;

[S4.Miniport]
GBSav4.sys      ; miniport driver

[S4.Display]
GBSav4.dll      ; display driver

[S4.Icd]
s3micd.dll      ; OpenGL ICD driver

[S4.Inf]
GBSav4.inf     ; Inf file


[BCSystem.Files]
40comupd.exe,,,0x20

[BC.Files.Inf]
BCInstal.bci

[BC.Files.Win]
RegSvr32.exe,,,0x020

[BC.Files.Sys]
BCColor.dll,,,0x020
BCColor.crl,,,0x020 
BCColor.cnt 
BCColor.hlp 
BCDesk.dll,,,0x020  
BCDesk.crl,,,0x020  
BCDesk.cnt  
BCDesk.hlp  
BCDetect.exe,,,0x020
BCDetect.crl,,,0x020
BCHal.dll,,,0x020   
BCInfo.dll,,,0x020  
BCInfo.crl,,,0x020  
BCInfo.cnt  
BCInfo.hlp  
BCMon.dll,,,0x020   
BCMon.crl,,,0x020   
BCMon.cnt   
BCMon.hlp   
BCPref.exe,,,0x020
BCPref.dll,,,0x020
BCPref.crl,,,0x020
BlstCtrl.dll,,,0x020
BlstCtrl.crl,,,0x020
BlstCtrl.cnt
BlstCtrl.hlp

[BC.Files.Sys.Sav4]
BCSav4.dll,,,0x020
BCSav4.crl,,,0x020
BCSav4.cnt             ; 
BCSav4.hlp             ; 

[Savage4.Uninstall]
DelFiles=S4.Miniport, S4.Display, S4.Icd, S4.Inf, BCSystem.Files
DelReg=Uninstall.DelReg
Reboot

[Uninstall.AddReg]
HKLM,%UIF%
HKLM,%UIF%,DisplayName,,"%S3D2N%"
HKLM,%UIF%,UninstallString,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection Savage4.Uninstall 132 %17%\GBSav4.inf"

[Uninstall.DelReg]
HKLM,%UIF%


[S4.AddRegs]
HKLM,Software\Microsoft\%WinNTDir%\CurrentVersion\OpenGLdrivers,Savage2,,"s3micd"

;
; Service Installation
;

[Savage4.Services]
AddService = CreativeSavage4, 0x00000002, GBSAV4_Service_Inst, GBSAV4_EventLog_Inst

[GBSAV4_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\GBSav4.sys

[GBSAV4_EventLog_Inst]
AddReg = GBSAV4_EventLog_AddReg

[GBSAV4_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\GBSav4.sys"
HKR,,TypesSupported,0x00010001,7


;
; Software Installation
;

[Savage4.SoftwareSettings]
AddReg = GBSAV4_SoftwareDeviceSettings
DelReg = GBSAV4.DelReg


[GBSAV4.DelReg]
HKR,,MCLK
HKR,,ECLK

[GBSAV4_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,      %REG_MULTI_SZ%, GBSav4
HKR,, VgaCompatible,                %REG_DWORD%,    0
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,BCCOMUpdate,,"%11%\40comupd.exe /r:n /q:a"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce,BCInstall,,"%11%\rundll32.exe setupapi.dll,InstallHinfSection Savage4Install 132 %17%\BCInstal.bci"


;
; Source file information
;

[SourceDisksNames.x86]
1 = %DiskId%,,,""

[SourceDisksFiles]
GBSav4.sys         = 1                     ; all files on Disk 1
GBSav4.dll         = 1
GBSav4.inf         = 1
s3micd.dll         = 1


[Strings]

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = System\CurrentControlSet\Services

;
; Localizable Strings
;

DiskId      = "3D Blaster Savage4 Installation DISK (VIDEO)"
GraphAdap   = "Graphics Adapter"
Creative    = "Creative Technology Ltd"
WinNTDir    = "Windows NT"
S3D2N="Creative 3D Blaster Savage4 Display Drivers (Remove Only)"
UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\Creative Savage4"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.46