ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error)

    Scheduled Pinned Locked Moved Unsolved IT Discussion
    32 Posts 4 Posters 6.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender @JaredBusch
      last edited by

      @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

      @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

      @jaredbusch Could you point me to some documentation? I may have missed that part.

      No, because I probably remember incorrectly.

      I thought v 8 was the last desktop version... but maybe it's only last version to have browser interaction?

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • momurdaM
        momurda
        last edited by momurda

        It supposed to do things the enterprise way, silently, no reboots. https://www.java.com/en/download/help/msi_install.xml
        They say here you only get this with the paid version of JRE but I think that isn't true.

        JaredBuschJ 2 Replies Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @Brains
          last edited by

          @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

          @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

          msiexec /i "jre10filename.msi" /q ENTERPRISE=YES

          What does the ENTERPRISE switch do? Were you recommending I test to see if it fails installation when I run the command manually or did you want me to modify the MSI to add that value? Or create a transform (never done that before)?

          Just add the switch to your install command.

          It is obvious what it means from your earlier error of ERROR: LocalSystem is only supported for Enterprise MSI.

          You are only allowed to install Java locally with the enterprise MSI.

          That switch seems to tell it that it is the Enterprise version.

          BrainsB 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @momurda
            last edited by JaredBusch

            @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

            It supposed to do things the enterprise way, silently, no reboots. https://www.java.com/en/download/help/msi_install.xml

            But that does not mean it is the actual enterprise MSI. But it may work.

            1 Reply Last reply Reply Quote 2
            • JaredBuschJ
              JaredBusch
              last edited by

              Why are you trying to install Java 10 when even java.com still installs Java 8?

              BrainsB 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @momurda
                last edited by JaredBusch

                @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                It supposed to do things the enterprise way, silently, no reboots. https://www.java.com/en/download/help/msi_install.xml
                They say here you only get this with the paid version of JRE but I think that isn't true.

                For the record, the chocolatey package is also still Java 8 and uses these arguments. They do not use ENTERPRISE

                  $installArgs = "/s REBOOT=0 SPONSORS=0 AUTO_UPDATE=0 $32dir"
                  $installArgs64 = "/s REBOOT=0 SPONSORS=0 AUTO_UPDATE=0 $64dir"
                
                1 Reply Last reply Reply Quote 1
                • JaredBuschJ
                  JaredBusch @Dashrender
                  last edited by

                  @dashrender said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                  @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                  @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                  @jaredbusch Could you point me to some documentation? I may have missed that part.

                  No, because I probably remember incorrectly.

                  I thought v 8 was the last desktop version... but maybe it's only last version to have browser interaction?

                  Yes, that is what I remember. Now to find a source for that. I thought it was a thread here.

                  DashrenderD 1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @JaredBusch
                    last edited by

                    @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                    @dashrender said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                    @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                    @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                    @jaredbusch Could you point me to some documentation? I may have missed that part.

                    No, because I probably remember incorrectly.

                    I thought v 8 was the last desktop version... but maybe it's only last version to have browser interaction?

                    Yes, that is what I remember. Now to find a source for that. I thought it was a thread here.

                    https://jaxenter.com/clock-ticking-java-browser-plugin-will-deprecated-soon-131546.html

                    1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      https://blogs.oracle.com/java-platform-group/further-updates-to-moving-to-a-plugin-free-web

                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @Dashrender
                        last edited by

                        @dashrender said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                        https://blogs.oracle.com/java-platform-group/further-updates-to-moving-to-a-plugin-free-web

                        That is plugins and has nothing to do with Java on a desktop. But it is likely what I was half assed remembering.

                        1 Reply Last reply Reply Quote 0
                        • BrainsB
                          Brains @JaredBusch
                          last edited by

                          @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                          @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                          @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                          msiexec /i "jre10filename.msi" /q ENTERPRISE=YES

                          What does the ENTERPRISE switch do? Were you recommending I test to see if it fails installation when I run the command manually or did you want me to modify the MSI to add that value? Or create a transform (never done that before)?

                          Just add the switch to your install command.

                          It is obvious what it means from your earlier error of ERROR: LocalSystem is only supported for Enterprise MSI.

                          You are only allowed to install Java locally with the enterprise MSI.

                          That switch seems to tell it that it is the Enterprise version.

                          What install command are you referring to? How would I add this to the GPO or should I modify the MSI?

                          1 Reply Last reply Reply Quote 0
                          • BrainsB
                            Brains @JaredBusch
                            last edited by

                            @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                            Why are you trying to install Java 10 when even java.com still installs Java 8?

                            I'm told to upgrade Java to the latest version. If I shouldn't, I will need some legitimate reasons to push back. I really haven't followed all of the decisions regarding v9 and v10, so maybe this shouldn't be done at all? Do most of you guys deploy java, and if so, what is your official stances on 9 and 10?

                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                            • momurdaM
                              momurda
                              last edited by

                              Didn't even know 9 or 10 existed before your post.
                              Usually the updater for Java will notify you going from major version to new major version.
                              It did so with 6>7, then 7>8.

                              BrainsB 1 Reply Last reply Reply Quote 1
                              • BrainsB
                                Brains @momurda
                                last edited by

                                @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                Didn't even know 9 or 10 existed before your post.
                                Usually the updater for Java will notify you going from major version to new major version.
                                It did so with 6>7, then 7>8.

                                We have the auto updater disabled since users cant update without admin credentials IIRC

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @Brains
                                  last edited by

                                  @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                  @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                  Why are you trying to install Java 10 when even java.com still installs Java 8?

                                  I'm told to upgrade Java to the latest version. If I shouldn't, I will need some legitimate reasons to push back. I really haven't followed all of the decisions regarding v9 and v10, so maybe this shouldn't be done at all? Do most of you guys deploy java, and if so, what is your official stances on 9 and 10?

                                  Java.com shows the latest as 8 update 171

                                  SO there ya go.

                                  BrainsB 1 Reply Last reply Reply Quote -1
                                  • momurdaM
                                    momurda
                                    last edited by

                                    I dont have the updater disabled here, and if i manually check for updates with jre8u171 i get a notice that there are no updates.
                                    Unless all these computers are for developers writing code all day every day there doesnt seem to be a reason to use java9 or 10 yet. It isnt even generally available on java.com

                                    1 Reply Last reply Reply Quote 0
                                    • BrainsB
                                      Brains @JaredBusch
                                      last edited by

                                      @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                      @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                      @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                      Why are you trying to install Java 10 when even java.com still installs Java 8?

                                      I'm told to upgrade Java to the latest version. If I shouldn't, I will need some legitimate reasons to push back. I really haven't followed all of the decisions regarding v9 and v10, so maybe this shouldn't be done at all? Do most of you guys deploy java, and if so, what is your official stances on 9 and 10?

                                      Java.com shows the latest as 8 update 171

                                      SO there ya go.

                                      Very informative. I am sure all of the fine points you made will be more than enough information for the I.T. Director!

                                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @Brains
                                        last edited by

                                        @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                        @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                        @brains said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                        @jaredbusch said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                        Why are you trying to install Java 10 when even java.com still installs Java 8?

                                        I'm told to upgrade Java to the latest version. If I shouldn't, I will need some legitimate reasons to push back. I really haven't followed all of the decisions regarding v9 and v10, so maybe this shouldn't be done at all? Do most of you guys deploy java, and if so, what is your official stances on 9 and 10?

                                        Java.com shows the latest as 8 update 171

                                        SO there ya go.

                                        Very informative. I am sure all of the fine points you made will be more than enough information for the I.T. Director!

                                        They are equally new.

                                        0_1527115836096_b883cf01-cec7-446d-aba6-9422caf6fea3-image.png

                                        1 Reply Last reply Reply Quote 0
                                        • BrainsB
                                          Brains @momurda
                                          last edited by Brains

                                          @momurda said in GPO - Unable To Deploy Java 10 64bit - Fails to install (1603 Error):

                                          Try this

                                          msiexec /i "jre10filename.msi" /q ENTERPRISE=YES

                                          Just a long shot, obviously change it to the msi file name for java10.

                                          I tried by modifying the MSI to enable ENTERPRISE, but I think that caused additional problems (should have used a transform). I just went ahead and deployed the newer version of 8 and kicked this down the road until January 2019 when 8 is discontinued.

                                          Thanks for the help momurda, I appreciate it.

                                          1 Reply Last reply Reply Quote 2
                                          • 1
                                          • 2
                                          • 2 / 2
                                          • First post
                                            Last post