mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #2780: installer: use "vcruntime140.dll" instead of "msvcr140.dll" for vcruntime140.dll's component ID.
This commit is contained in:
commit
82d385f6bd
@ -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 ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user