home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 July / dppcpro0798.iso / Essent / TouchPro / TOUCHPRO.INF < prev    next >
INI File  |  1997-10-25  |  2KB  |  60 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. ; ***********************
  6. ; Windows 95 Installation
  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. ; ***********************
  17. ; Windows NT Installation
  18. ; ***********************
  19. [DefaultInstall.ntx86]
  20. CopyFiles=ThisDll.sys.install
  21. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  22.  
  23. [DefaultUninstall.ntx86]
  24. DelFiles=ThisDll.sys.install
  25. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  26.  
  27. [ThisDll.Add.Reg]
  28. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,"Touch Property Page Extension"
  29. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  30. HKCR,CLSID\{AD6C3BE1-DD8A-11ce-872F-444553540000}\InProcServer32,ThreadingModel,,Apartment
  31. HKCR,*\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  32. HKCR,Folder\shellex\PropertySheetHandlers\{AD6C3BE1-DD8A-11ce-872F-444553540000},,,""
  33.  
  34. [ThisDll.Uninst.Reg]
  35. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,,,
  36. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"DisplayName",,"Touch Property Page Extension (Remove Only)"
  37. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\TouchPro.inf"
  38.  
  39. [ThisDll.Uninst.Reg.NT]
  40. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,,,
  41. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"DisplayName",,"Touch Property Page Extension (Remove Only)"
  42. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDTouchPro,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\TouchPro.inf"
  43.  
  44. [ThisDll.sys.install]
  45. TouchPro.dll
  46. TouchPro.inf
  47.  
  48. [DestinationDirs]
  49. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  50.  
  51. [SourceDisksNames]
  52. 55="TouchPro","",1
  53.  
  54. [SourceDisksFiles]
  55. %ThisDll%=55
  56.  
  57. [Strings]
  58. SubDir = "ShellExt"
  59. ThisDll = "TouchPro.dll"
  60.