home *** CD-ROM | disk | FTP | other *** search
- ;OCpp.dll
-
- [version]
- signature="$CHICAGO$"
-
- [InstallWin98]
- CopyFiles = ThisFile, TheDll, GameUtil, probe9x, Sounds, HelpFile
- DelReg = OCpp.UnReg
- AddReg = OCppCommon.Reg, OCppW98.Reg
-
- [InstallWin95]
- CopyFiles = ThisFile, TheDll, GameUtil, probe9x, Sounds, HelpFile
- DelReg = OCpp.UnReg
- AddReg = OCppCommon.Reg, OCppW95.Reg
-
- [InstallWin2K]
- CopyFiles = ThisFile, TheDll, GameUtil, probent, Sounds, HelpFile
- DelReg = OCpp.UnReg
- AddReg = OCppCommon.Reg, OCppW2K.Reg
- AddService = Probe,,ProbeService
-
- [InstallWinXP]
- CopyFiles = ThisFile, TheDll, GameUtil, probent, Sounds, HelpFile
- DelReg = OCpp.UnReg
- AddReg = OCppCommon.Reg, OCppW2K.Reg
- AddService = Probe,,ProbeService
-
- [HKLMDefaultInstall]
- DelReg = GetRidOfHKCU
-
- [HKCUDefaultInstall]
- DelReg = GetRidOfHKLM
-
- [DefaultUnInstall]
- DelFiles = ThisFile, TheDll, GameUtil
- DelReg = OCpp.UnReg, OCppUninst.UnReg
-
- [InstallProbe.sys]
- AddService = Probe,,ProbeService
-
- [UninstallProbe.sys]
- DelService = Probe,0x0204,,
-
- [DestinationDirs]
- ThisFile=32768
- HelpFile=18
- probe9x = 11
- probent = 12
- TheDll=32768
- GameUtil = 32768
- Sounds=25, Media
-
- [SourceDisksNames]
- 666=%DescName%,"",0
-
- [SourceDisksFiles]
- OCen.inf=666,,
- OCpp.dll=666,,
- R3D_EN.chm=666,,
- probe.sys=666,,
- probe.vxd=666,,
- Sounds=666,,
-
- [probe9x]
- probe.vxd, probe.vx_,,5
-
- [probent]
- probe.sys, probe.sy_,,5
-
- [TheDll]
- OCpp.dll,OCpp.dl_,OCpp.new,5
-
- [GameUtil]
- GameUtil.exe,GameUtil.ex_,GameUtil.new,5
- GameUtil.dll,GameUtil.dl_,GameUtilDll.new,5
-
- [Sounds]
- ;gustart.wav
- guquit.wav
- ;guisgame.wav
- ;gusetprf.wav
- ;gurstprf.wav
- ;gusetoc.wav
- ;gurstoc.wav
- ;gusetsnd.wav
- ;gurstsnd.wav
- ;gusetgam.wav
- ;gurstgam.wav
- ;gusetref.wav
- ;gusetdsk.wav
- ;gurstdsk.wav
- ;gusetwll.wav
- ;gurstwll.wav
- ;gufreram.wav
- ;guprirt.wav
- ;guprihi.wav
- ;guprinrm.wav
- ;guprilow.wav
-
- [HelpFile]
- R3D_EN.chm,,,5
-
- [ThisFile]
- OCen.inf,,,5
-
- [SharedDllsWin95]
- probe.vxd
-
- [SharedDllsWin98]
- probe.vxd
-
- [SharedDllsWin2K]
- probe.sys
-
- [SharedDllsWinXP]
- probe.sys
-
- [GetRidOfHKCU]
- HKCU,"%gameutil%"
-
- [OCppCommon.Reg]
-
- ;Game Util
- HKR,"%gameutil%","IsValid",,"1"
- HKR,"%gameutil%","DoOverclocking",,"1"
- HKR,"%gameutil%","DoRadeonOverclocking",,"1"
- HKR,"%gameutil%","DoRadeonOverclockingOnRegChange",,"0"
-
- HKR,"%root%","SetGameUtilOC",%REG_DWORD%,1,0,0,0
- ;HKR,"%root%","SaveToRunRegistry",%REG_DWORD%,1,0,0,0
- HKR, "%root%", "UpperCoreX", ,"1.35"
- HKR, "%root%", "UpperMemX", ,"1.3"
- HKR, "%root%", "LowerCoreX", ,"0.9"
- HKR, "%root%", "LowerMemX", ,"0.9"
-
- ;GUI
-
- HKR,%rtroot%,GUID,,%GUID%
- HKR,%root%,HelpFile,,%helpfile%
- HKR,%root%,Icon,,"r3d.ico"
-
- HKR,"%root%","IsDisplayPropertiesPage",,"1"
-
- HKR,%root%\Help,1455,,"Memory Clock of the GPU"
- HKR,%root%\Help,1457,,"Core Clock of the GPU"
-
- HKR,%root%\Localization,1418,,"Default Settings"
- HKR,%root%\Localization,1441,,"Rage3D Overclocker"
- HKR,%root%\Localization,1476,,"Keep these settings?"
-
- ;Install
-
- HKCR,CLSID\%GUID%,,,%DescName%
- HKCR,CLSID\%GUID%\InProcServer32,,,%32768%\OCpp.dll
- HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,Apartment
- HKCR,CLSID\%GUID%\ProgID,,,%ClassName%
- HKLM,%approved%,%GUID%,,%DescName%
-
- [OCppW98.Reg]
- HKLM,%win98%\%InstKey%,,,%GUID%
-
- [OCppW95.Reg]
- HKLM,%win95%\%InstKey%,,,%GUID%
-
- [OCppW2K.Reg]
- HKLM,%win2k%\%InstKey%,,,%GUID%
-
- [ProbeService]
- DisplayName = "Probe"
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\probe.sys
-
- [OCpp.UnReg]
-
- HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","LargeSystemCache"
- HKR,%root%,"FactorySettings"
- HKR,%root%\Localization
- HKR,%rtroot%
- HKCR,CLSID\%GUID%
- HKLM,%win95%\%InstKey%
- HKLM,%win98%\%InstKey%
- HKLM,%win2k%\%InstKey%
- HKLM,%approved%,%GUID%
-
- [OCppUninst.UnReg]
- HKR,%root%
-
- [strings]
-
- REG_DWORD=65537
- REG_SZZ=0x20000
-
- ;IncompatibleInstalled="Software\Registry Tweak\ATI Radeon Overclocker"
-
- ClassName=OCpp"
- DescName="Rage3D Overclocker"
- Help="The overclocking tab"
- infile="OCen.inf"
- NeedsRegTweak="false"
- helpfile="R3D_EN.chm"
- GUID="{7D5477E0-2629-11d5-B47B-00606767FEC7}"
- approved="Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
- rtroot="Software\Registry Tweak\ATI Radeon Overclocker"
- root="Software\Game Util\ATI Radeon Overclocker"
- gameutil="Software\Game Util"
- UninstallMe="DefaultUninstall OCen.inf"
-
- ;RunMe="rundll32.exe | OCpp.dll,SetClocks"
- AddToStartup="GameUtil.exe"
-
- ;LangIDs="0409, 0809, 0c09, 1009, 1409,1809"
- ;AllLangIDs="0410, 0810, 040c, 080c, 0c0c, 100c, 0407, 0807, 0c07"
-
- fonts1="Fonts\Definitions"
- fonts2="Fonts\Controls"
-
- win95="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\ShellEx\PropertySheetHandlers"
- win98="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Device\ShellEx\PropertySheetHandlers"
- win2k="SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\ShellEx\PropertySheetHandlers"
-
- InstKey="ATI Radeon Overclocker"
-