Quote:
Originally Posted by peterf1999
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