Skip to content

Commit d51a15d

Browse files
Missed to add VC++ 14 as a feature
1 parent 9a592cb commit d51a15d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BuildTools/Main.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,9 @@
8585
<Feature Id="VCRedist12" Title="Visual C++ 12.0 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
8686
<MergeRef Id="VCRedist12"/>
8787
</Feature>
88+
89+
<Feature Id="VCRedist14" Title="Visual C++ 14.0 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
90+
<MergeRef Id="VCRedist14"/>
91+
</Feature>
8892
</Product>
8993
</Wix>

0 commit comments

Comments
 (0)