Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 17-10-2008, 14:06
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
Pro Soccer Evolution 2009 (DVD9 to 2x DVD5)

untested dont have time and its late
Pro Evolution Soccer 2009 half inno dvd5
1) Install game full or only english to default path [or change only letter]
in path must be 'Pro Evolution Soccer 2009' folder

2) Download appEditor 1.0.2.7
and install
Download ispack-5.2.3.exe

3) Download package: PES09_half_inno.rar
and extract to folder where 'Pro Evolution Soccer 2009' exists

4)copy from dvd9 to \output\ folder all files and folders:
CommonAppData\
DirectX9c\
launcher\
file in subfolder [maybe dont needed but mine msi not copied that]
\program files\KONAMI\Pro Evolution Soccer 2009\stubdat

5)Open 'pes09eng_copy.iss' and compile [more than 1hour]

6)Open in output msi files with appeditior
select "Enable row Reference Tracking]
go to tab: COMPONENTS and delete non english language
go to tab: FEATURES and delete non english language
[u can simply delete that in orca in specific tables
but with app and ERRT we skip deletions in two or more tables ]
save.

7) After inno ends compiling move all files with names
pes09setup*.* to output folder
[3801 mb for me if i not mess]

NOTE:
Installing tips:
first install from msi/setup.exe and after ends run pes09setup.exe to copy real files to installation folders

edit
integrating inno installer into msi:
Quote:
Originally Posted by nando2002
@mondragon:
I've found a way to run the pes09setup (inno setup) from inside the msi:
edit msi with orca

in table CustomAction, add a new row and set these values:
Action: PES09Img
Type: 50
Source: InnoSetup
Target: PES09Setup.exe /Silent

in table InstallUISequence, add a new row and set these values:
Action: PES09Img
Condition: Not Installed
Sequence: 1302 (this will make inno setup run at the end of msi installer - can be any values above ISSetupFilesCleanup action)

in table Property, add a new row and set these values:
Property: InnoSetup
Value: Pes09Setup.exe

Save.
in the iss file, you can add the or (PageID=wpSelectDir) to the ShouldSkipPage function to prevent the Select Folder page. Combined with /silent will make inno setup skip the 1st screen and start extracting the files to the right folder.

Note: the names can be anything you like. Just make sure they are referred correctly since values in table A become foreign keys in table B.
and mini fix

Target: PES09Setup.exe /VERYSILENT /SUPPRESSMSGBOXES

@klaroqsim are u sure that u do exactly what i described ?

Last edited by EMPiRE; 04-11-2008 at 04:03.
Reply With Quote
Sponsored Links
  #2  
Old 17-10-2008, 14:29
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
Quote:
Originally Posted by mouradou View Post
mondragon
for french what should be modified?
Code:
[setup]
AppName=Pro Evolution Soccer 2009
appvername=Pro Evolution Soccer 2009 v1.0
DefaultDirName={reg:HKLM\SOFTWARE\KONAMI\PES2009,installdir|}
AllowNoIcons=yes
AllowRootDirectory=yes
OutputDir=.\
OutputBaseFilename=pes09setup
RestartIfNeededByRun=no
AppendDefaultDirName=no
Uninstallable=no
ShowUndisplayableLanguages=yes
ShowLanguageDialog=yes
UsePreviousAppDir=yes
CreateUninstallRegKey=no
UpdateUninstallLogAppName=no
DirExistsWarning=no

compression=lzma/ultra64
diskspanning=yes
PrivilegesRequired=none
compressionthreads=auto
solidcompression=yes
slicesperdisk=1
diskslicesize=736000000

[Languages]
Name: en; MessagesFile: compiler:Default.isl
Name: pl; MessagesFile: compiler:Languages\Polish.isl
Name: IT; MessagesFile: compiler:Languages\Italian.isl
Name: es; MessagesFile: compiler:Languages\Spanish.isl
Name: DE; MessagesFile: compiler:Languages\German.isl
Name: FR; MessagesFile: compiler:Languages\French.isl
Name: da; MessagesFile: compiler:Languages\Danish.isl
Name: nl; MessagesFile: compiler:Languages\Dutch.isl
Name: sv; MessagesFile: compiler:Languages\Danish.isl
Name: no; MessagesFile: compiler:Languages\Norwegian.isl

