View Single Post
  #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