From 3a9a0ff59a0ada4448bc5ca1b996b0459ae01bd5 Mon Sep 17 00:00:00 2001 From: frostworx Date: Tue, 17 Jan 2023 18:37:33 +0100 Subject: [PATCH] PR for #723 --- eval/packages/vcredist2022 | 26 ++++++++++++++++++++++++++ misc/steamworks-shared.txt | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 eval/packages/vcredist2022 diff --git a/eval/packages/vcredist2022 b/eval/packages/vcredist2022 new file mode 100644 index 00000000..3d83776b --- /dev/null +++ b/eval/packages/vcredist2022 @@ -0,0 +1,26 @@ + { + "uninstall" "0" + "compat_installscript" + { + "run process" + { + "x86 14.31.31103.0" + { + "hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\vcredist\\2022" + "process 1" "%INSTALLDIR%\\_CommonRedist\\vcredist\\2019\\Microsoft Visual C++ 2022 x86.cmd" + "nocleanup" "1" + } + "x64 14.31.31103.0" + { + "hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\vcredist\\2022" + "process 1" "%INSTALLDIR%\\_CommonRedist\\vcredist\\2019\\Microsoft Visual C++ 2022 x64.cmd" + "nocleanup" "1" + "requirement_os" + { + "is64bitwindows" "1" + } + } + } + } + "linux_install_path" "STESHA" + } diff --git a/misc/steamworks-shared.txt b/misc/steamworks-shared.txt index c89810ce..3696e085 100644 --- a/misc/steamworks-shared.txt +++ b/misc/steamworks-shared.txt @@ -26,4 +26,6 @@ "vcrun2017-x86";"vcredist/2017/vc_redist.x86.exe";"/q /norestart" "vcrun2019-x64";"vcredist/2019/VC_redist.x64.exe";"/q /norestart" "vcrun2019-x86";"vcredist/2019/VC_redist.x86.exe";"/q /norestart" +"vcrun2022-x64";"vcredist/2022/VC_redist.x64.exe";"/q /norestart" +"vcrun2022-x86";"vcredist/2022/VC_redist.x86.exe";"/q /norestart" "xna40";"XNA/4.0/xnafx40_redist.msi";"/quiet /norestart";"1"