home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Windows 95 Special 1 / WINDOWS95_1.ISO / utils / powertoy / content.inf < prev    next >
INI File  |  1995-06-26  |  1KB  |  45 lines

  1. ; Author: GeorgeP.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [DefaultUninstall]
  12. DelFiles=ThisDll.sys.install
  13. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  14.  
  15. [ThisDll.Add.Reg]
  16. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262},,,"%ContentDESC%"
  17.  
  18. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  19. HKCR,CLSID\{57D5ECC0-A23F-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  20.  
  21. HKCR,folder\ShellEx\ContextMenuHandlers\FolderContents,,,"{57D5ECC0-A23F-11CE-AE65-08002B2E1262}"
  22.  
  23. [ThisDll.Uninst.Reg]
  24. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSContentsSubmenu,,,
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSContentsSubmenu,"DisplayName",,"Contents Submenu"
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSContentsSubmenu,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ThisDll%,Uninstall %11%\%SubDir%\content.inf"
  27.  
  28. [ThisDll.sys.install]
  29. Content.dll
  30. Content.inf
  31.  
  32. [DestinationDirs]
  33. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  34.  
  35. [SourceDisksNames]
  36. 55="Content 1.0.","",1
  37.  
  38. [SourceDisksFiles]
  39. %ThisDll%=55
  40.  
  41. [Strings]
  42. Content_DESC = "Folder Contents Menu"
  43. SubDir = "ShellExt"
  44. ThisDll = "content.dll"
  45.