Source code of Windows XP (NT5)
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.

31 lines
983 B

  1. [Version]
  2. Signature="$CHICAGO$"
  3. [InstallAssociations]
  4. ComponentName=IEContentAdvisor.Assoc
  5. ComponentVersion=5.0
  6. AdvOptions=36
  7. AddReg=RegAssociations
  8. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  9. [UnInstallAssociations]
  10. ComponentName=IEContentAdvisor.Assoc
  11. AdvOptions=260
  12. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  13. [RegAssociations]
  14. HKCR,.prf,,,"prffile"
  15. HKCR,.prf,"Content Type",,"application/pics-rules"
  16. HKCR,prffile,,,"PICS Rules File"
  17. HKCR,prffile,"FriendlyTypeName",,"msrating.dll,-3001"
  18. HKCR,prffile\DefaultIcon,,,"msrating.dll,3"
  19. HKCR,prffile\Shell\Open\Command,,,"rundll32.exe msrating.dll,ClickedOnPRF %1"
  20. HKCR,.rat,,,"ratfile"
  21. HKCR,.rat,"Content Type",,"application/rat-file"
  22. HKCR,ratfile,,,"Rating System File"
  23. HKCR,ratfile,"FriendlyTypeName",,"msrating.dll,-3000"
  24. HKCR,ratfile\DefaultIcon,,,"msrating.dll,8"
  25. HKCR,ratfile\Shell\Open\Command,,,"rundll32.exe msrating.dll,ClickedOnRAT %1"
  26. [Strings]
  27. ERR_NOSETUPAPI="Cannot register msrating.dll because setupapi.dll is missing."