/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 18k  |  Created: 12/04/2014 by: sgrinnall

Average Rating: 0
JAVA has 0 inventory records, 96 Questions, 13 Blogs and 8 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 5 / 5 (Very Difficult) based on 2 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
1
Note

Had issues installing via the System account using the jre-8u25-windows-i586.exe. Interestingly enough, this was only an issue on x64, for us.

Using jre1.8.0_25.msi, I was able to pass the required switches. Final syntax looked somewhat like this: "Msiexec /i jre1.8.0_25.msi STATIC=1 AUTO_UPDATE=0 NOSTARTMENU=1 /qn /l*v c:\windows\logs\JRE_1.8.0.25.log"

This link may be helpful understanding some of the potential switches, which I understand changed with this version.

JRE Installation for MS Windows

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Difficult
Platform(s): Windows
0
Script
There are registry values you can use to prevent sponsor message options being shown.

The sponsor software doesn't install with a command line anyway, just on auto updates (if user is prompted).

Script can be as simple as:

reg add HKLM\software\javasoft /v "SPONSORS" /t REG_SZ /d "DISABLE" /f
reg add HKLM\SOFTWARE\Wow6432Node\JavaSoft /v "SPONSORS" /t REG_SZ /d "DISABLE" /f

jre-8u45-windows-i586.exe /s /L C:\logs\java8u45.log
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Silent install jre-8u25-windows-i586.exe /s
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s):
0
Note
jre-8u25-windows-i586.exe seems to have issues running as SYSTEM and jre1.8.0_25.msi seems to have issues running as anything else.
If your installer runs as SYSTEM, extract the msi the same way as older version of java and then use "msiexec /i jre1.8.0_25.msi AUTO_UPDATE=0 /q"

If you are using SCCM, you need to copy the java.settins.cfg to %PROGRAMDATA%\Oracle\Java\ before running the installer.
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: unspecified
Platform(s): Windows
  • We've battled with this one for quite some time. Finally we've opted doing an online K-script with the exe, since we've never managed to get the msi working after extraction. We didn't bother trying it under the system account after it didn't work under a regular user account.
    We can now confirm that it actually works, no editing the msi is needed.
    We use a slightly different command line in the K1 managed installation:

    msiexec /i jre1.8.0_25.msi JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q

    check "dont prepend msiexec and you should be all good to go. - adam_nerell 9 years ago

Inventory Records (0)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Questions & Answers (96)

Questions & Answers related to Oracle JAVA

2
ANSWERS
1
ANSWERED
1
ANSWERS
2
ANSWERS
6
ANSWERED
2
ANSWERED
1
ANSWERED
9
ANSWERED
0
ANSWERS
3
ANSWERS
4
ANSWERS
2
ANSWERS
2
ANSWERS
4
ANSWERED
2
ANSWERS
3
ANSWERS
2
ANSWERS
4
ANSWERED

Reviews (0)

Reviews related to Oracle JAVA

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