We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4813313 commit 48eb94bCopy full SHA for 48eb94b
AutomatedLab.Common/Common/Public/Install-SoftwarePackage.ps1
@@ -62,8 +62,8 @@ function Install-SoftwarePackage
62
}
63
64
$start = Get-Date
65
- Write-Verbose -Message "Starting setup of '$ProcessName' with the following command"
66
- Write-Verbose -Message "`t$cmd"
+ Write-Verbose -Message "Starting setup of '$Path' with the following command"
+ Write-Verbose -Message "`t$CommandLine"
67
Write-Verbose -Message "The timeout is $Timeout minutes, starting at '$start'"
68
69
$installationMethod = [System.IO.Path]::GetExtension($Path)
0 commit comments