Run manually with logging before deploying silently:
epskitx64.exe /log "C:\debug\epson_test.log"
msiexec /x "EPSDriver.msi" /qn
Let’s explore both.
You must unpack the executable to access the actual MSI or setup files inside. The standard command line parameters for Epson self-extracting archives are: epskitx64exe silent install parameters install
Example Command:
epskitx64.exe -s -n"C:\Temp\EpsonDriver"
This command extracts the contents of the package to C:\Temp\EpsonDriver silently. msiexec /x "EPSDriver