home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 November / dpcb1197.iso / editor.ial / POWERTOY / SHELLFIX.INF < prev    next >
Windows Setup INFormation  |  1995-08-07  |  977b  |  40 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
  10.  
  11. [ShellFixInstall]
  12. CopyFiles=ThisDll.sys.install
  13. AddReg=ThisDll.Add.Reg
  14.  
  15. [ThisDll.Add.Reg]
  16. HKCR,CLSID\{ADF2DE00-D0C6-11CE-AE65-08002B2E1262},,,"%ThisDll_DESC%"
  17.  
  18. HKCR,CLSID\{ADF2DE00-D0C6-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  19. HKCR,CLSID\{ADF2DE00-D0C6-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  20.  
  21. HKCR,folder\ShellEx\ContextMenuHandlers\ShellFix,,,"{ADF2DE00-D0C6-11CE-AE65-08002B2E1262}"
  22. HKCR,*\ShellEx\ContextMenuHandlers\ShellFix,,,"{ADF2DE00-D0C6-11CE-AE65-08002B2E1262}"
  23.  
  24. [ThisDll.sys.install]
  25. ShellFix.dll
  26.  
  27. [DestinationDirs]
  28. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  29.  
  30. [SourceDisksNames]
  31. 55="ShellFix 1.0.","",1
  32.  
  33. [SourceDisksFiles]
  34. %ThisDll%=55
  35.  
  36. [Strings]
  37. ThisDll_DESC = "ShellFix Menu"
  38. SubDir = "ShellExt"
  39. ThisDll = "shellfix.dll"
  40.