home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / patches / property.exe / TTFEXT.INF < prev   
INI File  |  1996-03-06  |  2KB  |  55 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles=ThisDll.sys.install
  7. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  8. DelReg=ThisDll.DelOld.Reg
  9.  
  10. [TTFPropInstall]
  11. CopyFiles=ThisDll.sys.install
  12. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg  
  13. DelReg=ThisDll.DelOld.Reg  
  14.  
  15. [TTFProp_remove]
  16. DelFiles=ThisDll.sys.install
  17. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  18.  
  19. [ThisDll.DelOld.Reg]
  20. HKCR,ttffile\ShellEx\PropertySheetHandlers\TTFPage,
  21.  
  22. [ThisDll.Add.Reg]
  23. HKCR,CLSID\{afc638f0-e8a4-11ce-9ade-00aa00a42d2e},,,"%TTFProp_DESC%"
  24.  
  25. HKCR,CLSID\{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  26. HKCR,CLSID\{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}\InProcServer32,ThreadingModel,,"Apartment"
  27.  
  28. HKCR,ttffile\ShellEx\PropertySheetHandlers\MSTrueTypeProperties,,,"{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}"
  29.  
  30. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved,"{afc638f0-e8a4-11ce-9ade-00aa00a42d2e}",,"%TTFProp_DESC%"
  31.  
  32. [ThisDll.Uninst.Reg]
  33. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTrueTypeProperties,,,
  34. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTrueTypeProperties,"DisplayName",,%TTFProp_Uninst_DESC%
  35. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSTrueTypeProperties,"UninstallString",,"RunDll setupx.dll,InstallHinfSection TTFProp_remove 4 %11%\%SubDir%\TTFExt.inf"
  36.  
  37. [ThisDll.sys.install]
  38. TTFExt.dll
  39. TTFExt.inf
  40.  
  41. [DestinationDirs]
  42. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  43.  
  44. [SourceDisksNames]
  45. 55="TrueType File Properties 1.0","",1
  46.  
  47. [SourceDisksFiles]
  48. %ThisDll%=55
  49.  
  50. [Strings]
  51. TTFProp_DESC = "MST TrueType File Properties"
  52. TTFProp_Uninst_DESC = "MST TrueType File Properties (Remove Only)"
  53. SubDir = "ShellExt"
  54. ThisDll = "TTFExt.dll"
  55.