Commit 586c4d8b authored by Julien Gilli's avatar Julien Gilli Committed by João Reis
Browse files

win: fix custom actions on Visual Studio != 2013

This is a port of 16bcd68d .

Original commit message:

  The original change that added support for running custom actions
  during the install process (e7c84f82

)
  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: default avatarJoão Reis <reis@janeasystems.com>
  PR-URL: https://github.com/joyent/node/pull/25569

PR-URL: https://github.com/nodejs/node/pull/2843


Reviewed-By: default avatarrvagg - Rod Vagg <rod@vagg.org>
Reviewed-By: default avatarorangemocha - Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: default avatarbnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
parent 071c860c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment