/build/static/layout/Breadcrumb_cap_w.png

Oracle Java 7 Update 40

Version: 7

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: 9.2k  |  Created: 09/18/2013 by: anonymous_89761

Average Rating: 0
Java 7 Update 40 has 1 inventory records, 3 Questions, 1 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 3 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)

Deployment Tip Summary

Changes in this release: -Retina Display support on Mac OS X -Deployment Rule Set -Option to disable the "JRE out of date" warning -New Security Warnings for Unsigned and Self-Signed Applications -Local Applets return NULL for DocumentBase -JAXP Security Improvements -Default x.509 Certificates Have Longer Key Length
3
Script

Deploy with disabled auto-update:

  1. open the msi in Orca
  2. click on "tranform"
  3. select "new transform"
  4. go to the "property" table
  5. edit the entry as followed: AUTOUPDATECHECK=0
  6. edit the entry as followed: JAVAUPDATE=0
  7. edit the entry as followed: JU=0
  8. click on "transform"
  9. click on "generate transform"
  10. save the transform (mst).
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer with Custom Transform (MST)
Deployment Difficulty: Very Easy
Platform(s): Windows
1
Script

This is what I did for the latest version of Java Version 7 Update 40:

 

On Success

1.  Run the batch file "Remove Old Version of Java" with params "".

2.  Run the batch file "Wait" with params "".

3.  Launch "$(KACE_DEPENDENCY_DIR)\jre-7u40-windows-x64.exe" with params "/s /v /norestart AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0"

 

This worked for both 64bit and 32bit versions of Java.  You just have to change out the file.

Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.
0
Note

After installing Java 7 Update 40 the item shows as a newly installed program. While I am not aware of any switches to remove this from showing up initially in the Start Menu, I added this line in my batch after the install to remove the shortcuts out of the folder. This should hide any trace from the normal user that anything was installed on the system:

del /f /q "c:\programdata\Microsoft\Windows\start menu\Programs\Java"

 

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: Very Easy
Platform(s): Windows
0
Note

Another way to delete the shortcuts from the Start menu.

Create a custom action and paste this script in it.

dim strProgramData, strJavaPath

set wshShell = CreateObject("WScript.shell")
set scrFilesystem = CreateObject("Scripting.FileSystemObject") strProgramData = wshShell.ExpandEnvironmentStrings("%ProgramData%")
strJavaPath = strProgramData & "\Microsoft\Windows\Start Menu\Programs\Java" if scrFileSystem.FolderExists(strJavaPath) then
 scrFileSystem.DeleteFolder(strJavaPath)
end if
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

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

Versions

Java 7 Update 40

Version

Update 40

Questions & Answers (3)

Questions & Answers related to Oracle Java 7 Update 40

2
ANSWERED
3
ANSWERS
3
ANSWERS

Blogs (1)

Blog posts related to Oracle Java 7 Update 40

blog

Reviews (0)

Reviews related to Oracle Java 7 Update 40

 
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