View Single Post
  #33  
Old 01-11-2010, 17:21
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 peterf1999 View Post
Post the snapshot of the game folder after the error

Custom action CA7zip script error -2147024703, : Line 4, Column 1,

Code:
wshshell.run chr(34) & Session.Property("INSTALLLOCATION") & "\MOH_arc.exe" & chr(34) & " x -aoa -y -o" & chr(34) & Session.Property("INSTALLLOCATION") & "\MOHAGame\CookedPC" & chr(34), 5, True
run method cannot find MOH_arc.exe or its damaged
Well couple more questions, regarding the archive & how you got it entered into the 2 tables.

The MULTI8 version 'cookedmovies' folder is HUGE, almost 6GB itself.

Can you tell me, looking at the customaction table, How you managed to add such a long line into the table? Was it thru adjust schema ??

EDIT

Also I need to be able to add a second archive, much like the first for cookedpc, but for cookedmovies. Can another seuqence be added just like
it was added to extract from the moh_arc.exe, maybe just adding a # to the second archive for the second sequence.

IE:

cookedpc --> moh_arc.exe
cookedmovies ---> moh_arc1.exe

Then when it gets to sequence 38 in custom action table, it extracts the first archive.
Does it have to be numbered any different for the next archive????

thanks for your time & explanations

Last edited by pakrat2k2; 01-11-2010 at 17:28. Reason: extra questions
Reply With Quote