Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27-10-2012, 21:38
mesut28's Avatar
mesut28 mesut28 is offline
Senior Member
 
Join Date: May 2010
Location: istanbul
Posts: 238
Thanks: 295
Thanked 1,086 Times in 166 Posts
mesut28 is on a distinguished road
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"
4. Save and compile


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
Attached Images
File Type: jpg 1.jpg (381.3 KB, 872 views)
File Type: jpg 2.jpg (442.5 KB, 857 views)
File Type: jpg 3.jpg (436.1 KB, 841 views)
File Type: jpg 4.jpg (438.1 KB, 842 views)
File Type: jpg 5.jpg (313.3 KB, 841 views)
File Type: jpg 6.jpg (381.7 KB, 845 views)
Attached Files
File Type: 7z PES 2013.7z (20.61 MB, 1297 views)
Reply With Quote
The Following 10 Users Say Thank You to mesut28 For This Useful Post:
41UC4RD (12-12-2012), bimasepty (29-06-2013), damar15 (27-10-2012), Danziel123 (03-09-2019), GTX590 (21-05-2013), guille83 (04-05-2013), wit (27-10-2012), Xaelin (18-06-2013), zirkhaki (18-07-2016)
Sponsored Links
  #2  
Old 09-12-2012, 21:31
sena87's Avatar
sena87 sena87 is offline
Registered User
 
Join Date: Oct 2012
Location: Ground with despair
Posts: 39
Thanks: 44
Thanked 1 Time in 1 Post
sena87 is on a distinguished road
mesut28, can u help me why "cannot access 64 BIT registry"
Attached Images
File Type: jpg Screen 2012.12.10 12-28-33.4.jpg (148.9 KB, 656 views)
File Type: jpg Screen 2012.12.10 12-28-51.3.jpg (143.3 KB, 651 views)
Reply With Quote
  #3  
Old 10-12-2012, 05:09
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
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.
so look to [registry] section of his script & add ;Check: IsWin64 to the end of those lines, will get rid of that error.
then save & recompile the script.
Reply With Quote
  #4  
Old 10-12-2012, 20:40
sena87's Avatar
sena87 sena87 is offline
Registered User
 
Join Date: Oct 2012
Location: Ground with despair
Posts: 39
Thanks: 44
Thanked 1 Time in 1 Post
sena87 is on a distinguished road
like this?
Attached Images
File Type: jpg Screen 2012.12.11 11-36-29.2.jpg (47.5 KB, 611 views)
Reply With Quote
  #5  
Old 11-12-2012, 07:59
mesut28's Avatar
mesut28 mesut28 is offline
Senior Member
 
Join Date: May 2010
Location: istanbul
Posts: 238
Thanks: 295
Thanked 1,086 Times in 166 Posts
mesut28 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to mesut28 For This Useful Post:
chuotchu001 (18-01-2013)
  #6  
Old 11-12-2012, 11:58
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
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
ALSO having JUST HKLM is the SAME for BOTH X86 / X64 versions of windows, having X64 will just make entry goto \Wow6432Node\ portion of registry.

Last edited by pakrat2k2; 11-12-2012 at 13:29.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
chuotchu001 (18-01-2013), mertderler (22-09-2015)
  #7  
Old 11-12-2012, 18:47
sena87's Avatar
sena87 sena87 is offline
Registered User
 
Join Date: Oct 2012
Location: Ground with despair
Posts: 39
Thanks: 44
Thanked 1 Time in 1 Post
sena87 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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
ALSO having JUST HKLM is the SAME for BOTH X86 / X64 versions of windows, having X64 will just make entry goto \Wow6432Node\ portion of registry.
THX pakrat2k2, yesterday i tried

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
just HKML64 in 3 line of the end,that i add,
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,

Reply With Quote
The Following User Says Thank You to sena87 For This Useful Post:
chuotchu001 (18-01-2013)
  #8  
Old 12-12-2012, 11:16
41UC4RD 41UC4RD is offline
Registered User
 
Join Date: Jan 2009
Location: COLOMBIA
Posts: 68
Thanks: 625
Thanked 23 Times in 18 Posts
41UC4RD is on a distinguished road
Mesut you can do the conversion to 2 dvds. thanks..
Reply With Quote
  #9  
Old 12-12-2012, 14:26
mesut28's Avatar
mesut28 mesut28 is offline
Senior Member
 
Join Date: May 2010
Location: istanbul
Posts: 238
Thanks: 295
Thanked 1,086 Times in 166 Posts
mesut28 is on a distinguished road
No compression use 2xDVD5 will
Reply With Quote
  #10  
Old 29-12-2012, 13:49
NTurky NTurky is offline
Registered User
 
Join Date: Jan 2012
Location: Argentina
Posts: 41
Thanks: 17
Thanked 22 Times in 10 Posts
NTurky is on a distinguished road
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;
Also, you should change the first "Valuedata" to YOUR key.

Last edited by NTurky; 29-12-2012 at 13:51.
Reply With Quote
  #11  
Old 18-01-2013, 20:11
chuotchu001 chuotchu001 is offline
Registered User
 
Join Date: Dec 2012
Location: Vietnam
Posts: 159
Thanks: 554
Thanked 175 Times in 52 Posts
chuotchu001 is on a distinguished road
Smile

Quote:
Originally Posted by sena87 View Post

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
Ok, I use this code and works fine -> tested on WinXP SP3 , Win7 x86, Win7 x64.
Thanks mesut28, pakrat2k2 and sena87
Reply With Quote
  #12  
Old 19-02-2016, 00:33
steve_gerry steve_gerry is offline
Registered User
 
Join Date: Nov 2013
Location: Indonesia
Posts: 19
Thanks: 68
Thanked 3 Times in 2 Posts
steve_gerry is on a distinguished road
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
Reply With Quote
  #13  
Old 19-02-2016, 04:43
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,314
Thanks: 6,756
Thanked 11,703 Times in 3,226 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by steve_gerry View Post
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
Download the attachment and start installerscript.iss
and set a semicolon here ;#define ProgramFiles "C:\Program Files\KONAMI\Pro Evolution Soccer 2013"

that should bring you your setup.exe back
Reply With Quote
  #14  
Old 19-02-2016, 22:09
steve_gerry steve_gerry is offline
Registered User
 
Join Date: Nov 2013
Location: Indonesia
Posts: 19
Thanks: 68
Thanked 3 Times in 2 Posts
steve_gerry is on a distinguished road
i have tried it
and still my setup.exe wont extract setup.bin

this is the result
Attached Images
File Type: jpg feh.jpg (159.3 KB, 100 views)
File Type: jpg fgrt.jpg (243.9 KB, 100 views)
File Type: jpg dfvsdg.jpg (26.9 KB, 99 views)
Reply With Quote
  #15  
Old 20-02-2016, 07:48
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 steve_gerry View Post
i have tried it
and still my setup.exe wont extract setup.bin

this is the result
The problem is the setup.exe now expects external files, & you have setup-1a.bin files ( created from internal )

either re-do entire conversion, or edit the setup.ini so the setup.exe will extract from your already created files.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 13:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com