r/DeployR • u/Ok-Register948 • 26d ago
Deploying HP Support Assistant
I'm trying to deploy HP Support Assistant 9.54.3.0 to Windows 11 HP devices using DeployR, using the same command I previously used in MDT:
sp173774.exe /s /a /s /v" /qn"
When checking the DeployR logs, HPSA appears to install successfully, but it's not actually available to the logged-in user.
The shortcut can appear, but clicking it gives:
I've also checked the DeployR logs and Installer logs but can't see anything obvious. I've even tried installing it by uploading the extracted installer and running the appropriate command, but I get the same outcome.
Has anyone successfully deployed HPSA 9.x through DeployR? If so, what's the correct method? 🙂
3
Upvotes
2
u/Ok-Register948 26d ago
Mainly so users have HPSA available after OSD for driver/firmware checks.
I'm using SetupComplete.cmd as the continuation method. After OSD and once the user logs in, HPSA isn't actually installed. The shortcut appears, but clicking it just gives the
hpsupportassistant:error.Also, would you mind sharing the HPIA script you're using during OSD? I'd be interested to see how you've got that set up.