Jump to content

EA games' AutoRun.exe switches?


Recommended Posts

I need the switches for EA games' AutoRun.exe, to complete a fully automated NFSU2 dvd.

It does the following:

1. Start Setup.exe /Autorun.exe (=> the problem!)

2. Open my key (txtfile)

3. after the two above, the patch is installed.

4. the nocd is automatically copied.

The problem is that AutoRun.exe starts another AutoRun.exe (it calls itself or something???)

SET START1=%F%\key.txt
SET START2=Autorun.exe
SET START3=%F%\NFSUG2V1-1US.EXE
SET START4=%F%\install_nocd.cmd

START %START1%
START /WAIT %START2%
START /WAIT %START3%
START /WAIT %START4%

Which is why the patch starts immediately... And of course the patch shows an error...

Anyone who can help me out?

Currently the only solution is:

SET START1=%F%\key.txt
SET START2=Autorun.exe
SET START3=%F%\NFSUG2V1-1US.EXE
SET START4=%F%\install_nocd.cmd

START %START1%
pause
START %START2%
pause
START %START3%
pause
START %START4%

Link to comment
Share on other sites


pskill or something?

i've built a custom silent setup for MOH, MOH:S and MOH:B (all of them EA games). in the dvd i made a silent .cmd that calls daemon tools to mount the images and launch the setups (iss method). pskill will kill the processes and finally all the images are mounted.

Link to comment
Share on other sites

pskill or something?

i've built a custom silent setup for MOH, MOH:S and MOH:B (all of them EA games). in the dvd i made a silent .cmd that calls daemon tools to mount the images and launch the setups (iss method). pskill will kill the processes and finally all the images are mounted.

That's the opposite of what I want... I'm using 'START /WAIT' statements so the next command is only executed after the one before has finished... So Pskill is of no use in this case...

MOH uses IS setups? Well NFSU2 uses an installer I've never seen before, so I guess it's a custom one...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...