;[INI]
;Filename: "{src}\code.ini"; Section: "code"; Key: "key"; String: {ini:{src}\code.ini,code,key|}

[Files]
;english only
;source: .\Pro Evolution Soccer 2009\*; excludes: r*0*_r.img, r*0*_g.img, r*0*_i.img, r*0*_s.img ;DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs
;french only
source: .\Pro Evolution Soccer 2009\*; excludes: r*0*_e.img, r*0*_g.img, r*0*_i.img, r*0*_s.img ;DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs

[code]
function ShouldSkipPage(PageID: Integer): Boolean;
begin
  if (PageID=wpInfoBefore) or (PageID=wpWelcome) or (PageID=wpFinished) or (PageID=wpSelectTasks) or (PageID=wpReady) or (PageID=wpUserInfo)then
    Result := True
  else
    Result := False;
  end;
end.
//CurPageID values for predefined wizard pages
//wpWelcome, wpLicense, wpPassword, wpInfoBefore, wpUserInfo, wpSelectDir, wpSelectComponents, wpSelectProgramGroup,
//wpSelectTasks, wpReady, wpPreparing, wpInstalling, wpInfoAfter, wpFinished
paste that code into extracted iss script

and in msi delete non french language

edit
fast one test
install apply crack run uninstall - nothing left

for testing change compression=lzma/ultra64 to compression=none [only copy files]
test and after that use max compression

Last edited by mondragon; 17-10-2008 at 14:32.
Reply With Quote
  #3  
Old 19-10-2008, 08:15
nemesis63 nemesis63 is offline
Registered User
 
Join Date: May 2005
Location: TURKEY
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
nemesis63 is on a distinguished road
Smile

Finally i found the right way to make a full proper backup (without wrong volume error).

PES2009 DVD9 to 2xDVD5 Full Backup PROPER

DVD 1

1) Create 2 Temp folders on your hardrive.
Name one folder: DISK1. This will be the name (Label) of DVD1.
Name the other folder: DISK2. This will be the name (Label) of DVD2.

2) Create the following folders in the DISK2 "\program files\KONAMI\Pro Evolution Soccer 2009\img"

3) Copy all the contents of the Pro Evolution Soccer 2009 DVD9 to the DISK1 folder.

4) Move the "CommonAppData" folder to Disk2

5) Open the "DISK1\\program files\\KONAMI\\Pro Evolution Soccer 2009\\img folder and Move everything to Disk2\\program files\
KONAMI\\Pro Evolution Soccer 2009\\img" ‘EXCEPT’ the following files:

Code:
cs0d.img
cv00.img
cv01.img
cv02.img
cv03.img
cv04.img
cv05.img
cv06.img
cv07.img
cv08.img
6) Download p09MSI.rar and copy it to DISK1 folder (replace).

Or change it like this.

96lzd4.jpg
2zgf2a9.jpg

7) Create another folder in DISK1 for crack, serial, patches etc.

8) Burn the contents of the DISK1 folder to a DVD with the Label: DISK1

DVD 2

1) Copy the following folder and files from DISK1 to the DISK2 folder.

Code:
launcher
autorun.exe
Autorun.inf
2) Edit Autorun.inf.
Using the Notepad open the Autorun.inf file and edit as shown below then Save it:
Code:
[autorun]
open=0
icon=autorun.exe
Burn the contents of the DISK2 folder to a DVD with the Label: DISK2

Install sequence: DVD1, DVD2, DVD1

Last edited by EMPiRE; 04-11-2008 at 04:14.
Reply With Quote
  #4  
Old 19-10-2008, 12:10
klaroqsim klaroqsim is offline
Registered User
 
Join Date: Sep 2008
Location: RS
Posts: 29
Thanks: 0
Thanked 3 Times in 2 Posts
klaroqsim is on a distinguished road
Thank's a Lot nemesis63

works 100% now "dvd1 - dvd2 - dvd1"
Reply With Quote
  #5  
Old 19-10-2008, 12:17
gentilu gentilu is offline
Registered User
 
