View Single Post
  #4  
Old 09-10-2019, 02:53
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,317
Thanks: 6,759
Thanked 11,708 Times in 3,227 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Incultor View Post
What I mean is that with my installer I have the same problem that RedBeard1971 reported, but solved by adding the key
Code:
Root: HKLM; Subkey: SOFTWARE\Bethesda Softworks\Fallout3; ValueType: string; ValueName: "Installed Path"; ValueData: "{app}"; Flags: uninsdeletekey;
the PLAY option in the launcher is available, but when clicked it shows the following message: "Fallout 3 does not appear to be installed and the installer could not be found".

My question is, what registry keys or settings did you change to fix this problem?
here the Original reg entry
Code:
Root: HKLM; Subkey: "SOFTWARE\Bethesda Softworks"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
Root: HKLM; Subkey: "SOFTWARE\Bethesda Softworks\Fallout3"; ValueName: "Installed Path"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\1454315831"; ValueName: "buildId"; ValueType: String; ValueData: "50161452253096470"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\1454315831"; ValueName: "ver"; ValueType: String; ValueData: "1.7.0.3"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\1454315831"; ValueName: "lang_code"; ValueType: String; ValueData: "en-US"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\1454315831"; ValueName: "lang_old"; ValueType: String; ValueData: "en"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\1454315831"; ValueName: "osbit"; ValueType: String; ValueData: "neutral"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
Grumpy (09-10-2019), Incultor (09-10-2019)