Ok, so the product page is up to date, showing 10.2.1.
https://www.jamf.com/jamf-nation/third-party-products/405/tableau-desktop
The only thread I could find is couple years old and appears to hint at older versions being drag install.
https://www.jamf.com/jamf-nation/discussions/12543/package-tableau-suggestions
Took a look at the newest 10.2.1 installer package, and had suspicions because it looked, well, wonky (Suspicious Package, Pacifist).
Suspicion confirmed...when their installer package is deployed to a logged off computer, it runs/exits fine...but it leaves a convoluted mess of bits on the computer.

Thought I'd post this here to shine a light on what might be the worst installer so far in 2017.
It's GREAT software, from the feedback we've received from folks who use it...but their installer can sure use a revisit.
Especially some of their many embedded scripts, which seem more like duct tape and a BFH than anything, for example:
#!/bin/sh
chown root '/Library/Application Support/FLEXnet Publisher/Service/11.14.0/FNPLicensingService'
chmod 4755 '/Library/Application Support/FLEXnet Publisher/Service/11.14.0/FNPLicensingService'
mkdir -p '/Library/Preferences/FLEXnet Publisher'
chmod -R 777 '/Library/Preferences/FLEXnet Publisher'
exit 0
Some info, some of it useful, some of it sort of hail-mary:
Install <-- yea, right, eat your own dog food much?
https://onlinehelp.tableau.com/current/desktopdeploy/en-us/desktop_deploy_automate.htm#install-mac
Activate
https://onlinehelp.tableau.com/current/desktopdeploy/en-us/desktop_deploy_automate.htm#license
De-Activate https://onlinehelp.tableau.com/current/desktopdeploy/en-us/desktop_deploy_automate.htm#deactivate
Register
https://onlinehelp.tableau.com/current/desktopdeploy/en-us/desktop_deploy_automate.htm#register
Uninstall <-- a real doozie
https://onlinehelp.tableau.com/current/desktopdeploy/en-us/desktop_deploy_automate.htm#Uninstall
Has anyone packaged Tableau Desktop 10.2.1 for distribution? Thoughts?



