Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 19-11-2011, 14:54
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
L.A. Noire 2DVD9 --> 3DVD5 [INNOSetup]

This custom installer Works with any L.A.Noire installation and no matter what patches and stuff you add. The final size will change on what you add.

01- Download the attachment and extract it to any folder (This case D:\TEMP will be used)

02- Install the game

03- Apply any updates, DLCs, NO-CD Crack or whatever you want

04- Copy the "ISSetupPrerequisites" folder from disk 1 to your game installation folder

05- Delete the following files from copied "ISSetupPrerequisites" folder:
Code:
Microsoft .NET Framework 3.5 SP1.prq
Microsoft DirectX Redist (June 2010).prq
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86).prq
Rockstar Games Social Club.prq
06- Rename the following folders (OLD NAME >>> New Name)
Code:
{074EE22F-2485-4FED-83D1-AAC36C3D9ED0} >>> dotnetfx35
{0BE9572E-8558-404f-B0A5-8C347D145655} >>> vcredist
{46066852-8450-4988-9E2F-47C7A8A84C7E} >>> Social Club
07- With INNO Setup installed, double click on L.A.Noire.iss
(Try to use latest version of ANSI Release to avoid problems)

08- Edit the first line and change the red part to your game installation path. BE SURE TO KEEP THE "\" OR IT WONT WORK!!
Code:
#define SourcePath "D:\Games\L.A.Noire\"
09- Hit the compile button and wait for a couple of hours (dependng on your system) to complete

- Images taken from google images
- Installer music from youtube
- Registry entries from kranmer
- And lots of tips and base work from pakrat2k2 posts

Screenshots!






NOTE: Screenshots are in spanish and without texts coz I like it that way, whole installer is multi language and texts are taken from your INNO Setup installation so you're done.

Optionally you can use Social Club v1.0.5.0 Setup.exe instead the one on the disk, but be sure to place it on the same folder and with the same name and you're all set


Version 1.0: First release (215 downloads)

Version 2.0:
- Fixed source path for LANoireEFIGS.ini file (Thnxs mroussev for pointing it out)
- Changed wizard background image to make UI a lil bit cleaner. (A small change that maybe you dont even notice)

Version 3.0:
- Fixed Autorun buttons when it's already installed. (Thnxs LeChuck2011 for reporting it)

Version 4.0:
- Fix for bad formed registry keys read. Sorry my bad.
- Test crap removed. Once again. sorry, my bad

Check pakrat2k2's post
http://fileforums.com/showpost.php?p...5&postcount=50

[Added by Joe Forster/STA]
Quote:
Originally Posted by zyo View Post
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games"; ValueType: string; ValueName: "Installed Applications"; ValueData: "1"; Flags: uninsdeletekeyifempty

change value data to 0 or you wont be able to uninstall social club after unisntallation of the game.

Last edited by Joe Forster/STA; 20-01-2013 at 09:36.
Reply With Quote
The Following 7 Users Say Thank You to DonHomerone For This Useful Post:
Chompower (20-10-2012), Cosplay (27-01-2019), MattuT (17-02-2013), MMR (22-10-2014), sebadimmu (11-03-2013), sena87 (02-11-2012), sigit_army (24-12-2012)
Sponsored Links
  #2  
Old 19-11-2011, 16:48
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Nice job, tested on W7X64, havent come across any issues yet

EDIT:

Did come across an issue where the source for the LANoireEFIGS.ini is located.

You have:
C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire\LANoireEFIGS.ini

where under W7X64 its located "{commonappdata}\Rockstar Games\L.A. Noire\LANoireEFIGS.ini " which means C:\ProgramData\Rockstar Games\L.A. Noire\LANoireEFIGS.ini.

Last edited by pakrat2k2; 19-11-2011 at 18:05.
Reply With Quote
  #3  
Old 19-11-2011, 17:11
mroussev's Avatar
mroussev mroussev is offline
Registered User
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
mroussev is on a distinguished road
There is a tiny error on code.This:

Quote:
C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire\LANoireEFIGS.ini
must be changed to this

Quote:
C:\Documents and Settings\All Users\Application Data\Rockstar Games\L.A. Noire\LANoireEFIGS.ini
otherwise it gives error that cant find .ini file.
Reply With Quote
  #4  
Old 19-11-2011, 17:36
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
Quote:
Originally Posted by mroussev View Post
There is a tiny error on code.This:



must be changed to this



otherwise it gives error that cant find .ini file.
Tested with a clean install from original disks on my laptop and the file goes on

Code:
C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire
just like it's on my script... maybe you should check it again...
Reply With Quote
  #5  
Old 19-11-2011, 17:52
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
I actually noticed one thing... both paths are the same... just entered to one of them made a new txt file then pasted the other path on the address bar and opened the other location with the same txt I've made previously, so one way or the other it's ok do your own tests and you'll see
Reply With Quote
  #6  
Old 19-11-2011, 17:59
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
the line in the script under source:

