Deploying the Java runtime environment (J2RE)
This post will try and walk you through deploying J2RE using Group Policy Software Deployment.Firstly, download “Java Runtime Environment (JRE) 6” from here, you’ll need the offline installer for this. Once downloaded, run it and an MSI will be extracted to your AppData folder, you can find it here:
%HOMEPATH%\Local Settings\Application Data\{3248F0A6-6813-11D6-A77B-00B0D0150060}
You then need to create an MST using Orcas and MsiTran or download mine. All you need to change if you create your own transform is change the IEXPLORER Property from 0 to 1.
Then put the MSI and MST in your distribution share and simply assign the MSI and apply the transform as you would normally and you’re done.
This is exactly what I’m looking for.
Thanks.