Skip to content
Snippets Groups Projects
Commit 464ef06e authored by LABORIE Stéphane's avatar LABORIE Stéphane
Browse files

install pilotes HP

parent 837ebd85
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,15 @@ call :MESSAGE
GOTO FIN
:HP
set "STR=Telechargement des fichiers"
call :MESSAGE
curl -o %TEMP%\hp-hpia-5.2.0.exe -L https://src.koda.cnrs.fr/stephane.laborie.7/windows-ventoy-auto-install/-/raw/main/Files/hp-hpia-5.2.0.exe
set "TR=Installation de HP Image Assistant"
call :MESSAGE
START /WAIT /I %TEMP%\hp-hpia-5.2.0.exe /s /e /f "%ProgramFiles%\HPIA"
set "STR=Installation des drivers avec HP Image Assistant"
START /WAIT /I %ProgramFiles%\HPIA\HPImageAssistant.exe /Operation:Analyze /Category:Drivers /Selection:All /Action:Install /Noninteractive /Debug /ReportFolder:%temp%
GOTO FIN
:UNKNOWN
echo "Fabricant PC inconnu
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment