Quote:
Originally Posted by ademulia
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.