Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.


Wacom Tablet

Description

Installing the Wacom intuos drivers

Last tested with WacomTablet 6.3.30

Ingredients


Directions

  1. Do a Fileset Magic capture
    1. In /priviate/var/ the only thing you need is the db/receipts folder
  2. Select the fileset and add a script attribute
    1. 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: macOS High Sierra (10.13) & User Approved MDM Enrollment




Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.