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.

55 lines
1.5 KiB

  1. ;
  2. ; Control registration and DLL installation
  3. ;
  4. ; Note the AddReg and DelReg keys have a maximum length of 255 characters.
  5. ; Only one AddReg and DelReg key per header section.
  6. ;
  7. ; Because of the length limitations, we use shorthand names for the
  8. ; sections.
  9. ;
  10. ; Section Name Notations:
  11. ; A_* - add reg section
  12. ; D_* - del reg section
  13. ; AD_* - add/del reg section
  14. ;
  15. ;
  16. ; RegItems with %11% or %25% are substituted on NT with
  17. ; %SystemRoot%\whatever. But this needs to be REG_EXPAND_SZ!
  18. ; The flag 131072 (0x20000) will make the item be of type
  19. ; REG_EXPAND_SZ.
  20. ;
  21. ; Any entries that go into the registry that contain
  22. ; %_SYS_MOD_PATH%, %11%, %25% MUST have this flag set. (w95 ignores it).
  23. [Version]
  24. Signature="$CHICAGO$"
  25. [RegDll]
  26. ComponentName=IE40.Comctl32
  27. ComponentVersion=5.0
  28. AdvOptions=36
  29. AddReg=!RegRollbackComctl32
  30. DelReg=IncompatReg
  31. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  32. [UnregDll]
  33. ComponentName=IE40.Comctl32
  34. AdvOptions=260
  35. RequireEngine=SETUPAPI,%ERR_NOSETUPAPI%
  36. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  37. ; Rollback Registration
  38. ;
  39. ; These registry keys will kick off the RollBack during uninstall.
  40. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  41. [!RegRollbackComctl32]
  42. HKLM,"Software\Microsoft\Advanced INF Setup\IE CompList","IE40.Comctl32",0,""
  43. [IncompatReg]
  44. ; Nortion Navigator 95 date & time property sheet crashes when user hit OK and Cancel
  45. HKCR,"*\shellex\PropertySheetHandlers\Navigator"
  46. [Strings]