If you are writing a batch script for deployment, it should look something like this:
@echo off
:: Create a temp directory for extraction
mkdir C:\Temp\EpsonInstall
:: Check if 7zip is available to extract, or use the built-in self-extractor switch if supported.
:: Assuming files are already extracted to C:\Temp\EpsonInstall
echo Installing Epson Scan 2...
msiexec /i "C:\Temp\EpsonInstall\Epson Scan 2.msi" /qn /norestart
echo Installation Complete.
powershell.exe -ExecutionPolicy Bypass -File "\\server\share\Deploy-EpsonScan2.ps1"
Epson Scan 2 is the standard scanning utility provided by Epson for many of their recent photo and document scanners (such as the Perfection V600, V850, and various ET/ES series models). For system administrators or power users looking to deploy this software across multiple machines without user intervention, a "silent install" is required. epson scan 2 silent install link
Unlike some older scanning software, Epson Scan 2 uses a standard Windows Installer (MSI) package wrapped inside an executable, making silent deployment relatively straightforward once the files are extracted. If you are writing a batch script for
ES2_W64_6720.exe /s /v"/qn ADDLOCAL=ALL REMOVE=DesktopShortcut /norestart"