View Single Post
  #3  
Old 04-05-2014, 00:05
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
only key "Installed Path" necessary only re-install this key for enable DLC in Data Files
Reply With Quote