■.msu forfiles /p . /m *.msu /c "cmd /c wusa @path /quiet /norestart" ■.exe forfiles /p . /m *.exe /c "cmd /c @path /quiet /norestart" ■.msi forfiles /p . /m *.msi /c "cmd /c msiexec @path /i" ■.cab forfiles /p . /m *.cab /c "cmd /c dism /online /add-package=@path /norestart"