View Single Post
  #32  
Old 18-11-2011, 10:08
ademulia ademulia is offline
Registered User
 
Join Date: Nov 2009
Location: Jakarta
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
ademulia is on a distinguished road
Wink am I correct?

Quote:
Originally Posted by zyo View Post
Updated script!

tested and works on my windows 7 pc
thanks kranmer for spotting the missing regkeys
You need to install DirectX, .net 3.5 and VC++ which you can find in the original disc, I cant be bothered to put these into the script, the setup installs rockstar social club 1.0.5.0 automatically


open the script in innosetup, change outputdir to whatever you like, requires 13GB of space. Change Source: "C:\Program Files\Rockstar Games\L.A. Noire\*"; to whatever you installed your game to and compile.

after that you should get Setup 1a - Setup 3c in outputdir just pack each 3 into one disc in ultraiso
Thanks for script zyo
pardon my language because I use google translator
There are some things I do not understand

If you see this code:
Code:
[Run]
Filename: {app}\Social Club v1.0.5.0 Setup.exe; Flags: waituntilterminated; StatusMsg: ˇ°Please Wait...ˇ±
what does it mean "before" doing the conversion, we have to copying files Social Club Setup.exe to the installation folder?

Is there any effect if we use the code:
Code:
[Run]
Filename: {src}\Social Club\Social Club v1.0.5.0 Setup.exe; Flags: waituntilterminated; StatusMsg: ˇ°Please Wait...ˇ±
Filename: {src}\dotnetfx35\dotnetfx35.exe; Flags: waituntilterminated; StatusMsg: ˇ°Please Wait...ˇ±
Filename: {src}\vcredist_x86\vcredist_x86.exe; Flags: waituntilterminated; StatusMsg: ˇ°Please Wait...ˇ±
Filename: {src}\DXSETUP\DXSETUP.exe; Flags: waituntilterminated; StatusMsg: ˇ°Please Wait...ˇ±
Note: on last DVD create the appropriate folder with the code above, and copy the files into that folder.

so programs that need to be able to directly perform the installation from the last dvd after the installation games is completed

am I correct?

thank you
Reply With Quote