Jump to content


Rich

Established Members
  • Posts

    4
  • Joined

  • Last visited

Rich's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Extracting the MSI worked for me as well. Then I just used msiexec /i jre1.6.0_20.msi /qn and it worked great. Follow these steps to extract the .msi file from the Sun JRE installer for deployment through SCCM: 1. Download and launch the Sun JRE Windows Offline Installation executable (.exe) file. 2. Navigate to LocalAppData folder (the user's Application Data folder). The location of the LocalAppData folder differs for each Windows platform. Windows Vista/Seven C:\Users\</user>\AppData\LocalLow\Sun\Java\jre1.6.0_20\jre1.6.0_20.msi Windows XP C:\Documents and Settings\</user>\Local Settings\ApplicationData\Sun\Java\ jre1.6.0_20\jre1.6.0_20.msi</user> 3. From there, you can use SCCM to distribute the Java Runtime Environment msi file to as many client Windows platforms as you want.
  2. "jre-6u19-windows-i586-s.exe" /s AgreeToLicense=YES IEXPLORER=1 MOZILLA=1 REBOOT=SUPRESS JAVAUPDATE=0 That command line works for me on my 64-bit Windows 7 machines if I run it by hand, but if it is in the TS or if I make it available for the user to install through "Run Advertised Programs" I have the same problem. When I look at the ConfigMgr Status Message for the advertisement I get the following error: This is all that I have found out about that exit code so far. I tried adjusting permissions but I still haven't solved the problem. If this is in fact the same problem that you are having, hopefully this info can help.
  3. Are you installing it on a 64-bit system? If so, I am having a similar problem. If not, this is the command that works for me on 32-bit systems: "jre-6u19-windows-i586-s.exe" /s AgreeToLicense=YES IEXPLORER=1 MOZILLA=1 REBOOT=SUPRESS JAVAUPDATE=0
  4. I am trying to distribute 32-bit Java to my 64-bit clients but it will not install through SCCM. I have tried putting it in the task sequence as well as "Run Advertised Programs" and it fails both ways. When I look at the ConfigMgr Status Message for the advertisement I get the following error: I use an identical advertisement for the 64-bit version of Java and it will install with no problems. The 32-bit version will install fine if I run the install script without SCCM. Any Ideas?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.