Driver Installation & Troubleshooting
Silent installation or uninstallation of tablet and video drivers
As of release 6.3.21-3 the Wacom driver can be installed silently using the command shown below from a prompt with administrator privileges:
wacomtablet_6.3.21-3.exe /s
To uninstall silently simply add /u to the command above.
Alternatively (and for older releases) you can proceed as below:
- Rename the downloaded .exe extension to .zip, e.g. "WacomTablet_6.3.21-3.exe" becomes "WacomTablet_6.3.21-3.zip"
- Extract all the files and folders from the zip file
- Run "setup.exe /silent (/uninstall)"
To install/uninstall the DisplayLink video driver silently (e.g. via SCCM or a batch script) you will need to use the DisplayLink corporate installer guide:
DisplayLink Installation Guide
The silent installation switch for the MCT driver (for the 1031X) is "/s" - see also the MCT silent install command list as shown below:
Install Command:
/s or -s : Silent mode
/f1 or -f1: Specify alternative response file name and path
/f2 or -f2: Specify alternative log file name and path
Silent Installation:
=================================
Run "setup.exe /s /f2<path\LogFile>"
For example,
setup.exe /s /f2c:\ AspireLinkInst.log
Silent Uninstallation:
=================================
Run "setup.exe Uninstall /s /f1<path\uninstall.iss> /f2<path\LogFile>"
For example,
setup.exe Uninstall /s /f1.\uninstall.iss /f2c:\ AspireLinkUninst.log