Welcome to the new Box Support website. Check out all the details here on what’s changed.

Broken .pkg installer for MacOS 14.3

New post

Comments

1 comment

  • landon yarrington

    I learned the cause of the failure problem is that Box's Team ID is not explicitly allowed in the device profile. Users have two options: 1) ask your IT admins to alter the profile to allow Box products to be installed; 2) nuke all device profiles and `jamf` software as root. You should probably do #1 and not #2. But if you are determined to do #2, open a terminal and:

    sudo su -
    launchctl remove com.jamfsoftware.*
    launchctl remove com.jamf.management.daemon
    jamf flushPolicyHistory
    jamf flushCaches
    jamf removeFramework
    cd /Library/LaunchAgents
    rm -rf com.jamf*
    cd /Library/LaunchDaemons
    rm -rf com.jamf*
    exit

    Box Support: you need to do a better job of alerting users that this is a potential issue instead of burying it in online forum documentation, which I had to find this myself: https://support.box.com/hc/en-us/articles/360043697474-Installing-and-Updating-Box-Drive#h_01HAYMPWJ6H0SRFWGYQXP82VN7

    0
    Comment actions Permalink

Please sign in to leave a comment.