Molecular Evolutionary Genetics Analysis (MEGA) is computer software for conducting statistical analysis of molecular evolution and for constructing phylogenetic trees. It includes many sophisticated methods and tools for phylogenomics and phylomedicine.
https://www.megasoftware.net/active_download
Uses Inno for silent flags
Install:
Start-ADTProcess -FilePath 'MEGA_12.0.11_win64_setup.exe' -ArgumentList "/VERYSILENT /NORESTART /SP-"
Uninstall:
Start-ADTProcess -FilePath "$envProgramFiles\MEGA12\unins000.exe" -ArgumentList "/SILENT"