Quote:
Originally Posted by mier90
Yes same problem as mine here. It was as if the game did not installed.
The desktop shortcut seems okay, nothing wrong with it, and it's located in the root of the game.
Fallout.exe and Falloutlauncher.exe works fine before conversion (in original installation folder).
Problem occur only when we install the game from conversion output (Test Install). Can't launch the game at all. If open Falloutlauncher.exe, it says to install the game.
|
its because PROPER registry entries are not in InstallScript.iss
Insert these ( Delete The DLC entries if you don't have it installed, or change the
LANGUAGE portion to match your language )
Code:
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks; Flags: uninsdeletekeyifempty
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 EN; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout 3 - DLC EN\1.00.0000; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Bethesda Softworks\Fallout3; ValueType: string; ValueName: Installed Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty