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.

44 lines
978 B

  1. ; Microsoft Zaxxonet Explorer FTP Folder
  2. ;
  3. ; Copyright 1995-98 Microsoft Corporation. All Rights Reserved.
  4. ;
  5. [version]
  6. signature="$CHICAGO$"
  7. AdvancedINF=2.0
  8. [DestinationDirs]
  9. AllZaxxon_DllFiles=11 ; to Win95=X:\Windows\System
  10. ;; Uninstall will be done through selfreg.inf.
  11. [DefaultInstall]
  12. CopyFiles=AllZaxxon_DllFiles
  13. RegisterOCXs=RegisterOCXSection
  14. RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
  15. [RegisterOCXSection]
  16. %11%\Zaxxon.dll
  17. [AllZaxxon_DllFiles]
  18. %11\Zaxxon.dll=objd\i386\Zaxxon.dll
  19. [AllZaxxon_InfFiles]
  20. Zaxxon.inf
  21. [SourceDisksNames]
  22. 1=%SetupFileCab%,,1
  23. [SourceDisksFiles]
  24. Zaxxon.dll=1
  25. Zaxxon.inf=1
  26. [Strings]
  27. ThisDll = "Zaxxon.dll"
  28. SetupFileCab = "all Zaxxon stuff:exe and Dll column handling, and a context menu to convert between folder shortcuts and shorcuts to folders"
  29. ERR_NOSETUPAPI = "This inf file was probably done poorly"
  30. DESC = "the colhndlr for dll and exe versioning, and folder shorcut conversion"