home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / TOUCHPRO.ZIP / touchpro.inf < prev    next >
INI File  |  1997-01-26  |  2KB  |  63 lines

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