Skip to main content

Wacom Tablet Deployment (macOS Fileset Magic)

Description

Installing the Wacom intuos drivers

Last tested with WacomTablet 6.3.30

Ingredients

Directions

  1. Do a Fileset Magic capture
    • In /priviate/var/ the only thing you need is the db/receipts folder
  2. 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
      
  3. 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)