I'm using this command that I added to my PowerShell script and would like to know if there is anything wrong if I use it I saw I added some configuration to it and it seems it installs properly as well in the right path but I'm unsure if there is anything else that I need to look for?
Start-Process 'C:\Magtek\jre-8u301-windows-x64.exe' -ArgumentList 'INSTALL_SILENT=Enable REBOOT=Disable SPONSORS=Disable' -Wait -PassThru