Instal HP Support Assistant MDT

w raspe 336 Reputation points
2023-01-23T08:55:19.9266667+00:00

I am using MDT 2004 and want to deploy HP Support assistant on new devices.

I have download the Legacy since the normal setup is not working.

After downloading the setup I have extract it with the following files:

12

I have tried to install it with InstallHPSA.exe /s /a /v /qn, but it is not working.

I also look on the web for more questions about this, but their solution did not work also.

Anyone an idea?

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Configuration Manager | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. AlexZhu-MSFT 6,591 Reputation points Moderator
    2023-01-24T05:50:28.74+00:00

    Thank you for posting in Microsoft Q&A. For this question, HP, as the software vendor, may have more resources for troubleshooting. After researching from HP websites, someone suggest using the following commands for the silent installation. You may feel free to try it, and if the problem persists, suggest you contacting HP for better support.

    Reg.exe ADD "HKLM\SOFTWARE\WOW6432Node\Hewlett-Packard\HPActiveSupport\HPSF" /v NotifyTray /t REG_SZ /d 0 /f
    Reg.exe ADD "HKLM\SOFTWARE\WOW6432Node\Hewlett-Packard\HPActiveSupport\HPSF" /v NotifyPopup /t REG_SZ /d 0 /f
    Reg.exe ADD "HKLM\SOFTWARE\WOW6432Node\Hewlett-Packard\HPActiveSupport\HPHC" /v Install /t REG_SZ /d 0 /f
    msiexec /i hpsupportsolutionsframework.msi /qn
    setup.exe /s /v /qn
    
    

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.