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
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.
|