I want to install multiple Open-Source games from a single disc at once?

You can run the setup.exe files with a batch file. But what about the user interaction during the setup process? Each would be different. So, you can understand although it is possible, it is not feasible. Anyway, you can use a programming software to mimic mouse keyboard events, to input text ie Name, Country etc, to make click on Next buttons etc. You can try 'autoit', it's a freeware.
 
You can run the setup.exe files with a batch file. But what about the user interaction during the setup process? Each would be different. So, you can understand although it is possible, it is not feasible. Anyway, you can use a programming software to mimic mouse keyboard events, to input text ie Name, Country etc, to make click on Next buttons etc. You can try 'autoit', it's a freeware.
 
Back
Top