Vdf Install Script Review

Now my question is does this file (installscript. vdf) control the files required to be downloaded (if any at all)? 1 > Showing 1- www.reddit.com·r/Steam

git clone --depth 1 https://github.com/GPUOpen-Tools/VulkanDeviceFilter.git cd VulkanDeviceFilter vdf install script

An install script file is a configuration file that lets you run certain actions upon installation. Now my question is does this file (installscript

This script checks for a 64-bit OS and installs a specific Visual C++ Redistributable and a DirectX update if they aren't already flagged in the registry. vdf install script

if (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Write-Host "Please run as Administrator" -ForegroundColor Red exit 1 }