|
#1
|
||||
|
||||
|
Pro Evolution Soccer 2013 1xDVD5
InstallerScript CI 8.5.7.4 by yener90 compression lzma
1. Install the game 2. Download the attachment, extract completely (wherever you want) 3. Open InstallerScript.iss Edit the following lines, according to the installation directory of the game. Code:
#define SourcePath "C:\Program Files\KONAMI\Pro Evolution Soccer 2013" 5. Will create one folders, Disk folder inside the "compiled": Move to the Disk: Code:
Setup.exe Setup-1a.bin Setup-1b.bin Setup-1c.bin Burn the contents of the folder to a DVD with the label you want. Total Size: 3.92 GB |
| Sponsored Links |
|
#2
|
||||
|
||||
|
mesut28, can u help me why "cannot access 64 BIT registry"
|
|
#3
|
||||
|
||||
|
registry section has missing parameter ( INNO Help shows why )
Code:
Root key values with a suffix of 64 can only be used when Setup is running on 64-bit Windows, otherwise an error will occur. On an installation supporting both 32- and 64-bit architectures, it is possible to avoid the error by adding a Check: IsWin64 parameter, which will cause the entry to be silently skipped when running on 32-bit Windows. then save & recompile the script. |
|
#4
|
||||
|
||||
|
like this?
|
|
#5
|
||||
|
||||
|
Try to do like this bi registry entries
Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Last edited by mesut28; 11-12-2012 at 08:02. |
| The Following User Says Thank You to mesut28 For This Useful Post: | ||
chuotchu001 (18-01-2013) | ||
|
#6
|
||||
|
||||
|
sena87 NO like this: ( the Check: IsWin64 in the script will make it so that IF you ARE on X64 bit windows it will skip that line.
same as mesut28 posted with \Wow6432Node\ in the HKLM line) Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Last edited by pakrat2k2; 11-12-2012 at 13:29. |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
chuotchu001 (18-01-2013), mertderler (22-09-2015) | ||
|
#7
|
||||
|
||||
|
Quote:
Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
Root: HKLM64; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey; Check: IsWin64
setup is not problem, i can playing now in mw OS 32bit, in your script ,u add all of the line with that script, it will be a different in the future if i just adding 3 line in the bottom? coz i haven't try on other OS,
|
| The Following User Says Thank You to sena87 For This Useful Post: | ||
chuotchu001 (18-01-2013) | ||
|
#8
|
|||
|
|||
|
Mesut you can do the conversion to 2 dvds. thanks..
|
|
#9
|
||||
|
||||
|
No compression use 2xDVD5 will
|
|
#10
|
|||
|
|||
|
What pakrat2k2 tried to explain was that the SO handles automatically if the key goes to SOFTWARE or to SOFTWARE\Wow6432Node so basically the last 3 keys are NOT needed.
Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "code"; ValueType: String; Valuedata: V7TV-W3JX-6CC3-3DDU-Y3W7; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "installdir"; ValueType: String; ValueData: "{app}\"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Root: HKLM; Subkey: "SOFTWARE\KONAMI\PES2013"; ValueName: "version"; ValueType: String; ValueData: "1.00.0000"; MinVersion: 0.0,5.0; Flags: uninsdeletekey;
Last edited by NTurky; 29-12-2012 at 13:51. |
|
#11
|
|||
|
|||
|
Quote:
Thanks mesut28, pakrat2k2 and sena87
|
|
#12
|
|||
|
|||
|
how to make setup.exe only?
i has compile this game ... and instal workly but i accidently delete my setup.exe and i wont recompile this game just make setup.exe pls help me sry for my bad eng |
|
#13
|
||||
|
||||
|
Quote:
and set a semicolon here ;#define ProgramFiles "C:\Program Files\KONAMI\Pro Evolution Soccer 2013" that should bring you your setup.exe back |
|
#14
|
|||
|
|||
|
i have tried it
and still my setup.exe wont extract setup.bin this is the result |
|
#15
|
||||
|
||||
|
Quote:
either re-do entire conversion, or edit the setup.ini so the setup.exe will extract from your already created files. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Pro Evolution Soccer 2013 (DVD9 -> DVD5) | yener90 | PC Games - CD/DVD Conversions | 79 | 03-06-2015 08:34 |
| Pro Evolution Soccer 2013 DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 43 | 25-07-2014 15:50 |
| the best editors & trainer & ... for pes 2012 | alimoazzez | PC Games | 0 | 14-11-2011 02:43 |