After deconstructing Epson’s installer architecture, we have identified the following parameters. These work across all recent versions of epskitx64.exe (versions 1.x to 4.x).

Silent install for client deployment - Bitdefender Community

[Insert Name]

Depending on your environment, other methods may be more effective:

If the installation runs but the printer does not appear, follow this diagnostic workflow:

$installer = "\\network\share\epson\epskitx64.exe" $arguments = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /AUTODEVICE=1 /LOG='C:\Logs\EpsonInstall.log'" Start-Process -FilePath $installer -ArgumentList $arguments -Wait -NoNewWindow Write-Host "Epson driver package deployed silently."

epskitx64.exe /s /v"/qn /norestart /l*v C:\temp\epskit_install.log"