Trying to deploy Sun Java 1.3.1 in SCCM with SMS installer
I've successfully deployed newer versions of Java just fine in SCCM using the SMS installer, however this time, for some reason, this older version wont deploy silently.
This is my code:
j2re-1_3_1_02-win.exe /s /v "/qb! ADDLOCAL=ALL IEXPLORER=0 REBOOT=Suppress JAVAUPDATE=0 /L %windir%\SCCM_Java1.3.1_2.log"
No matter how i try, either run the command as in, or package it up in sms installer and have sccm run it hidden and with a silent switch, it never deploys silently.
I've also tried to deploy using the "iss" method and a bat file.
@echo off
SETLOCAL
start /w %~dp0j2re-1_3_1_02-win.exe -s -a -s -iexplorer -f1%~dp0setup.iss -f2%windir%\sccm_java1_31_setup.log
That didnt work either silently.
Any help would be appreciated.
Answers (0)
Be the first to answer this question