Join Date: Nov 2007
Location: Paris
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
gentilu is on a distinguished road
Quote:
Originally Posted by klaroqsim View Post
Thank's a Lot nemesis63

works 100% now "dvd1 - dvd2 - dvd1"
Yes, works. Thanks nemesis63
Reply With Quote
  #6  
Old 19-10-2008, 15:02
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
@mondragon:
I've found a way to run the pes09setup (inno setup) from inside the msi:
edit msi with orca

in table CustomAction, add a new row and set these values:
Action: PES09Img
Type: 50
Source: InnoSetup
Target: PES09Setup.exe /Silent

in table InstallUISequence, add a new row and set these values:
Action: PES09Img
Condition: Not Installed
Sequence: 1302 (this will make inno setup run at the end of msi installer - can be any values above ISSetupFilesCleanup action)

in table Property, add a new row and set these values:
Property: InnoSetup
Value: Pes09Setup.exe

Save.
in the iss file, you can add the or (PageID=wpSelectDir) to the ShouldSkipPage function to prevent the Select Folder page. Combined with /silent will make inno setup skip the 1st screen and start extracting the files to the right folder.

Note: the names can be anything you like. Just make sure they are referred correctly since values in table A become foreign keys in table B.
Reply With Quote
  #7  
Old 24-10-2008, 10:27
BrunoS BrunoS is offline
Registered User
 
