<# .Synopsis Sources and runs Install-P4VTools.ps1 and runs Install-P4VTools to do installation .Description Double-click this file to run it in powershell .Parameter #> # Source the installer file and execute installer function $InstallerPath = Split-Path -parent $MyInvocation.MyCommand.Path | Join-Path -childpath "Install-P4VTools.ps1" . $InstallerPath Install-P4VTools