home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / _SETUP.LIB / IFTPPLUG.INI < prev    next >
INI File  |  1996-05-07  |  2KB  |  92 lines

  1. ;
  2. ;  File:     IFTPPLUG.INI - init file for IFTPPLUG.DLL
  3. ;
  4. ;  Summary:  IFTPPLUG.DLL is used by the KEYview installer to
  5. ;            add information to the Registry which is used
  6. ;            by the KEYview Plug-in Loader (FTPPLUG.DLL).
  7. ;
  8.  
  9. ;  [KEYview Sections]
  10. ;  All sections (other than this one!) contained in this .INI file
  11. ;  which are to be added to KEYview's Registry settings must be listed here.
  12. ;  This is because there is no way in 16-bit for an application to enumerate
  13. ;  all sections in an .INI file!!
  14. ;  Note: what values they are defined as is irrelevent; only the section
  15. ;  names are used by IFTPPLUG.DLL.
  16. ;
  17. [KEYview Sections]
  18. VAPI=1
  19. FTPPLUG=1
  20. ContextMenu=1
  21. FrameMenu=1
  22. Icon=1
  23. Toolbar=1
  24. Tab=1
  25.  
  26. ;  [VAPI]
  27. ;  Define the window class as "ftpPLUGIN"
  28. ;  Specify AutoDetect id's which will be handled by FTPPLUG.DLL.
  29. ;  Note that there must also be a corresponding entry in the
  30. ;  [FTPPLUG] section which map the AutoDetect id to a MIME type.
  31. ;
  32. [VAPI]
  33. ftpplug.dll="ftpPLUGIN"
  34. 18="plugin 0 ftpplug.dll"
  35. 143="plugin 0 ftpplug.dll"
  36. 199="plugin 0 ftpplug.dll"
  37. 200="plugin 0 ftpplug.dll"
  38. 252="plugin 0 ftpplug.dll"
  39. 253="plugin 0 ftpplug.dll"
  40. 256="plugin 0 ftpplug.dll"
  41. 258="plugin 0 ftpplug.dll"
  42.  
  43. ;  [VAPI.32]
  44. ;  Contains additional [VAPI] entries for Win32 ONLY! 
  45. [VAPI.32]
  46. 234="plugin 0 ftpplug.dll"
  47.  
  48. ;
  49. ;  [FTPPLUG] - This section contains mappings from AutoDetect numbers
  50. ;  to MIME types.  FTPPLUG.DLL supports mapping to more than one
  51. ;  MIME type.  When there are multiple types they should be separated
  52. ;  with a vertical bar '|'.
  53. ;
  54. ;    example:
  55. ;       221="video/mpeg|x-video/mpeg"
  56. ;
  57. [FTPPLUG]
  58. ; IMPORTANT: Remember to add format to [VAPI] section as well!
  59. 18="image/x-mgx-drw"
  60. 143="vector/x-dxf|image/x-dxf|image/vnd.dxf"
  61. 199="application/envoy"
  62. 200="application/pdf"
  63. 252="image/x-cmx"
  64. 253="vector/x-dwg|image/x-dwg|image/vnd.dwg"
  65. 256="audio/x-pn-realaudio-plugin"
  66. 258="image/x-mgx-dsf"
  67.  
  68. ;  [FTPPLUG.32]
  69. ;  Contains additional [FTPPLUG] entries for Win32 ONLY!
  70. ;
  71. [FTPPLUG.32]
  72. 234="x-world/x-vrml"
  73.  
  74. ;  [ContextMenu], [FrameMenu], . . . , [Tab]
  75. ;  Info for toolbar, icon, menu, help tab, etc.
  76. ;
  77. [ContextMenu]
  78. plugin="21"
  79.  
  80. [FrameMenu]
  81. plugin="29"
  82.  
  83. [Icon]
  84. plugin="108"
  85.  
  86. [Toolbar]
  87. plugin="6792 6 6502 6505 6511 6510 0 6547"
  88.  
  89. [Tab]
  90. plugin="kvpref.dll 1"
  91.  
  92.