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:Joã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:
rvagg - Rod Vagg <rod@vagg.org> Reviewed-By:
orangemocha - Alexis Campailla <orangemocha@nodejs.org> Reviewed-By:
bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
parent
071c860c
Please register or sign in to comment