RKHELP.INF Driver File Contents (RKTools.exe)

; rkhelp.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
win95rk.HLP.Copy = 18    ; LDID_HELP 
overview.HLP.Copy = 18    ; LDID_HELP 
tour4adm.HLP.Copy = 18    ; LDID_HELP 
macusers.HLP.Copy = 18    ; LDID_HELP 

[Optional Components]
rkhelptop
win95rk
overview
tour4adm
macusers

[rkhelptop]
OptionDesc  = %rkhelp_DESC%
Tip         = %rkhelp_TIP%
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs

[win95rk]
OptionDesc  = %win95rk_DESC%
Tip         = %win95rk_TIP%
CopyFiles   = win95rk.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis  = win95rk.Inis
Parent      = rkhelptop
AddReg      = win95rk.install.reg
InstallType = 0             ;Manual only
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs
Uninstall   = win95rk_remove

[win95rk_remove]
DelFiles    = win95rk.HLP.Copy
DelReg      = win95rk.remove.reg
UpdateInis  = win95rk.Rem.Inis

[overview]
OptionDesc  = %overview_DESC%
Tip         = %overview_TIP%
CopyFiles   = overview.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis  = overview.Inis
Parent      = rkhelptop
AddReg      = overview.install.reg
InstallType = 0             ;Manual only
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs
Uninstall   = overview_remove

[overview_remove]
DelFiles    = overview.HLP.Copy
DelReg      = overview.remove.reg
UpdateInis  = overview.Rem.Inis

[tour4adm]
OptionDesc  = %tour4adm_DESC%
Tip         = %tour4adm_TIP%
CopyFiles   = tour4adm.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis  = tour4adm.Inis
Parent      = rkhelptop
AddReg      = tour4adm.install.reg
InstallType = 0             ;Manual only
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs
Uninstall   = tour4adm_remove

[tour4adm_remove]
DelFiles    = tour4adm.HLP.Copy
DelReg      = tour4adm.remove.reg
UpdateInis  = tour4adm.Rem.Inis

[macusers]
OptionDesc  = %macusers_DESC%
Tip         = %macusers_TIP%
CopyFiles   = macusers.HLP.Copy, Register.Copy, rklayout.copy
UpdateInis  = macusers.Inis
Parent      = rkhelptop
AddReg      = macusers.install.reg
InstallType = 0             ;Manual only
IconIndex   = 49            ;Default (diamond) mini-icon for dialogs
Uninstall   = macusers_remove

[macusers_remove]
DelFiles    = macusers.HLP.Copy
DelReg      = macusers.remove.reg
UpdateInis  = macusers.Rem.Inis


[rklayout.Copy]
rklayout.inf

[Register.Copy]
rkhelp.inf

[overview.HLP.Copy]
overview.hlp
overview.cnt

[macusers.HLP.Copy]
macusers.cnt
macusers.hlp

[tour4adm.HLP.Copy]
tour4adm.cnt
tour4adm.hlp

[win95rk.HLP.Copy]
win95rk.cnt
win95rk.hlp


[win95rk.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\win95rkhlp,DisplayName,,%uninstall_win95rk_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\win95rkhlp,UninstallString,,"RunDll setupx.dll,InstallHinfSection win95rk_Remove 4 rkhelp.INF"

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

[overview.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\overviewhlp,DisplayName,,%uninstall_overview_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\overviewhlp,UninstallString,,"RunDll setupx.dll,InstallHinfSection overview_Remove 4 rkhelp.INF"

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

[tour4adm.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\tour4admhlp,DisplayName,,%uninstall_tour4adm_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\tour4admhlp,UninstallString,,"RunDll setupx.dll,InstallHinfSection tour4adm_Remove 4 rkhelp.INF"

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

[macusers.install.reg]
;Create entries for Maint Mode Setup
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\macusers,DisplayName,,%uninstall_macusers_Desc%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\macusers,UninstallString,,"RunDll setupx.dll,InstallHinfSection macusers_Remove 4 rkhelp.INF"

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


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

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

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

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

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

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

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

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


[rkhelpReg]
; 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]
RESKITHELP_DESC = "Resource Kit\Help"
rkhelp_Desc    = "Windows 95 Resource Kit Help Files"
rkhelp_TIP     = "Provides the Windows 95 Resource Kit as a help file, information about Resource Kit tools, a tour of Windows 95 for administrators, and help for Macintosh users"

RKTOOLS_DESC   = "Resource Kit"
overview_DESC  = "Overview of Windows 95 Resource Kit Tools"
tour4adm_DESC      = "Guided Tour for Administrators"
win95rk_DESC   = "Windows 95 Resource Kit Help File"
macusers_DESC   = "Help for Macintosh Users"

overview_TIP  = "Provides an overview of the tools provided with the Windows 95 Resource Kit"
tour4adm_TIP      = "Provides a guided tour of the features in Windows 95 for administrators"
win95rk_TIP   = "Provides the Windows 95 Resource Kit as an electronic help file"
macusers_TIP   = "Provides information on Windows 95 for users of the Macintosh"

uninstall_overview_DESC  = "Overview of Windows 95 Resource Kit Tools"
uninstall_tour4adm_DESC      = "Guided Tour for Administrators"
uninstall_win95rk_DESC   = "Windows 95 Resource Kit Help File"
uninstall_macusers_DESC   = "Help for Macintosh Users"

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: web2, load: 1.61