top of page

Install Link — Epson Scan 2 Silent

def install(): unzip("epson668779eu.exe") setupexe = glob.glob(' / /Setup.exe')[0] install_exe_if_needed(setupexe, "/SI -sms /Nodisp", key='Epson Scan 2', min_version='') register_uninstall('Epson Scan 2', quiet_uninstall_string='"C:\Program Files (x86)\epson\Epson Scan 2\Setup\setup.exe" /r -sms /Nodisp')

# Run the silent installation install_exe_if_needed(setupexe, "/SI -sms /Nodisp", key='Epson Scan 2', min_version='') epson scan 2 silent install link

HKEY_CURRENT_USER\Software\EPSON\Epson Scan 2\Common\ES2Devices Use code with caution. def install(): unzip("epson668779eu

There are two ways to do this depending on what files are present in your extracted folder. "/SI -sms /Nodisp"

If the driver package is a self-extracting zip that requires a specific folder structure, you may need to extract the files first, locate the actual EpsonScan2.msi , and use msiexec : msiexec /i "EpsonScan2.msi" /qn /norestart Step-by-Step: Deploying Epson Scan 2 Silently

bottom of page