Hi everyone
I am not able to deploy java. please do guide me and also with command line.
i want to deploy java with the below settings
Install Sun Java silently
Install IE extension
Install Firefox extension
Disables automatic updates
Security set to medium
I have created deployment.config file and added the entries
deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true
I have created deployment.properties file and added below entries
deployment.expiration.decision=NEVER
deployment.expiration.decision.suppression=TRUE
deployment.version=8.0
deployment.security.level=MEDIUM
deployment.security.mixcode=DISABLE
deployment.insecure.jres=ALWAYS
deployment.javaws.autodownload=NEVER
COMMAND to install this application :
msiexec.exe /i “jre1.8.0_25.msi” JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 IEXPLORER=1 MOZILLA=1 /qn /norestart /lv C:\Windows\temp\Java_1.8_ENG_R1.log
copy /y “%~dp0deployment.config” “C:\WINDOWS\sun\java\deployment\deployment.config” >>"%LogFile%"
copy /y “%~dp0deployment.properties” “C:\WINDOWS\sun\java\deployment\deployment.properties” >>"%LogFile%"
I am not able to deploy java. please do guide me and also with command line.
i want to deploy java with the below settings
Install Sun Java silently
Install IE extension
Install Firefox extension
Disables automatic updates
Security set to medium
I have created deployment.config file and added the entries
deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true
I have created deployment.properties file and added below entries
deployment.expiration.decision=NEVER
deployment.expiration.decision.suppression=TRUE
deployment.version=8.0
deployment.security.level=MEDIUM
deployment.security.mixcode=DISABLE
deployment.insecure.jres=ALWAYS
deployment.javaws.autodownload=NEVER
COMMAND to install this application :
msiexec.exe /i “jre1.8.0_25.msi” JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 IEXPLORER=1 MOZILLA=1 /qn /norestart /lv C:\Windows\temp\Java_1.8_ENG_R1.log
copy /y “%~dp0deployment.config” “C:\WINDOWS\sun\java\deployment\deployment.config” >>"%LogFile%"
copy /y “%~dp0deployment.properties” “C:\WINDOWS\sun\java\deployment\deployment.properties” >>"%LogFile%"