Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26828

Add support for installing the NodeJS windows msi

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • nodejs-plugin
    • None
    • Windows

      Currently the code has the following

      // At the moment, windows MSI installer are not handled !
      //} else if (platform == NodeJSInstaller.Platform.WINDOWS){

      A possible solution to automate installation is to use msiexec with following options:

      msiexec TARGETDIR=<install location> /a node-<version>-x86.msi /qn /l* log.txt

      this removes any UAC issues and just unpacks the files to TARGETDIR. also adds logging out to log.txt

          [JENKINS-26828] Add support for installing the NodeJS windows msi

          Iain Coulter created issue -
          Iain Coulter made changes -
          Environment New: Windows
          Iain Coulter made changes -
          Link New: This issue is related to JENKINS-21953 [ JENKINS-21953 ]
          Iain Coulter made changes -
          Description Original: Currently the code has the following

           // At the moment, windows MSI installer are not handled !
                  //} else if (platform == NodeJSInstaller.Platform.WINDOWS){

          I possible solution to automate installation is to use msiexec with following options:

          msiexec TARGETDIR=E:\temp /a node-v0.10.36-x86.msi /qn /l* log.txt

          this removes any UAC issues and just unpacks the files to TARGETDIR. also adds logging out to log.txt
          New: Currently the code has the following

           // At the moment, windows MSI installer are not handled !
                  //} else if (platform == NodeJSInstaller.Platform.WINDOWS){

          A possible solution to automate installation is to use msiexec with following options:

          msiexec TARGETDIR=<install location> /a node-<version>-x86.msi /qn /l* log.txt

          this removes any UAC issues and just unpacks the files to TARGETDIR. also adds logging out to log.txt
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 161001 ] New: JNJira + In-Review [ 180538 ]
          Nikolas Falco made changes -
          Link New: This issue is duplicated by JENKINS-37459 [ JENKINS-37459 ]
          Nikolas Falco made changes -
          Assignee New: Nikolas Falco [ nfalco ]
          Nikolas Falco made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]

            nfalco Nikolas Falco
            icoulter Iain Coulter
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: