Ok, I need an autorun file that runs the first setup and after it is complete it will run the second. Any ideas? I tried this but it only did the first one. Thanks.
[autorun]
open=First\Setup.exe
icon=my.ico
open=Second\Setup.exe
Printable View
Ok, I need an autorun file that runs the first setup and after it is complete it will run the second. Any ideas? I tried this but it only did the first one. Thanks.
[autorun]
open=First\Setup.exe
icon=my.ico
open=Second\Setup.exe
have autorun call a batch file that has the two proggys in it.
Thanks, that worked perfectly.