Skip to content

Commit 3d307af

Browse files
author
Jonathan Pitre
committed
Fix shortcut
1 parent d31291a commit 3d307af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Remote Display Analyzer/Install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ If ([version]$appVersion -gt [version]$appInstalledVersion)
222222
Write-Log -Message "Applying customizations..." -Severity 1 -LogType CMTrace -WriteHost $True
223223

224224
# Configure application shortcut
225-
New-Shortcut -Path "$envCommonStartMenuPrograms\Administrative Tools\$appName.lnk" -TargetPath "$appDestination\$appSetup" -IconLocation "$appDestination\$appSetup" -Description "$appName" -WorkingDirectory "$appDestination"
225+
New-Shortcut -Path "$envCommonStartMenuPrograms\$appName.lnk" -TargetPath "$appDestination\$appSetup" -IconLocation "$appDestination\$appSetup" -Description "$appName" -WorkingDirectory "$appDestination"
226226

227227
# Go back to the parent folder
228228
Set-Location ..

0 commit comments

Comments
 (0)