Jump to content

stomie

Members
  • Posts

    18
  • Joined

  • Last visited

Reputation

0 Neutral

About stomie

  1. So does this install both the 64 and 32 bit versions? What are you using for detection method in SCCM?
  2. I would also like to know the answer. Same issue. I don't want to input 200 class C addresses in Reverse lookup.
  3. Sorry if I've hijacked this thread but now I'm working on supersedence according to this article http://blogs.technet.com/b/jchalfant/archive/2014/05/13/uninstalling-all-previous-versions-of-java-runtime-environment-using-application-supersedence-in-configuration-manager.aspx#pi47623=1 Has anyone had any luck with it?
  4. revisions (Failed) msiexec /i "jre1.8.0_25.msi" JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 SYSTRAY=0 EULA=0 NOSTARTMENU=1 WEB_JAVA_SECURITY_LEVEL=M /QN (Success) msiexec /i jre1.8.0_25.msi JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q (Failed) msiexec /i jre1.8.0_25.msi JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 NOSTARTMENU=1 RebootYesNo=No WEB_JAVA=1 /q
  5. I added NOSTARTMENU=1 and it fails, guess I'll have to live with the start menu.
  6. That worked!!!!!! Thanks bro.
  7. No quotes around the jre1.8.0_25.msi?
  8. Workaround so far Do an install of Java and copy the java.settings.cfg file from "C:\ProgramData\Oracle\Java" Deploy that file first to the machines that require java Deploy Java to those machines
  9. My only success is manually installing java, uninstalling it and leaving the folder that was created (I think the config.sys file remains). SCCM then successfully deploys.
  10. Anyone seeing this error in their logs? Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSI8CC9.tmp, command: /s INSTALLDIR="C:\Program Files\Java\jre1.8.0_25\\" WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 NOSTARTMENU=1 AUTO_UPDATE=0 SPONSORS=0 REPAIRMODE=0
  11. Command line works fine from the machine. Sccm gives fatal error 1603. Currently machines are running java 7.65
  12. MSI (s) (A4:E8) [15:34:59:898]: Note: 1: 1722 2: installexe 3: C:\Windows\Installer\MSICAC4.tmp 4: /s INSTALLDIR="C:\Program Files\Java\jre1.8.0_25\\" WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 NOSTARTMENU=1 AUTO_UPDATE=0 SPONSORS=0 REPAIRMODE=0 CustomAction installexe returned actual error code 61016 (note this may not be 100% accurate if translation happened inside sandbox) MSI (s) (A4:E8) [15:34:59:898]: Product: Java 8 Update 25 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSICAC4.tmp, command: /s INSTALLDIR="C:\Program Files\Java\jre1.8.0_25\\" WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 NOSTARTMENU=1 AUTO_UPDATE=0 SPONSORS=0 REPAIRMODE=0 Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSICAC4.tmp, command: /s INSTALLDIR="C:\Program Files\Java\jre1.8.0_25\\" WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 NOSTARTMENU=1 AUTO_UPDATE=0 SPONSORS=0 REPAIRMODE=0
  13. Try this msiexec /i "jre1.8.0_25.msi" ALLUSERS=1 /qn /norestart JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1
×
×
  • Create New...