added support for Visual Studio 2017.15.5
original commit: 33eaccf5d0105186d66faa76e8463bab9369bf1a
This commit is contained in:
parent
84c6961dc9
commit
3863e63ef9
2
LOG
2
LOG
|
@ -756,3 +756,5 @@
|
|||
primdata.ss
|
||||
- fix enumerate signature
|
||||
primdata.ss
|
||||
- added support for Visual Studio 2017.15.5
|
||||
wininstall/locate-vcredist.bat
|
||||
|
|
|
@ -17,6 +17,11 @@
|
|||
@SET "Path32=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x86.msm"
|
||||
@SET "Path64=%VCINSTALLDIR%Redist\MSVC\14.11.25325\MergeModules\Microsoft_VC141_CRT_x64.msm"
|
||||
)
|
||||
|
||||
@IF EXIST "%VCINSTALLDIR%Redist\MSVC\14.12.25810" (
|
||||
@SET "Path32=%VCINSTALLDIR%Redist\MSVC\14.12.25810\MergeModules\Microsoft_VC141_CRT_x86.msm"
|
||||
@SET "Path64=%VCINSTALLDIR%Redist\MSVC\14.12.25810\MergeModules\Microsoft_VC141_CRT_x64.msm"
|
||||
)
|
||||
)
|
||||
|
||||
@DEL vcredist.wxs >nul 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user