View Single Post
  #12  
Old 29-09-2010, 22:37
mxfraga mxfraga is offline
Registered User
 
Join Date: Sep 2010
Location: Brazil
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mxfraga is on a distinguished road
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.
Reply With Quote