We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31291a commit 3d307afCopy full SHA for 3d307af
Remote Display Analyzer/Install.ps1
@@ -222,7 +222,7 @@ If ([version]$appVersion -gt [version]$appInstalledVersion)
222
Write-Log -Message "Applying customizations..." -Severity 1 -LogType CMTrace -WriteHost $True
223
224
# Configure application shortcut
225
- New-Shortcut -Path "$envCommonStartMenuPrograms\Administrative Tools\$appName.lnk" -TargetPath "$appDestination\$appSetup" -IconLocation "$appDestination\$appSetup" -Description "$appName" -WorkingDirectory "$appDestination"
+ New-Shortcut -Path "$envCommonStartMenuPrograms\$appName.lnk" -TargetPath "$appDestination\$appSetup" -IconLocation "$appDestination\$appSetup" -Description "$appName" -WorkingDirectory "$appDestination"
226
227
# Go back to the parent folder
228
Set-Location ..
0 commit comments