PSSTOOLS.INF Driver File Contents (RKTools.exe)

; psstools.INF

; This is the Setup information file to install the animated cursor editor

; Copyright (c) 1993-1995 Microsoft Corporation


[version]
LayoutFile=rklayout.inf
signature="$CHICAGO$"
SetupClass=BASE

[DestinationDirs]
Register.Copy    = 17    ; LDID_INF
rklayout.copy = 17     ;  LDID_INF
psstoolsCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%    ; LDID_APPS\Program Files\Resource Kit
psstools.HLP.Copy = 18    ; LDID_HELP 
adapthlp.HLP.Copy = 18    ; LDID_HELP 
psstools.win      = 25    ; LDID_WIN

[Optional Components]
psstoolstop
adapthlp
tools

[psstoolstop]
OptionDesc  = %psstools_DESC%
Tip         = %psstools_TIP%
IconIndex   = 11            ;Default (diamond) mini-icon for dialogs

[tools]
OptionDesc  = %tools_DESC%
Tip         = %tools_TIP%
CopyFiles   = psstoolsCopyFiles, psstools.HLP.copy, psstools.win, Register.Copy, rklayout.copy
UpdateInis  = tools.Inis
Parent      = psstoolstop
AddReg      = tools.install.reg, psstoolsReg
InstallType = 0             ;Manual only
IconIndex   = 11            ;Default (diamond) mini-icon for dialogs
Uninstall   = tools_remove

[tools_remove]
DelFiles    = psstoolsCopyFiles, psstools.win, psstools.HLP.copy
DelReg      = tools.remove.reg
UpdateInis  = tools.Rem.Inis

[adapthlp]
OptionDesc  = %adapthlp_DESC%
Tip         = %adapthlp_TIP%
CopyFiles   = adapthlp.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis  = adapthlp.Inis
Parent      = psstoolstop
AddReg      = adapthlp.install.reg
InstallType = 0             ;Manual only
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs
Uninstall   = adapthlp_remove

[adapthlp_remove]
DelFiles    = adapthlp.HLP.Copy
DelReg      = adapthlp.remove.reg
UpdateInis  = adapthlp.Rem.Inis


[rklayout.Copy]
rklayout.inf

[Register.Copy]
psstools.inf

[adapthlp.HLP.Copy]
adapter.hlp
adapthlp.txt

[psstoolsCopyFiles]
psstools.inf
;erutil.txt
logview.txt
logview.exe
cfgback.exe
cfgback.txt
epts.txt

[psstools.win]
epts.exe
pts.bin
dxdll.dll
;erd.e_e
;eru.exe
;eru.inf

[psstools.HLP.copy]
cfgback.hlp
pts.hlp


[tools.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\psstools,DisplayName,,%uninstallTools_DESC%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\psstools,UninstallString,,"RunDll setupx.dll,InstallHinfSection tools_Remove 4 psstools.INF"

[tools.remove.reg]
;Remove entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\psstools

[adapthlp.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\adapthlp,DisplayName,,%uninstallhlp_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\adapthlp,UninstallString,,"RunDll setupx.dll,InstallHinfSection adapthlp_Remove 4 psstools.INF"

[adapthlp.remove.reg]
;Remove entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\adapthlp



[tools.Inis]
setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
setup.ini, group11,, """%epts_Desc%"", %25%\epts.exe,,, epts"       ;creates link
;setup.ini, group11,, """%eru_Desc%"", %25%\eru.exe,,, eru"       ;creates link

[tools.Rem.Inis]
setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
;setup.ini, group11,, """%eru_Desc%"""                     ;deletes link
setup.ini, group11,, """%epts_Desc%"""                     ;deletes link

[adapthlp.Inis]
setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%"         ;creates folder
setup.ini, group11,, """%adapthlp_Desc%"", %18%\adapter.hlp,,, adapter"       ;creates link

[adapthlp.Rem.Inis]
setup.ini, progman.groups,, "group12=%RKTOOLS_DESC%"         ;creates folder
setup.ini, group12,, """%adapthlp_Desc%"""                      ;deletes link


[psstoolsReg]
; create the long-name for "Program Files"
; Note that when you rename a long name, VFAT changes the short name from
; foobar~1 to foobar~2.  To avoid this, we introduce a work around in the form of
; an intermediate rename
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"

[Strings]
psstools = "PSSTools"
psstools_start = "Resource Kit\PSS Tools"
RESKITHELP_DESC = "Resource Kit\Help"
psstools_Desc    = "PSS Support tools for Windows 95"
psstools_TIP     = "Provides tools useful for backing up configuration files, viewing system logs, and obtaining information on configuring adapters"

RKTOOLS_DESC   = "Resource Kit"
adapthlp_DESC  = "Adapter Configuration Help File"
tools_DESC     = "PSS Support tools for Windows 95"
uninstallHlp_DESC = "Adapter Configuration Help File"
uninstallTools_DESC = "PSS Support tools for Windows 95"
adapthlp_TIP  = "Provides information on configuring popular adapter boards - prepared by Microsoft PSS"
tools_TIP     = "Provides tools for backing up the registy configuration, an enhanced print troubleshooter, and a utility to view system logs"
; an emergency recovery utility, 
eru_desc = "Emergency Recovery Utility"
epts_desc = "Enhanced Print Troubleshooter"
DSK = "Windows 95 Resource Kit"



; Directory names - note that that short versions must match the truncated
; 8 char names for the long versions, or else there will be problems.
; also need to put the short versions in the [DestinationDirs] section above
; Used by wordpad, hypertrm, backup, paint, & MSN
Program_Files    = "Program Files"
PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
ResourceKit      = "Resource Kit"
RESOURCE         = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"
OEM_RESOURCE     = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"  - in OEM codepage (not Ansi)
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: web5, load: 1.26