home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 January / enter_01_1999_2.iso / 3DNOW! / RIVA128 / WIN98ALL.ZIP / NV3TWEAK.INF < prev   
INI File  |  1998-09-14  |  3KB  |  98 lines

  1. ; Nv3Tweak - Display Properties extension for the NVIDIA RIVA 128 
  2. ;
  3. ; Copyright (c)1998 NVidia Corporation
  4. ;
  5. ; Author: DDB
  6. ;
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10.  
  11. [Nv3TweakInstall]
  12. CopyFiles = Nv3Tweak.Files.Inf, Nv3Tweak.Files.Dll, Nv3Tweak.Files.Hlp
  13. AddReg    = Nv3Tweak.Reg, OEMDefaults.AddReg
  14. DelReg    = Prev.DynReg
  15.  
  16. [DefaultInstall]
  17. CopyFiles = Nv3Tweak.Files.Inf, Nv3Tweak.Files.Dll, Nv3Tweak.Files.Hlp
  18. AddReg    = Nv3Tweak.Reg, OEMDefaults.AddReg
  19. DelReg    = Prev.DynReg
  20.  
  21. [DefaultUnInstall]
  22. DelFiles  = Nv3Tweak.Files.Inf, Nv3Tweak.Files.Dll, Nv3Tweak.Files.Hlp
  23. DelReg    = Nv3Tweak.Reg, Nv3Tweak.DynReg
  24.  
  25. [SourceDisksNames]
  26. 55="Nv3Tweak","",1
  27.  
  28. [SourceDisksFiles]
  29. Nv3Tweak.inf=55
  30.  
  31. [DestinationDirs]
  32. Nv3Tweak.Files.Inf = 17
  33. Nv3Tweak.Files.Dll = 11
  34. Nv3Tweak.Files.Hlp = 18
  35.  
  36. [Nv3Tweak.Files.Inf]
  37. Nv3Tweak.inf
  38.  
  39. [Nv3Tweak.Files.Dll]
  40. Nv3Tweak.dll
  41. Nv3QTwk.dll
  42.  
  43. [Nv3Tweak.Files.Hlp]
  44. Nv3Tweak.hlp
  45.  
  46. [Nv3Tweak.Reg]
  47. HKCR,CLSID\%ThisGUID%,,,"%Nv3TweakName%"
  48. HKCR,CLSID\%ThisGUID%\InProcServer32,,,"%11%\%ThisDLL%"
  49. HKCR,CLSID\%ThisGUID%\InProcServer32,ThreadingModel,,Apartment
  50. HKLM,%UnInstKey%
  51. HKLM,%UnInstKey%,DisplayName,,"%Nv3TweakDesc% (Remove Only)"
  52. HKLM,%UnInstKey%,UninstallString,,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\%ThisINF%"
  53. HKLM,%HandlerKey%\%Nv3TweakName%,,,%ThisGUID%
  54.  
  55. [Nv3Tweak.DynReg]
  56. ;HKLM,%SettingsKey%\%DispSubKey%
  57. HKLM,%SettingsKey%\%NV3TweakName%\%OEMDefKey%
  58. HKLM,%SettingsKey%\%Nv3TweakName%\%GammaSubKey%
  59. HKLM,%SettingsKey%\%Nv3TweakName%\%D3DSubKey%
  60. HKLM,%SettingsKey%\%Nv3TweakName%
  61. HKLM,%RunKey%,%QTwkValue%
  62. HKLM,%RunKey%,%InitGammaVal%
  63.  
  64. [Prev.DynReg]
  65. HKLM,%RunKey%,%QTwkValue%
  66. HKLM,%RunKey%,%InitGammaVal%
  67.  
  68. [OEMDefaults.AddReg]
  69. ;************************************************************
  70. ; Use this section to modify registry settings upon install *
  71. ; and to define which values NV3 Tweak should default to    *
  72. ;************************************************************
  73.  
  74. ; Example: The first line sets up monitor timing upon installation
  75. ; while the second line defines this as the default setting for
  76. ; the control panel (user chooses "Restore Defaults" button.
  77.  
  78. ;HKLM,%SettingsKey%\%DispSubKey%,DMTOVERRIDE,65537,1,0,0,0
  79. ;HKLM,%SettingsKey%\%NV3TweakName%\%OEMDefKey%,DMTOVERRIDE,65537,1,0,0,0
  80.  
  81.  
  82. [Strings]
  83. Nv3TweakName="NV3Tweak"
  84. UnInstKey="Software\Microsoft\Windows\CurrentVersion\Uninstall\NV3Tweak"
  85. HandlerKey="Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers"
  86. RunKey="Software\Microsoft\Windows\CurrentVersion\Run"
  87. SettingsKey="Software\NVIDIA Corporation\RIVA 128"
  88. D3DSubKey="D3D"
  89. GammaSubKey="Gamma"
  90. DispSubKey="Display"
  91. OEMDefKey="Defaults"
  92. QTwkValue="NV3QuickTweak"
  93. InitGammaVal="NV3TAutoGamma"
  94. Nv3TweakDesc="NV3 Tweak - RIVA 128 Display Properties Tab"
  95. ThisGUID="{110AED10-388C-11D0-8EBD-00A024D29F34}"
  96. ThisDLL="Nv3Tweak.dll"
  97. ThisINF="Nv3Tweak.inf"
  98.