win,v8: Support for MSVS 2015 in v0.12 by joaocgreis · Pull Request #2843 · nodejs/node

and others added 8 commits

September 12, 2015 21:47
This is a port of 16bcd68 .

Original commit message:

  The original change that added support for running custom actions
  during the install process (e7c84f8)
  assumed that Visual Studio 2013 is used to generate the installer
  file.

  However, that is not always the case, and older versions of Visual
  Studio should allow users to generate Windows installer files. This
  change makes the custom actions visual studio project use the visual
  studio version that is found by vcbuild.bat.

  Reviewed-By: João Reis <reis@janeasystems.com>
  PR-URL: nodejs/node-v0.x-archive#25569
This is a port of e192f61 .

Original commit message:

  Older WiX versions included a header with extern "C" declaration,
  hence the custom action source must be C++.

  Reviewed-By: João Reis <reis@janeasystems.com>
  PR-URL: nodejs/node-v0.x-archive#25569
This is a port of a525c72 .

Original commit message:

  Gyp update to be able to generate VS2015 projects.

  PR-URL: nodejs/node-v0.x-archive#25857
  Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
This is a port of b0dd3bf .

Original commit message:

  Windows 10 wasn't listed in the executable manifest.
  This caused problems with trying to detect Windows 10
  via `os.release()`.

  PR-URL: nodejs#2332
  Reviewed-By: Roman Reiss <me@silverwind.io>

@joaocgreis joaocgreis added windows

Issues and PRs related to the Windows platform.

install

Issues and PRs related to the installers.

build

Issues and PRs related to build files or the CI.

v8 engine

Issues and PRs related to the V8 dependency.

openssl

Issues and PRs related to the OpenSSL dependency.

land-on-v0.12 labels

Sep 12, 2015

@joaocgreis

Try the next version of Microsoft Visual Studio when vcvarsall.bat
fails to set VCINSTALLDIR.

@ZRDK ZRDK mentioned this pull request

Feb 11, 2024

@ambai ambai mentioned this pull request

Feb 12, 2024