I can fetch latest 5 events generated by MsiInstaller from Event logs with -
wevtutil qe Application /rd:true /f:text /c:5 /q:"*[System[Provider[@Name='MsiInstaller']]]"
But the output is too descriptive. Is it possible to get only the description field as the output.