HP 7515 silent install?
Has anyone worked with this series of printers & figured
out how to do a command line / silent install? (platform: Windows,
particularly windows 7)
It doesn't seem to have an hpzsetup.exe file in the extract;
it has a setup.exe, but I can't find a set of switches that will do unattended install.
It has a .msi for x64 & x86 installation, but anything other than /? seems to return
an error, or a quick nothing.
Answers (3)
Well I have tried it too but a silent install with /S /v/qn does not seem to be possible. What you can try is to install the msi's and drivers seperately.
You can install de drivers with the following commands:
dpinst32.exe" /SW /path \\share\folderwithinffiles (32-bit OS)
dpinst64.exe" /SW /path \\share\folderwithinffiles (64-bit OS)
Comments:
-
Thanks, I will try that. setup -s &c doesn't work as noted here. - nasruddin 11 years ago