Wacom Tablet Deployment (macOS Fileset Magic)
Description
Installing the Wacom intuos drivers
Last tested with WacomTablet 6.3.30
Ingredients
- FW Central
- Latest Wacom intuos Installer - https://www.wacom.com/en/products/intuos
Directions
- Do a Fileset Magic capture
- In /priviate/var/ the only thing you need is the db/receipts folder
- Select the fileset and add a script attribute
- Create a post-flight script macOS
#!/bin/bash launchctl load /Library/LaunchAgents/com.wacom.wacomtablet.plist launchctl start com.wacom.wacomtablet launchctl load /Library/LaunchAgents/com.wacom.DataStoreMgr.plist launchctl start com.wacom.DataStoreMgr
- Create a post-flight script macOS
- Save the fileset and deploy
If 10.13 or greater you will also need to send a profile to allow the kernel extension: User Approved MDM Enrollment (macOS)
No Comments