More changes to the msi - case someone interested
How to set the "I Accept the terms in the License Agreement" always to "Yes":
In table [Property] set the value in row
AgreeToLicense to
Yes
How to apply Patch 1.2 during installation:
To be able to apply to patch (so the files inside the patch become available) we need to make a fake install:
copy to msi to a different folder and run it.
go to the end of the installation - click always "ignore" when an error appears
when finished, apply patch v1.2.
In the folder where you supposly install the game you will find
pes2009.exe -> copy to the installation "Pro Evolution Soccer 2009" folder
inside the
img you'll find 2 more files -> copy those files to the installation "Pro Evolution Soccer 2009\img" folder
Now open the msi:
In table [File] create two rows (Table > Add Row) and fill them with these values:
- File: pdata.img
Component: CommonFiles
Filename: pdata.img
FileSize: 9365504
Attributes: 8192
Sequence: <any number before the last number - doesn't matter if already exists>
- File: pinfo.img
Component: CommonFiles
Filename: pinfo.img
FileSize: 696
Attributes: 8192
Sequence: <any number before the last number - doesn't matter if already exists>
Change the folowing values for the row where "pes2009.exe" is defined:
FileSize: 22738248
Version: 1.2.0.0
In table [MsiHasFile] create two rows and fill them with thse values:
- File: pdata.img
Option: 0
HashPart1: 201283351
HashPart2: 1639144114
HashPart3: 3006294785
HashPart4: 4159324028
- File: pinfo.img
Option: 0
HashPart1: 2196436730
HashPart2: 1254238889
HashPart3: 4183475366
HashPart4: 3265325988
note: some values will be different after you add the new row but that's OK, orca change those values by itself and should stay that way.
In table [Property] set the value for in row
ProductVersion to
1.20.000
Save and Install.