PTICACHE.INF Driver File Contents (Ultra100.exe)

; PtiCache setup by Qiming Zhu
; (c) Promise Technology, inc. 1988-2000

[version]
signature="$CHICAGO$"
Class=DiskDrive
ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
Provider=%PROMISE%

;
; Window 95 setup entry
;
[PtiCacheInstall.95]
;CopyFiles=PtiCache.File, PtiCache.INF, PtiCache.w32utility, UniCache.File
;AddReg=PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.95, UniCache.Reg
;Reboot

[PtiCacheUninstall.95]
;DelFiles=PtiCache.File, PtiCache.INF, PtiCache.w32utility, UniCache.File
;DelReg=PtiCache.Reg.Del, PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.95, ;PtiCache.Uninst.del.Reg, UniCache.Reg.Del
;Reboot

;
; Windows 98 setup entry
;
[DefaultInstall]
;[PtiCacheInstall.98]
CopyFiles=PtiCache.File, PtiCache.INF, PtiCache.w32utility, UniCache.File
AddReg=PtiCache.Reg, PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.98, UniCache.Reg
Reboot

[PtiCacheUninstall.98]
DelFiles=PtiCache.File, PtiCache.INF, PtiCache.w32utility, UniCache.File
DelReg=PtiCache.Reg.Del, PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.98, PtiCache.Uninst.del.Reg, UniCache.Reg.Del
Reboot

;
; WindowsNT 4.0 setup entry
;
[PtiCacheInstall.nt4]
;AddReg=PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.nt4, UniCache.Reg
;CopyFiles=PtiCache.File.NT4, PtiCache.INF, PtiCache.w32utility.NT, UniCache.File
;Reboot

[PtiCacheInstall.nt4.Services]
;AddService=PtiCache,,PtiCacheServiceInstallSection

[PtiCacheUninstall.nt4]
;DelFiles=PtiCache.File.NT, PtiCache.INF, PtiCache.w32utility.NT, UniCache.File
;DelReg=PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.nt4, PtiCache.Uninst.del.Reg, ;UniCache.Reg.Del
;Reboot

[PtiCacheUninstall.nt4.Services]
;DelService=PtiCache

;
; Windows2000 (NT 5.0) setup entry
;
[PtiCacheInstall.nt5]
;AddReg=PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.nt5, UniCache.Reg
;CopyFiles=PtiCache.File.NT, PtiCache.INF, PtiCache.w32utility.NT, PtiCache.Setup.NT, UniCache.File
;Reboot

[PtiCacheInstall.nt5.Services]
;AddService=PtiCache,,PtiCacheServiceInstallSection

[PtiCacheUninstall.nt5]
;DelFiles=PtiCache.File.NT, PtiCache.INF, PtiCache.w32utility.NT, PtiCache.Setup.NT, UniCache.File
;DelReg=PtiCache.Uninst.Reg, PtiCache.Uninst.Reg.nt5, PtiCache.Uninst.del.Reg, UniCache.Reg.Del
;Reboot

[PtiCacheUninstall.nt5.Services]
;DelService=PtiCache

;[DefaultInstall]
; prevent user right click installation

[DefaultInstall.NT]
; prevent user right click installation

;
; service registry
;
[PtiCache.Reg]
HKLM,%REG95%\%PARAM%,"CacheFlag",0x00010001,0x106
HKLM,%REG95%\%PARAM%,"Blockwidth",0x00010001,0x80
HKLM,%REG95%\%PARAM%,"Numberofblock",0x00010001,0x100
HKLM,%REG95%\%PARAM%,"Readaheadsize",0x00010001,0x80
HKLM,%REG95%\%PARAM%,"MaxConcurrentDiskRequest",0x00010001,0x1

[PtiCache.Reg.NT]
;HKR,%PARAM%,"CacheFlag",0x00010001,0x106
;HKR,%PARAM%,"Blockwidth",0x00010001,0x80
;HKR,%PARAM%,"Numberofblock",0x00010001,0x100
;HKR,%PARAM%,"Readaheadsize",0x00010001,0x80
;HKR,%PARAM%,"MaxConcurrentDiskRequest",0x00010001,0x1

