提交 6b2830b1 编写于 作者: R Richard Stanway

UI/installer: Add additional VS2019 DLL check

上级 c7b89fa3
...@@ -124,6 +124,7 @@ Function PreReqCheck ...@@ -124,6 +124,7 @@ Function PreReqCheck
ClearErrors ClearErrors
GetDLLVersion "vcruntime140.DLL" $R0 $R1 GetDLLVersion "vcruntime140.DLL" $R0 $R1
GetDLLVersion "msvcp140.DLL" $R0 $R1 GetDLLVersion "msvcp140.DLL" $R0 $R1
GetDLLVersion "msvcp140_1.DLL" $R0 $R1
IfErrors vs2019Missing_32 vs2019OK_32 IfErrors vs2019Missing_32 vs2019OK_32
vs2019Missing_32: vs2019Missing_32:
MessageBox MB_YESNO|MB_ICONEXCLAMATION "Your system is missing runtime components that ${APPNAME} requires. Would you like to download them?" IDYES vs2019true_32 IDNO vs2019false_32 MessageBox MB_YESNO|MB_ICONEXCLAMATION "Your system is missing runtime components that ${APPNAME} requires. Would you like to download them?" IDYES vs2019true_32 IDNO vs2019false_32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册