Silent Install - Epson Scan 2
setup.exe /s /v"/qn REBOOT=ReallySuppress"
Epson provides a separate utility called EpsonNet Config and Epson Deployment Tool for enterprise environments. While not strictly an "epson scan 2 silent install" tool, it can push the driver alongside network settings.
With the Epson Deployment Tool, you:
This is overkill for a single scanner but invaluable for 100+ network scanners. epson scan 2 silent install
You can use the command line to silently install Epson Scan 2. Follow these steps:
setup.exe /s /v /qn
Replace setup.exe with the actual name of the installer file. Epson provides a separate utility called EpsonNet Config
Example:
EpsonScan2_4.7.1.0_Win10_32bit.exe /s /v /qn
The /s option specifies a silent installation, /v passes the verbose option to the MSI installer, and /qn specifies a silent installation with no UI. This is overkill for a single scanner but
msiexec /i "$extractPath\EpsonScan2_x64.msi" /quiet /norestart
