Qualcosa del genere?
codice:
FOR %%D IN (*.exe) DO (
    start /wait %%D /Q /C /T:. /c
)
FOR %%D IN (*.msp) DO (
    start /wait msiexec /p %%D /a c:\office_updated\pro11.msi shortfilenames=true /qb
)