home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 November / dpcb1197.iso / editor.ial / POWERTOY / CONTENT.INF < prev    next >
Windows Setup INFormation  |  1995-11-14  |  2KB  |  53 lines

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