home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / filetool / touchpro.zip / touchpro.inf < prev    next >
INI File  |  1996-06-21  |  1KB  |  44 lines

  1. ; Author: DL
  2. ; Version 1.0
  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\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,"Touch Property Page Extension"
  18. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  19. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,ThreadingModel,,Apartment
  20. HKCR,*\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  21. HKCR,Folder\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  22.  
  23. [ThisDll.Uninst.Reg]
  24. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,,,
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"DisplayName",,"Touch Property Page Extension (Remove Only)"
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\TouchPro.inf"
  27.  
  28. [ThisDll.sys.install]
  29. TouchPro.dll
  30. TouchPro.inf
  31.  
  32. [DestinationDirs]
  33. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  34.  
  35. [SourceDisksNames]
  36. 55="TouchPro","",1
  37.  
  38. [SourceDisksFiles]
  39. %ThisDll%=55
  40.  
  41. [Strings]
  42. SubDir = "ShellExt"
  43. ThisDll = "TouchPro.dll"
  44.