adjusted for removal of Remove-File cmdlet
This commit is contained in:
@@ -29,7 +29,7 @@ If ( -not (Test-Path $SHORTCUT_PATH) ) {
|
||||
If ( $BROWSER_PATH ) {
|
||||
|
||||
Write-Output "Installing Deltek Vision for ${APP_NAME}"
|
||||
Create-Shortcut -Path "${Env:Public}\Desktop\Deltek Vision.lnk" -TargetPath $BROWSER_PATH -Arguments $VisionURL -Description "Launch Deltek Vision"
|
||||
New-Shortcut -Path "${Env:Public}\Desktop\Deltek Vision.lnk" -TargetPath $BROWSER_PATH -Arguments $VisionURL -Description "Launch Deltek Vision"
|
||||
}
|
||||
Else { Write-Output "A compatible browser could not be found: ${BROWSER_PATH}" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user