Skip to content

Commit

Permalink
installer: use "vcruntime140.dll" instead of "msvcr140.dll" for vcrun…
Browse files Browse the repository at this point in the history
…time140.dll's component ID.

I accidently neglected to rename this one instance to the new name in
MSVC2015. (The "msvcr" file is now "vcruntime".)

The rest of the references should be OK.
  • Loading branch information
mkrautz committed Jan 26, 2017
1 parent c3ebc17 commit ea1c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/Files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Component Id="msvcp140.dll">
<File Source="$(var.RedistDirVC14)\msvcp140.dll" KeyPath="yes" />
</Component>
<Component Id="msvcr140.dll">
<Component Id="vcruntime140.dll">
<File Source="$(var.RedistDirVC14)\vcruntime140.dll" KeyPath="yes" />
</Component>
<?endif ?>
Expand Down

0 comments on commit ea1c1b3

Please sign in to comment.