small template change
parent
1705b80518
commit
e56f77768d
|
@ -15,8 +15,7 @@ This all-purpose mod will be overridden by any specific:
|
||||||
|
|
||||||
<# MAIN #>
|
<# MAIN #>
|
||||||
if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") {
|
if ($($app.Id) -eq "Microsoft.SQLServerManagementStudio") {
|
||||||
$ConfirmInstall = Confirm-Installation $($app.Id) $($app.AvailableVersion)
|
if ($ConfirmInstall -eq $false) {
|
||||||
if ($ConfirmInstall -ne $true) {
|
|
||||||
try {
|
try {
|
||||||
Write-ToLog "...succesfully done something" "Green"
|
Write-ToLog "...succesfully done something" "Green"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue