home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / explorer / expprint.zip / ExpPrint.inf < prev    next >
INI File  |  1996-08-22  |  2KB  |  51 lines

  1. ; Author: DL
  2. ; Version 1.1
  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,ThisDll.Settings.Reg
  15.  
  16. [ThisDll.Add.Reg]
  17. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000},,,"Explorer Directory Print Context Menu Extension"
  18. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  19. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000}\InProcServer32,ThreadingModel,,Apartment
  20. HKCR,*\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  21. HKCR,Drives\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  22. HKCR,Folder\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  23.  
  24. [ThisDll.Uninst.Reg]
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,,,
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"DisplayName",,"Explorer Print Context Menu (Windows 95) (Remove Only)"
  27. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\ExpPrint.inf"
  28. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrintNT4,,,
  29. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrintNT4,"DisplayName",,"Explorer Print Context Menu (Windows NT) (Remove Only)"
  30. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrintNT4,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\ExpPrint.inf"
  31.  
  32. [ThisDll.Settings.Reg]
  33. HKCU,"Software\JD Design\ExpPrint",,,
  34.  
  35. [ThisDll.sys.install]
  36. ExpPrint.dll
  37. ExpPrint.inf
  38.  
  39. [DestinationDirs]
  40. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  41.  
  42. [SourceDisksNames]
  43. 55="ExpPrint 1.0.","",1
  44.  
  45. [SourceDisksFiles]
  46. %ThisDll%=55
  47.  
  48. [Strings]
  49. SubDir = "ShellExt"
  50. ThisDll = "ExpPrint.dll"
  51.