• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
Microsoft Windows 10 (64-bit)

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

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

nevermind, figured it out

View solution in original post

10 REPLIES 10
HP Recommended

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

HP Recommended

Again, command switches please since HP poorly provides  /?   I need to get pass the application wizard for a HP driver.

HP Recommended

nevermind, figured it out

HP Recommended

Hi @joeker

 

Perfect, I am really glad to hear that!

 

If any other questions arise, please feel free to write back to me.

 

Take care!

 

Cheers!

The_Fossette
I am an HP Employee

HP Recommended

Hi Joeker,

 

can you tell me your solution?

 

How do you did the silent install?

 

 

Thanks and best regards

 

HP Recommended

@ 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

HP Recommended

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

HP Recommended

Have you been able to find out if the error code 1024 means that it has installed successfully? I am recieving the same error message at the end of the task sequence. Thanks

HP Recommended

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.

 

 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.