<#
    .SYNOPSIS
    Gets the path to a directory to store setup artifacts.
#>
function Get-ArtifactRoot {
    Join-Path "$env:ProgramData" "PortValhalla";
}