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.

67 lines
2.4 KiB

  1. ; Microsoft Internet Explorer FTP Folder
  2. ;
  3. ; Copyright 1995-98 Microsoft Corporation. All Rights Reserved.
  4. ;
  5. [Version]
  6. Signature="$CHICAGO$"
  7. AdvancedINF=2.0
  8. [ShellExtensionInstall]
  9. ComponentName=Whistler.ShellExt
  10. ComponentVersion=1
  11. AdvOptions=36
  12. AddReg=RegZaxxon
  13. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  14. [ShellExtensionUninstall]
  15. ComponentName=Whistler.ShellExt
  16. AdvOptions=260
  17. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  18. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  19. ; Rollback Registration
  20. ;
  21. ; These registry keys will kick off the RollBack during uninstall.
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. [RegZaxxon]
  24. HKCR,"CLSID\%CLSID_Zaxxon%",,,"%DESC_Zaxxon%"
  25. HKCR,"CLSID\%CLSID_Zaxxon%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  26. HKCR,"CLSID\%CLSID_Zaxxon%\InProcServer32","ThreadingModel",,"Apartment"
  27. HKLM,"%SMWCVSEA%","%CLSID_Zaxxon%",,"%DESC_Zaxxon%"
  28. HKCR,"CLSID\%CLSID_ZaxxonPlayer%",,,"%DESK_ZaxxonPlayer%"
  29. HKCR,"CLSID\%CLSID_ZaxxonPlayer%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  30. HKCR,"CLSID\%CLSID_ZaxxonPlayer%\InProcServer32","ThreadingModel",,"Apartment"
  31. HKLM,"%SMWCVSEA%","%CLSID_ZaxxonPlayer%",,"%DESC_ZaxxonPlayer%"
  32. HKCR,"CLSID\%CLSID_MegaMan%",,,"%DESC_MegaMan%"
  33. HKCR,"CLSID\%CLSID_MegaMan%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
  34. HKCR,"CLSID\%CLSID_MegaMan%\InProcServer32","ThreadingModel",,"Apartment"
  35. HKLM,"%SMWCVSEA%","%CLSID_MegaMan%",,"%DESC_MegaMan%"
  36. HKCR,"CLSID\%CLSID_MegaMan%\Implemented Categories"
  37. HKCR,"CLSID\%CLSID_MegaMan%\Implemented Categories\%CATID_InfoBand%"
  38. HKLM,"%SMWCVSEA%","%CLSID_MegaMan%",,"%DESC_MegaMan%"
  39. HKCU,"%SMIE%\Explorer Bars\%CLSID_MegaMan%",,,"%DESC_MegaMan%"
  40. [Strings]
  41. REGEXSZ = 0x00020000
  42. SMWCVSEA = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  43. CATID_InfoBand = "{00021493-0000-0000-C000-000000000046}"
  44. SMIE = "Software\Microsoft\Internet Explorer"
  45. CLSID_Zaxxon = "{65F411C7-F4EE-11d2-9B7D-00C04FB16A21}"
  46. DESC_Zaxxon = "Zaxxon"
  47. CLSID_ZaxxonPlayer = "{76EDEF4C-1313-11d3-8705-00C04FB16A21}"
  48. DESC_ZaxxonPlayer = "Zaxxon Player"
  49. CLSID_MegaMan = "{F35210F0-F6CC-11d2-9B82-00C04FB16A21}"
  50. DESC_MegaMan = "MegaMan player"
  51. ERR_NOSETUPAPI = "Internet Explorer 4.0 needs to be installed for this product to be installed."