Skip to content

Commit

Permalink
PR for #723
Browse files Browse the repository at this point in the history
  • Loading branch information
frostworx committed Jan 17, 2023
1 parent 7f5ffcb commit 3a9a0ff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions eval/packages/vcredist2022
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 2 additions & 0 deletions misc/steamworks-shared.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3a9a0ff

Please sign in to comment.