[UniCache.Reg]
;HKLM, %STARTRUN%, "UniCache",,%11%"\UniCache.exe /run 0"

[UniCache.Reg.Del]
;HKLM, %STARTRUN%, "UniCache"

[PtiCacheServiceInstallSection]
;DisplayName = %NAME%
;ServiceType    = 1
;StartType      = 0
;ErrorControl   = 1
;ServiceBinary  = %12%\PtiCache.sys
;LoadOrderGroup = Port
;AddReg = PtiCache.Reg.NT

;
; registry removal
;
[PtiCache.Reg.Del]
HKLM,%REG95%

[PtiCache.Reg.Del.NT]
;HKLM,%REGNT%


;
; uninstallation registry entry
;
[PtiCache.Uninst.Reg]
HKLM,%UIF%\%NAME%,DisplayName,,"%Uninst_DESC%"

[PtiCache.Uninst.Reg.95]
;HKLM,%UIF%\%NAME%,UninstallString,,"rundll setupx.dll,InstallHinfSection PtiCacheUninstall.95 132 %17%\other\Pticache.inf"

[PtiCache.Uninst.Reg.98]
HKLM,%UIF%\%NAME%,UninstallString,,"rundll32 setupapi,InstallHinfSection PtiCacheUninstall.98 132 %17%\other\Pticache.inf"

[PtiCache.Uninst.Reg.nt4]
;HKLM,%UIF%\%NAME%,UninstallString,,"rundll32 setupapi,InstallHinfSection PtiCacheUninstall.nt4 132 %17%\other\Pticache.inf"

[PtiCache.Uninst.Reg.nt5]
;HKLM,%UIF%\%NAME%,UninstallString,,"ptidfhlp /device PtiCache /remove /inf ""%17%\other\Pticache.inf"" /section PtiCacheUninstall.nt5"

[PtiCache.Uninst.del.Reg]
HKLM,%UIF%\%NAME%

;
; file group
;
[PtiCache.File]
pticache.vxd

[PtiCache.File.NT4]
pticache.sys,pticache.nt4

[PtiCache.File.NT]
pticache.sys

[PtiCache.Setup.NT]
PtidfHlp.exe

[PtiCache.INF]
pticache.inf

[PtiCache.w32utility]
;cacheutl.exe

[PtiCache.w32utility.NT]
;cacheutl.exe

[UniCache.File]
;UniCache.exe,,,32

;
; directory setting
;
[DestinationDirs]
PtiCache.INF = 17, "other"	;	INF directory
PtiCache.File.NT = 12;			Drivers
PtiCache.File.NT4 = 12
PtiCache.File = 11, "Iosubsys";			Iosubsys
PtiCache.w32utility = 10,"StartM~1\Programs";windows directory
PtiCache.w32utility.NT = 53,"..\All Users\Start Menu\Programs";windows directory
PtiCache.Setup.NT = 11;
UniCache.File = 11;			System

;
; Disk layout
;
[SourceDisksNames]
55="Promise PtiCache setup disk",,,..

;
; File image layout
;
[SourceDisksFiles]
;PtiCache.sys = 55,PCACHE
PtiCache.vxd = 55,PCACHE
PtiCache.inf = 55,win95-98
;cacheutl.exe = 55,PCACHE
;PtidfHlp.exe = 55,PCACHE
;UniCache.exe = 55,PCACHE

[Strings]
NAME="PtiCache"
PROMISE="Promise Technology, Inc."
UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall"
REG95="System\CurrentControlSet\Services\Vxd\PtiCache"
REGNT="System\CurrentControlSet\Services\PtiCache"
PARAM="Parameters"
Uninst_DESC = "Promise Disk Cache Driver.(Remove Only)"
STARTRUN="Software\Microsoft\Windows\CurrentVersion\Run"
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: web4, load: 1.35