# Wacom Tablet Deployment (macOS Fileset Magic)

## Description

Installing the Wacom intuos drivers

<p class="callout info">Last tested with **WacomTablet 6.3.30**</p>

## Ingredients

- FW Central
- Latest Wacom intuos Installer - [https://www.wacom.com/en/products/intuos](https://www.wacom.com/en/products/intuos)

### 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**```bash
        #!/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

<p class="callout warning">If 10.13 or greater you will also need to send a profile to allow the kernel extension: [User Approved MDM Enrollment (macOS)](https://kb.filewave.com/books/filewave-client/page/user-approved-mdm-enrollment-macos "User Approved MDM Enrollment (macOS)")</p>