• ×
    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.
Common problems for Battery
We would like to share some of the most frequently asked questions about: Battery Reports, Hold a charge, Test and Calibrating Battery . Check out this link: Is your notebook plugged in and not charging?
HP Recommended
EliteBook 850 g3
Microsoft Windows 10 (64-bit)

Hello, on my laptop i want to siletnly install drivers from your official HP page. i downloaded drivers and got parameters for silent install with comand "path\driver.exe file /?". After that i got all the parameters, and created the .bat file.

 

In bat file i wrote a commands like this for example:

 

start /wait "" "Z:\driver\sp79254.exe" -s

 

the instalation has begun, but its still prompt me with "yes, i accept terms" etc.

I would like to know the exact command for running silent commands for driver.exe files in bat file.

I also looked on the internet but didnt get nothing, or didnt understand, i would be glad if someone explained that to me and find a solution.

 

Best regards.

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Open the CVA file for this deliverable and look at the Install Execution section.

 

ftp://ftp.hp.com/pub/softpaq/sp79001-79500/sp79254.cva

 

In this section you will see the commnd line needed to silently install.

 

"SetupME.exe" -s -overwrite -report %temp%

 Before you execute this command you will need to unpack the deliverable to a network share or to a folder locally on the client.

 

Joel

I am an HP Employee.

If you like my post, click the thumbs up.

View solution in original post

4 REPLIES 4
HP Recommended

Open the CVA file for this deliverable and look at the Install Execution section.

 

ftp://ftp.hp.com/pub/softpaq/sp79001-79500/sp79254.cva

 

In this section you will see the commnd line needed to silently install.

 

"SetupME.exe" -s -overwrite -report %temp%

 Before you execute this command you will need to unpack the deliverable to a network share or to a folder locally on the client.

 

Joel

I am an HP Employee.

If you like my post, click the thumbs up.
HP Recommended

Oh thats work, thanks  a lot, so where can i find .CVA files for the other drivers?

 

First (not working) .bat file with all drivers i need to silently install:

@ECHO OFF

start /wait "" "Z:\driver\sp79254.exe" -s
start /wait "" "Z:\driver\sp81234.exe" /s
start /wait "" "Z:\driver\sp82020.exe" -s
start /wait "" "Z:\driver\sp84411.exe" /S
start /wait "" "Z:\driver\sp84595.exe" /s
start /wait "" "Z:\driver\sp85675.exe" /SILENT /NORESTART
start /wait "" "Z:\driver\sp87257.exe" -s
start /wait "" "Z:\driver\sp87555.exe" -s
start /wait "" "Z:\driver\sp88771.exe" /S
start /wait "" "Z:\driver\sp88774.exe" /s
start /wait "" "Z:\driver\sp88982.exe" -s
start /wait "" "Z:\driver\sp90240.exe" /s
start /wait "" "Z:\driver\sp91562.exe" /S
Quit
 

Working .bat file looks like this now:

--------------------------------------------------------------------------------

@ECHO OFF
pushd %~dp0

start "" "C:\SWSetup\SP79254\SetupME.exe" -s -overwrite -report %temp%

pause
popd

--------------------------------------------------------------------------------

HP Recommended

I got them all, thx anyway 😄

HP Recommended

Glad it was helpful.

 

If you want to browse the FTP site where the SoftPaqs are located you can use this link and then move up and down the tree.

 

ftp://ftp.hp.com/pub/softpaq

 

Move to the folder for the SoftPaq you are investigating and you should find the EXE, CVA and HTML file for each.

 

Joel

I am an HP Employee.

If you like my post, click the thumbs up.
† 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>.