Jump to content

Java Runtime Environment


Radimus

Recommended Posts

Intranet deployment

JRE can be distributed to intranet users by hosting the .msi file on an internal web site and asking users to launch the installer through msiexec. The other option is to install the JRE through Active Directory. If you are using Active Directory, you may have to customize the .msi file, which is known as creating a transform.

You could obtain the .msi file for the JRE installer by installing J2RE offline windows installer. After installation, the .msi file, which is called "Java 2 Runtime Environment, SE v1.4.2_01.msi", will be available under <LocalAppData folder\{7148F0A6-6813-11D6-A77b-00B0D0142010}. LocalAppData folder is the user's "Application Data" folder. The following steps demonstrate how to create a transform to be used to change the IEXPLORER property from 0 to 1. This is the equivalent of running the .msi file with the following command:

jre.msi /v"IEXPLORER=1

http://java.sun.com/j2se/1.4.2/docs/guide/...deployment.html

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...