juangranados / powershell-scripts

PowerShell scripts for several purposes
GNU General Public License v3.0
24 stars 10 forks source link

Install-JRE.ps1 doesn't install the JRE #2

Closed eseyman closed 2 years ago

eseyman commented 2 years ago

Using Install-JRE.ps1, I noticed that it will uninstall previous versions of the JRE but that it will not run the installer passed as a parameter, leaving you with a machine on which Java is not installed at all.

I'll investigate further today.

juangranados commented 2 years ago

Hi @eseyman! I merged your pull request. Thank you very much for the fixes!