remove unnecessary code from Install-DeltekVision.ps1

comment out Create-Shortcut from Install-Wireguard.ps1
fix some log messages in Tools.ps1
This commit is contained in:
2020-12-03 20:18:23 -05:00
parent f6bf0e18e9
commit 4b84f79083
3 changed files with 14 additions and 34 deletions
+3 -3
View File
@@ -13,8 +13,8 @@ If ( IsAdmin )
End-Process -Name "wireguard" -Match -Force
## Create shortcut on Public desktop
Create-Shortcut -Path "${Env:Public}\Desktop\WireGuard.LNK" -TargetPath "${Env:ProgramFiles}\WireGuard\wireguard.exe" -Description "WireGuard: Fast, Modern, Secure VPN Tunnel"
#Create-Shortcut -Path "${Env:Public}\Desktop\WireGuard.LNK" -TargetPath "${Env:ProgramFiles}\WireGuard\wireguard.exe" -Description "WireGuard: Fast, Modern, Secure VPN Tunnel"
}
Else { LogMsg "The Wireguard installer was not downloaded properly" }
Else { LogMsg "The WireGuard installer was not downloaded properly" }
}
Else { LogMsg "Must be an administrator to install Wireguard" }
Else { LogMsg "Must be an administrator to install WireGuard" }