home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / toys / krnltoys.exe / KEYREMAP.INF < prev    next >
INI File  |  1996-04-25  |  2KB  |  60 lines

  1. [version]
  2. signature="$CHICAGO$"
  3.  
  4. [KeyRemapInstall]
  5. CopyFiles = KeyRemap.Files.Ext, KeyRemap.Files.Inf, KeyRemap.Files.Sys
  6. AddReg    = KeyRemap.Add.Reg
  7.  
  8. [DefaultInstall]
  9. CopyFiles = KeyRemap.Files.Ext, KeyRemap.Files.Inf, KeyRemap.Files.Sys
  10. AddReg    = KeyRemap.Add.Reg
  11.  
  12. [DefaultUnInstall]
  13. DelFiles  = KeyRemap.Files.Ext, KeyRemap.Files.Inf, KeyRemap.Files.Sys
  14. DelReg    = KeyRemap.Del.Reg
  15.  
  16. [DestinationDirs]
  17. KeyRemap.Files.Ext = 11,ShellExt
  18. KeyRemap.Files.Inf = 17
  19. KeyRemap.Files.Sys = 11
  20.  
  21. [SourceDisksNames]
  22. 1="Key Remap","",1
  23.  
  24. [SourceDisksFiles]
  25. KeyRemap.DLL=1
  26. KeyRemap.INF=1
  27. KeyRemap.VXD=1
  28.  
  29. [KeyRemap.Files.Ext]
  30. KeyRemap.Dll
  31.  
  32. [KeyRemap.Files.Inf]
  33. KeyRemap.INF
  34.  
  35. [KeyRemap.Files.Sys]
  36. KeyRemap.VXD
  37.  
  38. [KeyRemap.Add.Reg]
  39. HKLM,%UIF%,DisplayName,,"%KeyRemap%"
  40. HKLM,%UIF%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\KeyRemap.inf"
  41. HKLM,"%KBD%\%KeyRemap%",,,"%GUID%"
  42. HKCR,CLSID\%GUID%,,,"%KeyRemap%"
  43. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\ShellExt\KeyRemap.dll"
  44. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  45. HKLM,%VXD%,StaticVxD,,"KeyRemap.VXD"
  46.  
  47.  
  48. [KeyRemap.Del.Reg]
  49. HKLM,%UIF%
  50. HKLM,"%KBD%\%KeyRemap%"
  51. HKCR,CLSID\%GUID%
  52. HKLM,%VXD%
  53.  
  54. [Strings]
  55. KeyRemap="Key Remap"
  56. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\KeyRemap"
  57. KBD="Software\Microsoft\Windows\CurrentVersion\Controls Folder\Keyboard\shellex\PropertySheetHandlers"
  58. VXD="System\CurrentControlSet\Services\VxD\KeyRemap"
  59. GUID="{176AA2C0-9e15-11cf-bfc7-444553540000}"
  60.