In Windows 7, I have a list of many .msi
files that have to be executed in a specific order.
Now, I want to pack them into one .exe
file or .msi
file that will automatically process without user interaction.
I searched google, many recommend using iexpress. However that tool just allows me to pack many files and run one file .exe
at the first time.
Can anyone help me?