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

  1. ; Author: GeorgeP.
  2. ; modified by t-ashm
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. SetupClass=BASE
  7.  
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11.  
  12. [DefaultUninstall]
  13. DelFiles=ThisDll.sys.install
  14. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  15.  
  16. [ThisDll.Add.Reg]
  17. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340},,,"%TargetDESC%"
  18.  
  19. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  20. HKCR,CLSID\{90A756E0-AFCF-11CE-927B-0800095AE340}\InProcServer32,ThreadingModel,,"Apartment"
  21.  
  22. HKCR,lnkfile\ShellEx\ContextMenuHandlers\TargetContext,,,"{90A756E0-AFCF-11CE-927B-0800095AE340}"
  23. HKCR,piffile\ShellEx\ContextMenuHandlers\TargetContext,,,"{90A756E0-AFCF-11CE-927B-0800095AE340}"
  24.  
  25. [ThisDll.Uninst.Reg]
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,,,
  27. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,"DisplayName",,"Target Context Submenu"
  28. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTargetContextSubmenu,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ThisDll%,Uninstall %11%\%SubDir%\target.inf"
  29.  
  30. [ThisDll.sys.install]
  31. Target.dll
  32. Target.inf
  33.  
  34. [DestinationDirs]
  35. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  36.  
  37. [SourceDisksNames]
  38. 55="Target Context 1.0.","",1
  39.  
  40. [SourceDisksFiles]
  41. %ThisDll%=55
  42.  
  43. [Strings]
  44. Target_DESC = "Shorcut Target Context Menu"
  45. SubDir = "ShellExt"
  46. ThisDll = "target.dll"
  47.