Source:"C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire\LANoireEFIGS.ini"; DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;

The FRONT part is incorrect.. if it was Source:"{commonappdata}\Rockstar Games\L.A. Noire\LANoireEFIGS.ini";DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;

then it would be correct. I dont have a LANoireEFIGS.ini in C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire, under W7X64. But I DO have one under
C:\ProgramData\Rockstar Games\L.A. Noire.
Reply With Quote
  #7  
Old 19-11-2011, 18:36
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
the line in the script under source:

Source:"C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire\LANoireEFIGS.ini"; DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;

The FRONT part is incorrect.. if it was Source:"{commonappdata}\Rockstar Games\L.A. Noire\LANoireEFIGS.ini";DestDir: "{commonappdata}\Rockstar Games\L.A. Noire\"; Flags: IgnoreVersion;

then it would be correct. I dont have a LANoireEFIGS.ini in C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire, under W7X64. But I DO have one under
C:\ProgramData\Rockstar Games\L.A. Noire.
Well I have them both, and like I said on previous post, if I create a txt file on one path and have it on the other path too, but it's maybe my case.

Maybe has something to do with the fact I'm using the built-in Admin account which comes with the system. (Win7X64, btw) who knows...

But once again, both folders are the same in my case, I put one new file on one of them and I have the same file on the other one
Reply With Quote
  #8  
Old 19-11-2011, 20:52
quake4's Avatar
quake4 quake4 is offline
Registered User
 
Join Date: Oct 2011
Location: Viet Nam
Posts: 33
Thanks: 88
Thanked 18 Times in 6 Posts
quake4 is on a distinguished road
I think we except: Microsoft DirectX, Microsoft .NET Framework 3.5 SP1 => Fix 3xDVD5
Reply With Quote
  #9  
Old 19-11-2011, 21:09
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
Quote:
Originally Posted by quake4 View Post
I think we except: Microsoft DirectX, Microsoft .NET Framework 3.5 SP1 => Fix 3xDVD5
Well... in my case I have included the 1.0.2396 update + a couple of DLCs so, I don't care about going up to 4DVD5 lol
Reply With Quote
  #10  
Old 19-11-2011, 22:48
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
DO NOT extract the attatchment into your gamefolder EVER. Just make a new folder on your HD where you have lots of room. ( The poster said he used d:\TEMP )
To extract the file you will need 7-zip ( 7z extension )

then follow the rest of the instructions.

Last edited by Joe Forster/STA; 20-05-2012 at 04:54.
Reply With Quote
  #11  
Old 19-11-2011, 23:43
phill05 phill05 is offline
Registered User
 
Join Date: Oct 2010
Location: Middle of Nowhere
Posts: 20
Thanks: 0
Thanked 5 Times in 5 Posts
phill05 is on a distinguished road
Why the Tiger.cjsytles file is installed to game dir?
Reply With Quote
  #12  
Old 20-11-2011, 00:17
mroussev's Avatar
mroussev mroussev is offline
Registered User
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
mroussev is on a distinguished road
Quote:
Originally Posted by DonHomerone View Post
Tested with a clean install from original disks on my laptop and the file goes on

Code:
C:\Documents and Settings\All Users\Rockstar Games\L.A. Noire
just like it's on my script... maybe you should check it again...
I check it and on my pc is under \All Users\Application Data\Rockstar Games\ .But i use XP,maybe on win7 it is in \All Users\Rockstar Games\.After fixing the script like i said conversion continue normal.
Reply With Quote
  #13  
Old 20-11-2011, 05:06
DonHomerone DonHomerone is offline
Registered User
 
Join Date: Nov 2011
Location: Springfield
Posts: 15
Thanks: 0
Thanked 7 Times in 1 Post
DonHomerone is on a distinguished road
Updated script, read changelog... no big changes if it worked for you before
Reply With Quote
  #14  
Old 20-11-2011, 10:02
igivk igivk is offline
Registered User
 
Join Date: Dec 2010
Location: Serbia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
igivk is on a distinguished road
Do i need to copy "ISSetupPrerequisites" folder to installed game directory or to "Compiled\Disk1" folder? Please help !
Reply With Quote
  #15  
Old 20-11-2011, 10:07
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Copy the "ISSetupPrerequisites" folder from disk 1 to your game installation folder, after you've renamed them like the instructions say
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shogun Total War 2 for 2dvd9 3dvd5 by inno car_l30n PC Games - CD/DVD Conversions 11 15-03-2012 10:58
Call of Duty Modern Warfare 3 - (2DVD9 to 3DVD5) SP Only REV0 PC Games - CD/DVD Conversions 33 23-02-2012 22:22
The Witcher 2: Assassins of Kings (2DVD9 to 3DVD5) English only *INNO SETUP* mark-o PC Games - CD/DVD Conversions 21 07-02-2012 07:24



All times are GMT -7. The time now is 11:38.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com