-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Software and How To Questions
- What command switches can i use to install Conexant audio dr...

Create an account on the HP Community to personalize your profile and ask a question
05-12-2017 06:00 PM
So Im trying to figure out commands to push the latest Conexant audio sp802064.exe and I used /s /v" /qn but i keep getting the application installation wizard. How do I get pass that?
Thanks
Solved! Go to Solution.
Accepted Solutions
05-15-2017 04:02 PM
nevermind, figured it out
05-14-2017 08:36 AM
Hi @joeker
Welcome to the HP Forums!
Thank you for posting your query in this forum, it's a great place to find answers.
I reviewed your post and I understand that you want to know what command to use to install the audio driver.
Don’t worry, we will work together to resolve this issue and It’s a pleasure to assist you in this regard.
In order that I may provide you with an accurate solution, I will need a few more details and I would appreciate if you could, perhaps elaborate on your concern.
- What is the model and product number of your computer?
- Are you getting any error message while installing the driver?
- What the operating system you are using?
- Have you made any software or hardware changes on the computer?
- Have you performed any troubleshooting steps before posting?
Looking forward to your reply and you have a great day.
Take care.
Cheers!
The_Fossette
I am an HP Employee
05-17-2017 10:33 AM
@ XDhash
I downloaded SP80323.exe to my shared source on server to which i made a typical folder for it then zipped it up
Created power shell to create a folder on a client local machine on C:\ then robo copied sp80323zip folder to the created folder then extracted it using the cmd /c "c:\Program Files\7-Zip\7z.exe" command
then used setup.exe /s
pushed fine and installs
In SCCM i created a task sequence for deploy
05-30-2017 01:03 PM
Hey joker
I'm doing the same but with scripts and psexec tool, but in some computers I'm getting error code 1024, normaly this means that the programm doesn't install succesfuly but I checked the target machine and the driver is correctly installed. Did you have the same problem or do you know what does it mean?
Because in other computers I'm getting error code 0 wich means the installation finished with success.
Thanks
07-17-2017 10:26 AM
Sorry for the delay, this an error code in SCCM on client machine itself when you guys push this?
You can only push this HP driver to HP machines. Mine in particular are HP Zbook 15 G3
The script i have for Power shell:
#Create folder on client machine
cmd /c md c:\sp
#copies zipped up install bits to local c drive unzips and installs
robocopy "\\source\share\hpkeyloggerfix\sp80323" c:\sp
#unzip
cmd /c "c:\Program Files\7-Zip\7z.exe" x c:\sp\sp80323.zip -oc:\sp
#install
cmd /c c:\sp\sp80323\setup.exe /s
#Deletes folder
cmd /c rd C:\sp /s /q
Save the power shell to your share source i have a folder i keep my scripts in when i create task sequences to point to
example
for task sequence
cmd /c powershell.exe -ExecutionPolicy Bypass -File \\source\scripts\nameofyourpowershellscript.ps1
Also be sure users aren't using audio in the meantime so best practive is schedule this early AM so when users pop on the network they will get this. Lucky for us we only have 40 users who use Zbook 15 machines.