Forum Discussion
installing driver
- Apr 01, 2022
Hi AB21805,
Can you be more specific? What is your problem?
If you want to know how to install it? Do the following steps.
Prepare a Win32 app to be uploaded to Microsoft Intune | Microsoft Docs
1. Download driver
2. Convert the installation file to an Intunewin file. Upload file to Intune win32 app.
3. Set the following application settings:
Installation command: WacomTablet_6.3.46-1.exe /s
Uninstall command: %ProgramFiles%\Tablet\Wacom\32\Remove.exe /u /s
Detection method: File or folder exist: %ProgramFiles%\Tablet\Wacom\32\Remove.exe
4. Set Assignment
5. install driver from Intune.
Kind regards,
Rene
Just create a install.cmd containing .\WacomTablet_6.3.46-1.exe /s and a uninstall.cmd containing "%ProgramFiles%\Tablet\Wacom\32\Remove.exe" /u /s , Put those in a directory together with the WacomTablet_6.3.46-1.exe and create a intunewin package from that.(https://silentinstallhq.com/wacom-tablet-driver-silent-install-how-to-guide/ )