During a silent deployment of HP Quick Launch Buttons with LANDesk or SCCM, you may encounter the error code –2147213312.
In my case, I tried to install the HP Quick Launch Tools with the following command: setup.exe –s
(which obviously didn’t work…)
It turned out that you MUST add the logging switch (f2) in the install command line.
Basically, the following steps should help you out to install the HP Quick Launch Tools silently:
- Download sp47591.exe
- Extract the file with 7zip
- Create your own ISS file. Use something like setup.exe -r -f1"c:\setup.iss"
- Copy the newly created setup.iss file to your distribution point / where your setup files are located
- Run the following command: setup.exe -s /f2c:\logs\HPQuickLaunchButtons.log /V/qn