View Single Post
  #2  
Old 22-09-2010, 17:16
Warl0rd Warl0rd is offline
Registered User
 
Join Date: Dec 2008
Location: Europe
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Warl0rd is on a distinguished road
Your script (F1 2010.iss) didn't detected my game instalation, I had to edit it...

although registry keys do exist in right the place:
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\F1 2010]
"PATH_APPLICATION"="D:\\F1 2010\\"
"LANGUAGE"="1033"
"locale"="1033"
Changes made:

line3 changed to my game install path: #if SourcePath="D:\F1 2010\"
delete line 98, 101 to 117 (for English game version)
Reply With Quote