home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / WIN95 / ADDON / CONTENT.INF < prev    next >
INI File  |  1995-06-21  |  1KB  |  50 lines

  1. ; Author: Win95 Shell team
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=Content.copy.sys
  9. AddReg=ShellExt.Add.Reg,Content.Add.Reg,Content.Rename.Reg
  10.  
  11. [ShellExt.Add.Reg]
  12. HKCR,.ShellExt,,,"ShellExt"
  13. HKCR,ShellExt,,,"%Shell_Ext%"
  14. HKCR,ShellExt,NeverShowExt
  15. HKCR,ShellExt\DefaultIcon,,,%%1
  16.  
  17. [Content.Rename.Reg]
  18. HKLM,%KEY_RENAME%\Sys,,,%11%
  19. HKLM,%KEY_RENAME%\Sys,%SHORTNAME%,,"%Long_Name%,2"
  20.  
  21. [Content.Add.Reg]
  22. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262},,,"%ContentDESC%"
  23.  
  24. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%Long_Name%"
  25. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  26.  
  27. HKCR,folder\ShellEx\ContextMenuHandlers\FolderContents,,,"{57D5ECC0-A23F-11CE-AE65-08002B2E1262}"
  28.  
  29. [Content.copy.sys]
  30. Content.dll
  31.  
  32. [DestinationDirs]
  33. Content.copy.sys=11 ; to your system folder
  34.  
  35. [SourceDisksNames]
  36. 55="Content 1.0.","",1
  37.  
  38. [SourceDisksFiles]
  39. %SHORTNAME%=55
  40.  
  41. [Strings]
  42. Shell_Ext = "Shell Extension"
  43.  
  44. SHORTNAME = "Content.dll"
  45. Long_Name = "Folder Contents Submenu.ShellExt"
  46.  
  47. KEY_RENAME     = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  48.  
  49. Content_DESC = "Folder Contents Menu"
  50.