#1
|
|||
|
|||
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:
Target: PES09Setup.exe /VERYSILENT /SUPPRESSMSGBOXES @klaroqsim are u sure that u do exactly what i described ?
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe Last edited by EMPiRE; 04-11-2008 at 04:03. |
Sponsored Links |
#2
|
|||
|
|||
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 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
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe Last edited by mondragon; 17-10-2008 at 14:32. |
#3
|
|||
|
|||
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 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 Using the Notepad open the Autorun.inf file and edit as shown below then Save it: Code:
[autorun] open=0 icon=autorun.exe Install sequence: DVD1, DVD2, DVD1 Last edited by EMPiRE; 04-11-2008 at 04:14. |
#4
|
|||
|
|||
Thank's a Lot nemesis63
works 100% now "dvd1 - dvd2 - dvd1" |
#5
|
|||
|
|||
Yes, works. Thanks nemesis63
|
#6
|
|||
|
|||
@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. |
#7
|
|||
|
|||
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 |
#8
|
|||
|
|||
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):
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 |
#9
|
|||
|
|||
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 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. Burn if OK. P.S.: @rambaldi: io no parlo italiano però capisco qualcosa |
#10
|
|||
|
|||
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 |
#11
|
|||
|
|||
substitute [PIDTemplate] with MYCD-KEYG-OES-HERE-LOL!
don't put brackets |
#12
|
|||
|
|||
But in the two other I have to put the marks right??
|
#13
|
|||
|
|||
yes, the others 2 entries requires the quotes (") between the your CDKey.
|
#14
|
|||
|
|||
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 |
#15
|
|||
|
|||
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!" |
Thread Tools | |
Display Modes | |
|
|
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 |