I have about 20 applications that need to be run in a specific order. I want to script them so that I can do this remotely.
Each one of the applications has a Setup.exe and an MSI.
I was hoping just to have a simple script that called the MSIs with an answer file, but it has been years since I have done it. However, I do not remember how to create an answer file.
Is this a good way to do it? Or would there be a simpler way?