PowerShell App Deployment toolkit is a very good and free wrapper for software that I deploy with SCCM. I have created a java 8 Update 91 deployment and  you can download it here. The command line for a silent deployment of the application or package in SCCM is:

Deploy-Application.exe -DeplyMode “Silent”
or
Deploy-Application.ps1 -DeplyMode “Silent”

Do the following to extract the msi files from java installer:

1. Download the java packages here.

2. Start the java installer, but dont click next.

3. Now browse to: “C:\Users\USERNAME\AppData\LocalLow\Oracle\Java”. In here you can find the msi files

twitterlinkedin

By Claus