View Single Post
  #34  
Old 02-05-2014, 18:14
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote