Quote:
Originally Posted by pakrat2k2
found the issue, its not entering reg entries properly so the DLC will work.
Download the DLC.rar file, open with notepad & change the very last line to match where you installed game ( from conversion ). make sure that the double \\ are there !!!!!
save the changes then double click to add the entries to registry. Then the FalloutLauncher.exe will work as it should, you can choose which entries to check off  
|
i had this insert too in the installerscript.iss file .
this mean :
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout 3; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout 3\1.00.0000; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout 3 - DLC DE; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout 3 - DLC DE\1.00.0000; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout3; ValueType: string; ValueName: Installed Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout 3; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout 3\1.00.0000; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout 3 - DLC DE; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout 3 - DLC DE\1.00.0000; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout3; ValueType: string; ValueName: Installed Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
and not working