Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.3 KiB

  1. [version]
  2. signature="$CHICAGO$"
  3. [KeyRemapInstall]
  4. CopyFiles = KeyRemap.Files.Ext
  5. AddReg = KeyRemap.Add.Reg
  6. [DefaultInstall]
  7. CopyFiles = KeyRemap.Files.Ext
  8. AddReg = KeyRemap.Add.Reg
  9. [DefaultUnInstall]
  10. DelFiles = KeyRemap.Files.Ext
  11. DelReg = KeyRemap.Del.Reg
  12. [DestinationDirs]
  13. KeyRemap.Files.Ext = 11,ShellExt
  14. [SourceDisksNames]
  15. 1="Key Remap","",1
  16. [SourceDisksFiles]
  17. KeyRemap.DLL=1
  18. KeyRemap.INF=1
  19. [KeyRemap.Files.Ext]
  20. KeyRemap.Dll
  21. KeyRemap.INF
  22. [KeyRemap.Add.Reg]
  23. HKLM,%UIF%,DisplayName,,"%KeyRemap%"
  24. HKLM,%UIF%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %11%\ShellExt\KeyRemap.inf"
  25. HKLM,"%KBD%\%KeyRemap%",,,"%GUID%"
  26. HKCR,CLSID\%GUID%,,,"%KeyRemap%"
  27. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\ShellExt\KeyRemap.dll"
  28. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  29. HKLM,%APV%,%GUID%,,"%KeyRemap%"
  30. [KeyRemap.Del.Reg]
  31. HKLM,%UIF%
  32. HKLM,"%KBD%\%KeyRemap%"
  33. HKCR,CLSID\%GUID%
  34. HKLM,%APV%,%GUID%
  35. [Strings]
  36. KeyRemap="Key Remap"
  37. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\KeyRemap"
  38. KBD="Software\Microsoft\Windows\CurrentVersion\Controls Folder\Keyboard\shellex\PropertySheetHandlers"
  39. GUID="{176AA2C0-9e15-11cf-bfc7-444553540000}"
  40. APV="Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"