|
I found something:
On Win7 x64 sometimes the game's registry keys are located on:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Codemaster s\F1 2010
If you're using Win7 x64 and getting errors about the registry key, open F1 2010.iss, find the line:
#if SourcePath=ReadReg(HKLM,'SOFTWARE\Codemasters\F1 2010','PATH_APPLICATION',False)
And replace it with:
#if SourcePath=ReadReg(HKLM,'SOFTWARE\Wow6432Node\Code masters\F1 2010','PATH_APPLICATION',False)
Save, and then run compile.bat
Last edited by mxfraga; 29-09-2010 at 22:45.
|