This article explains how to install the Elo touch driver silently and unattended
To install the Elo Multi-Touch Windows driver silently and unattended, you can use the command-line interface with specific parameters during the installation process. Here's how to do it:
-
Download the Driver
Obtain the latest Elo Multi-Touch driver from the Elo support site. -
Extract the Driver Files
Run the installer to extract the files to a temporary location or use an extraction tool to unpack the installer. -
Silent Installation Command
Use the following command to install the driver silently:cmdsetup.exe /s /v"/qn"
-
/s
: Runs the installer in silent mode. -
/v
: Passes arguments to the MSI installer. -
/qn
: Specifies "quiet no UI" mode for the MSI installer.
-
-
Optional Parameters
Add additional parameters if needed, such as specifying an installation directory or logging the installation process. For example:cmdsetup.exe /s /v"/qn INSTALLDIR=\"C:\CustomPath\" /L*V \"C:\InstallLog.txt\""
-
INSTALLDIR
: Specifies the installation directory. -
/L*V
: Enables verbose logging to a specified file.
-
-
Deployment
This command can be integrated into a script or deployment tool to automate installation across multiple devices. -
Verify Installation
After installation, confirm that the driver is functioning correctly by checking the Device Manager or testing touch functionality.
This method ensures a hands-free installation without requiring user interaction.
For additional driver installatin commands, please refer to the User's Manual which downlolads with the touch driver.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article