Apr 01 2022 06:17 AM
Hi all,
I am struggling to deploy this driver: https://www.wacom.com/en-gb/getting-started/wacom-intuos
Via intune
Any ideas?
Apr 01 2022 06:34 AM - edited Apr 01 2022 06:39 AM
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/ )
Apr 01 2022 06:42 AM
SolutionHi @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
Apr 01 2022 08:23 AM
Apr 03 2022 11:41 AM