|
|
|
#1
|
||||
|
||||
|
those lines go in the Installerscript.iss [REGISTRY] section. copy/paste them there.
I only used those entries NONE of the ones that were there, meaning I deleted all the lines in that section before I entered the ones I posted. ( Because I didn't use the GDF file, leave the lines if you want to use it, just enter the lines from post 17 below them ) |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
NSCXP2005 (29-04-2014) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hi Pakrat2k2,
The installer works great but the problem I have found that the DLC do not show unless this line is added to the Registry like this: String Installed Path with this value C:\\Program Files (x86)\\Bethesda Softworks\\Fallout 3\\" under [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout3] Once that is done, it works perfect. The value has to be put in the registry actually like that or it won't work. Do you know how I can get the ISS file to insert that correctly in the registry upon install? Thanks Last edited by NSCXP2005; 29-04-2014 at 16:04. Reason: editing |
|
#4
|
||||
|
||||
|
doesn't work, as you missed the 2 DLC entries in the registry section of script & missed adding the Langscript.iss into v1.2 archive.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
mier90 (02-05-2014) | ||
|
#5
|
|||
|
|||
|
Quote:
So I compile for the 2nd time. And still, error occurred during installation. Guess gonna wait for a fix before try to make the conversion again. Last edited by mier90; 02-05-2014 at 16:33. |
|
#6
|
||||
|
||||
|
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
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 |
|
#7
|
||||
|
||||
|
Quote:
Last edited by clriboli; 02-05-2014 at 22:09. |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
||||
|
||||
|
It can also be noted that the Download option that appears in the game menu is unavailable for testing in the retail version dvd installer innosetup converted into the script and appear well off the DLCs still works even not appearing in Data files in Launcher but can be differences in steam and DVD version because I based on Retail version
The file that appears in this GDFFallout.dll installed has changed the Box Art with a more correct image for the game rather than appearing as a boy by default but if you want to use the original standard does not replace |
|
#10
|
||||
|
||||
|
I'll test the dlc.reg and subsequently put in the forum the script ready for the curious is that the Retail version on DVD doesn't have this record and yet works already converted version no
|
|
#11
|
||||
|
||||
|
the record dlc.reg works perfectly but when I add it to the script and creating the installer and installing it later the game Launcher is still not recognizing the DLC game same entries being an exact match to the DLC.reg but the curious that when installing the registry manually it works perfectly. So the only way to work is creating the installer normally and installing the registry manually after
Note: can someone explain to me why installing the registry manually works and integrating it in the installer doesn't work even though both equal records only manually installing this registry entry after the installer which will appear the DLC in Data Files even though both records being equal [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bethesda Softworks\Fallout3] "Installed Path"="C:\\Program Files (x86)\\Bethesda Softworks\\Fallout 3\\" Last edited by clriboli; 03-05-2014 at 20:16. |
|
#12
|
|||
|
|||
|
Run registry fix after installation. Now the game works perfectly.
![]() Thank you clriboli & pakrat2k2 for your hard work. Cheers!
|
| The Following User Says Thank You to mier90 For This Useful Post: | ||
clriboli (04-05-2014) | ||
![]() |
| Tags |
| fallout 3, goty, innosetup |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Fallout Nv Ultimate Edition 3xDVD9 to 2xDVD5 InnoSetup 1 LANGUAGE | THADEADMAN2011 | PC Games - CD/DVD Conversions | 9 | 04-09-2022 05:40 |
| Borderlands: GOTY Edition 2xDVD5 (ONE LANGUAGE) *INNO SETUP* | REV0 | PC Games - CD/DVD Conversions | 9 | 27-08-2013 04:25 |
| Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE | senseman | PC Games - CD/DVD Conversions | 29 | 04-06-2013 10:36 |
| FALLOUT 3 GOTY multilanguage version | kobold | PC Games | 3 | 21-04-2010 03:05 |