View Single Post
  #37  
Old 18-11-2011, 18:26
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by ademulia View Post
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
your last section is the better of the 2, and yes to your first question the social club exe needs to be in installed game folder.
Reply With Quote