Posted on 10-02-2019 08:36 AM
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?
Posted on 10-02-2019 08:47 AM
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.
Posted on 10-02-2019 09:09 AM
Thank you so much, I will try that!
Posted on 10-02-2019 10:19 AM
If you need more specifics, let me know.
Posted on 10-02-2019 10:43 AM
That worked! Thanks again.
Posted on 10-02-2019 10:50 AM
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?
Posted on 10-02-2019 11:19 AM
How to Allow Apps from Anywhere in macOS Gatekeeper
http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper
Posted on 10-02-2019 11:43 AM
.
Posted on 10-02-2019 11:47 AM
Posted on 10-02-2019 01:02 PM
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.
Posted on 10-07-2019 03:23 PM
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!
Posted on 10-07-2019 03:39 PM
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
Posted on 02-13-2020 08:33 AM
How do I add the pre-approval profile & to what/where?
Posted on 02-20-2020 09:41 AM
@jmbozarth
We use Jamf Pro
Computers -> Configuration Profiles - > Options -> Approved Kernel Extensions