Join Date: Sep 2007
Location: Portugal
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
BrunoS is on a distinguished road
I've just tested the inno conversion and it works. I've also inserted italian comments along with the english ones, and all the other languages for in-game text.I've just copied to output\program files\KONAMI\Pro Evolution Soccer 2009\img\ so it installs first those files and then all the files in the inno setup. I've also included those late changes so the msi automatically runs the inno setup and everything ran flawless. I installed full installation and all text languages are there and it only detects the italian and english comments (the only ones I've included). Now i went to install the patch and in the middle of the installation it asks me for the msi. So I mounted the image i've created and used the modified msi and it finishes and everything is perfect.
But why it asks for the msi? I never installed the patch with the original but I don't think it will ask for it right? Maybe because all language files are there but some of them are those small ones included in the "PES09_half_inno.rar" right?
Well but it's just a minor thingy. Everything is perfect so thanks a lot for the conversion http://fileforums.com/images/icons/icon7.gif
Reply With Quote
  #8  
Old 27-10-2008, 09:40
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
PES2009: DVD9-to-DVD5

Pro Evolution Soccer 2009: DVD9-to-DVD5
This conversion is for english-only.

The whole process has 3 parts:
: the msi process (part 1)
: the inno setup process
: the msi process (part 2)

: the msi process (part 1):
  1. Create a new folder and name it PES2009
  2. Copy the whole DVD content to that folder.
  3. Download & extract the content of PES2009_DVD9-2-DVD5.rar to that folder
    Overwrite the files as requested.
: the inno setup process:
  1. Install Inno Setup (download here)
  2. Create a new folder and name it Inno
  3. Create a new folder inside that folder and name it Pro Evolution Soccer 2009
  4. Move the following 3 files:
    • cs0d.img
    • cv06.img
    • cv09.img
    from PES2009\program files\KONAMI\Pro Evolution Soccer 2009\img folder
    to the Inno\Pro Evolution Soccer 2009 folder.
  5. Move the following 3 files:
    • pes09eng_copy.iss
    • PESBig.bmp
    • PESmall.bmp
    from the PES2009 folder
    to the Inno folder
  6. Open "pes09eng_copy.iss" (it will open in Inno Setup) and build it.
    (this process can take from 1 hour to 3 hours. Depends on how many cores you have and what are you doing)
  7. When finished, move these 5 files:
    • isPES2009-1.bin
    • isPES2009-2.bin
    • isPES2009-3.bin
    • isPES2009-4.bin
    • isPES2009.exe
    to the PES2009\program files folder
  8. Delete the whole Inno folder
: the msi process (part 2):
  1. In the PES2009 folder you'll find a file named "img_eng.zip".
  2. Open and extract it content to the PES2009\program files\KONAMI\Pro Evolution Soccer 2009\img folder.
    Overwrite the files as requested.
  3. Delete file: "img_eng.zip"
_______________________
Right now, you should get a full 4GB folder.
Create a new folder for update 1.1, fixed exe, etc...

The installation process will run normally.
No matter what language you select it will only install in english.
In the end, the inno setup will start and extract the real files to the right folder
P.S.: you cannot run the inno setup unless the game has been previouly installed because no path is set in the registry.

credits also to mondragon.

Last edited by EMPiRE; 04-11-2008 at 04:09. Reason: updated link
Reply With Quote
  #9  
Old 06-11-2008, 06:40
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
think i miss something while typing
in the script, change this line (add the bold text):
Code:
ource: .\Pro Evolution Soccer 2009\*; DestDir: {app}\img; Flags: ignoreversion recursesubdirs createallsubdirs
have to start avoiding these errors

for italian:
don't download my "msi" since it's for english-only. use your original one.
open the msi with orca and perform those changes:
Code:
In table CustomAction, add a new row and set these values:
Action: PES09Img
Type: 50
Source: InnoSetup
Target: PES09Setup.exe /VERYSILENT /SUPPRESSMSGBOXES

in table InstallUISequence, add a new row and set these values:
Action: PES09Img
Condition: Not Installed
Sequence: 1302 (this will make inno setup run at the end of msi installer - can be any values above ISSetupFilesCleanup action)

in table Property, add a new row and set these values:
Property: InnoSetup
Value: Pes09Setup.exe

Save.
Compile and Try.
Burn if OK.

P.S.: @rambaldi: io no parlo italiano però capisco qualcosa
Reply With Quote
  #10  
Old 06-11-2008, 09:40
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
Found it!

Edit msi with Orca.
In the [Table] Control :
locate row with [PIDTemplate] and substitute with MYCD-KEYG-OES-HERE-LOL!
In the [Table] ControlEvent :
locate row with ProductID = "" and substitute with ProductID = "MYCD-KEYG-OES-HERE-LOL!"
locate row with ProductID <> "" and substitute with ProductID <> "MYCD-KEYG-OES-HERE-LOL!"
Save.

Last edited by nando2002; 06-11-2008 at 10:33. Reason: removed quotes
Reply With Quote
  #11  
Old 06-11-2008, 10:27
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
substitute [PIDTemplate] with MYCD-KEYG-OES-HERE-LOL!
don't put brackets
Reply With Quote
  #12  
Old 06-11-2008, 10:30
rambaldi rambaldi is offline
Registered User
 
Join Date: Oct 2008
Location: Italy
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
rambaldi is on a distinguished road
But in the two other I have to put the marks right??
Reply With Quote
  #13  
Old 06-11-2008, 10:32
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
yes, the others 2 entries requires the quotes (") between the your CDKey.
Reply With Quote
  #14  
Old 06-11-2008, 13:59
rambaldi rambaldi is offline
Registered User
 
Join Date: Oct 2008
Location: Italy
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
rambaldi is on a distinguished road
installation works ok.
but when you double click the game it doesn't start saying "it's not installed"
In the registry the key "code" is empty , instead of showing the serial.
After inserting the serial all OK.
Is possible to insert the serial in Registry table in msi??
Many thanks
Reply With Quote
  #15  
Old 06-11-2008, 15:05
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
we can change the inno script to do that job.
add the next piece of code after the [Files] and before the [code] sections.
Code:
[Registry]
Root: HKLM; Subkey: "Software\Konami\PES2009"; ValueType: string; ValueName: "code"; ValueData: "MYCD-KEYG-OES-HERE-LOL!"
keep the quotes.
Reply With Quote
Reply

Thread Tools
Display Modes

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
Pro Evolution Soccer 2009 cdkiller PC Games - Protection List 4 02-05-2009 03:04
What is Pro Evolution Soccer 2009 v1.10 [MULTI6] +1 TRAINER ulujm Game Trainers 2 31-10-2008 09:18
Pro Evolution Soccer 2009 1.1 Patch? aliwilson27 PC Games 2 23-10-2008 09:03
Pro Evolution Soccer 2008 (DVD9 to DVD5) - Automatic Convertor kostolomac PC Games - CD/DVD Conversions 3 15-03-2008 02:16



All times are GMT -7. The time now is 00:46.


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