Commit 16bcd68d authored by Julien Gilli's avatar Julien Gilli
Browse files

win: fix custom actions on Visual Studio != 2013

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
parent 517986c2
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