Advertisement
Guest User

Untitled

a guest
Feb 17th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Name: vcredist2015
  2. Description: Microsoft Visual C++ Redistributable for Visual Studio 2015
  3. Provider: Microsoft
  4. License: Microsoft EULA
  5. License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
  6. Dependencies: []
  7. Steps:
  8. - action: install_exe
  9. file_name: VC_redist.x86.exe
  10. url: https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe
  11. rename: vcredist2015_x86.exe
  12. file_checksum: 1a15e6606bac9647e7ad3caa543377cf
  13. file_size: 13767776
  14. arguments: /quiet /norestart
  15. for:
  16. - win32
  17. - win64
  18.  
  19. - action: install_exe
  20. file_name: VC_redist.x64.exe
  21. url: https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe
  22. rename: vcredist2015_x64.exe
  23. file_checksum: 27b141aacc2777a82bb3fa9f6e5e5c1c
  24. file_size: 14572000
  25. arguments: /quiet /norestart
  26. for:
  27. - win64
  28.  
  29. - action: override_dll
  30. dll: api-ms-win-crt-private-l1-1-0
  31. type: native,builtin
  32.  
  33. - action: override_dll
  34. dll: api-ms-win-crt-conio-l1-1-0
  35. type: native,builtin
  36.  
  37. - action: override_dll
  38. dll: api-ms-win-crt-convert-l1-1-0
  39. type: native,builtin
  40.  
  41. - action: override_dll
  42. dll: api-ms-win-crt-environment-l1-1-0
  43. type: native,builtin
  44.  
  45. - action: override_dll
  46. dll: api-ms-win-crt-filesystem-l1-1-0
  47. type: native,builtin
  48.  
  49. - action: override_dll
  50. dll: api-ms-win-crt-heap-l1-1-0
  51. type: native,builtin
  52.  
  53. - action: override_dll
  54. dll: api-ms-win-crt-locale-l1-1-0
  55. type: native,builtin
  56.  
  57. - action: override_dll
  58. dll: api-ms-win-crt-math-l1-1-0
  59. type: native,builtin
  60.  
  61. - action: override_dll
  62. dll: api-ms-win-crt-multibyte-l1-1-0
  63. type: native,builtin
  64.  
  65. - action: override_dll
  66. dll: api-ms-win-crt-process-l1-1-0
  67. type: native,builtin
  68.  
  69. - action: override_dll
  70. dll: api-ms-win-crt-runtime-l1-1-0
  71. type: native,builtin
  72.  
  73. - action: override_dll
  74. dll: api-ms-win-crt-stdio-l1-1-0
  75. type: native,builtin
  76.  
  77. - action: override_dll
  78. dll: api-ms-win-crt-string-l1-1-0
  79. type: native,builtin
  80.  
  81. - action: override_dll
  82. dll: api-ms-win-crt-utility-l1-1-0
  83. type: native,builtin
  84.  
  85. - action: override_dll
  86. dll: api-ms-win-crt-time-l1-1-0
  87. type: native,builtin
  88.  
  89. - action: override_dll
  90. dll: atl140
  91. type: native,builtin
  92.  
  93. - action: override_dll
  94. dll: concrt140
  95. type: native,builtin
  96.  
  97. - action: override_dll
  98. dll: msvcp140
  99. type: native,builtin
  100.  
  101. - action: override_dll
  102. dll: msvcr140
  103. type: native,builtin
  104.  
  105. - action: override_dll
  106. dll: ucrtbase
  107. type: native,builtin
  108.  
  109. - action: override_dll
  110. dll: vcomp140
  111. type: native,builtin
  112.  
  113. - action: override_dll
  114. dll: vcruntime140
  115. type: native,builtin
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement