Add support for installing the NodeJS windows msi

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: nodejs-plugin
    • None
    • Environment:
      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

            Assignee:
            Nikolas Falco
            Reporter:
            Iain Coulter
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: