Skip to main content

I need to install WacomTablet_6.3.36-2.dmg in my mac lab. I put the .dmg into Composer and created a .pkg and added a policy to install it. The policy logs say it successfully installed but it didn't. It is not in Applications nor does the tablet icon show up in System Preferences. I am new to Jamf. Is there another way I should be installing this?

No reason to reinvent the wheel. The way I do it is open up the DMG, rename the PKG with the version #, copy the PKG into JAMF Admin, create the install policy, and add the PKG as the install package.



I have an update policy that checks the Smart Computer Group policy that compares version with what I tell it is current. If it is out of date, the update policy triggers & runs the install policy. So when updating, update the install policy, then update policy & clear it's logs, then the Out of Date version check. Works for me every time.


Thank you so much, I will try that!


If you need more specifics, let me know.


That worked! Thanks again.


Well, I had a message on the computer that Security and Privacy was blocking the non Apple app install, click to allow it, which I did and authenticated and it installed. Is there a way to accommodate that pop-up so you don't have to finish the install manually at the computer?


How to Allow Apps from Anywhere in macOS Gatekeeper
http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper


.


@alstos



I personally wouldn't disable Gatekeeper, use a signed application, or sign it yourself.



PPPC



and this


If you can't get a PKG to install cause it says it's unsigned, you can also use JAMF Composer to rebuild & export it. I had to do that to get OBS to install.


Hello!
I am experiencing this same issue. I have tried using Composer to build a PKG. I have also imported the DMG file into Composer and exported a PKG. Both fail when I attempted to install from Self Service on a test machine. Any other advice would be greatly appreciated!


@mcneillcm



Here's how I distribute the Wacom Driver
I found that running the installer from jamf directly, fails for me.
I have to get the pkg installer on to the machine, then run a script run the install locally.



Download Driver - https://www.wacom.com/en-us/support/product-support/drivers



(Creating a pkg, you can also use dmg. to get the original installer pkg on the machine)



Copy "Install Wacom Tablet.pkg" to mp (as is)
Drag in to Composer
Export pkg as wacom_tabletdriver_#.#.##-#.pkg
Upload to jamf admin



Policy to get the package installer on the machine and run the bellow script



Install Script



#!/bin/zsh



installer -pkg "/tmp/Install Wacom Tablet.pkg" -target /



exit 0



To get around the Kernel Extension approval prompt, I have this in a Kernel Ext Pr-Approve Profile



Kernel Ext Pre-Approval Profile



Wacom Driver



Display Name: Wacom Technology Corp.
Team ID: EG27766DY7


How do I add the pre-approval profile & to what/where?


@jmbozarth
We use Jamf Pro
Computers -> Configuration Profiles - > Options -> Approved Kernel Extensions


Reply