View Single Post
  #37  
Old 02-05-2014, 22:07
clriboli's Avatar
clriboli clriboli is offline
Registered User
 
Join Date: Nov 2011
Location: Brazil
Posts: 30
Thanks: 4
Thanked 27 Times in 12 Posts
clriboli is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
You can just copy the Langscript.iss from previous version. Then see post #30, for the correct entry & how it should be entered in the [REGISTRY] section of the script.

NOTE: clriboli just changing the path to {app} from a FULL location DOES NOT WORK.

Code:
 Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout3; ValueType: string; ValueName: Installed Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
However having the full path DOES WORK, but limits to where you can install game to.

Code:
 Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout3; ValueType: string; ValueName: Installed Path; ValueData: C:\Program Files (x86)\Bethesda Softworks\Fallout 3\; Flags: uninsdeletevalue uninsdeletekeyifempty
ok over this record Installer Path is the main record where you have not had this record up to play option in the game launcher appears not as can be noted that the record indicates the location where the game is installed and records the script was created based the retail DVD version

Last edited by clriboli; 02-05-2014 at 22:09.
Reply With Quote