Posted on 03-04-2020 05:56 PM
Does anyone know of a guide that shows you how to Silent install and register with license server for mudbox 2020?
Posted on 03-09-2020 01:21 PM
Not sure if this helps, but with Maya 2020, I put a copy of the installer app & the xml config file (originally located in the Maya.app) in the /tmp folder, After which, I run this command
/tmp/Maya2020.app/Contents/Helper/Setup.app/Contents/MacOS/Setup -i deploy --silent -o /tmp/deployment_maya.xml
I would check to see if Mudbox has a similar deployment XML file buried in the Mudbox 2020.App
Posted on 06-02-2020 11:03 AM
I was able to get Mudbox 2020 installed silently and registered using these instructions:
https://knowledge.autodesk.com/support/mudbox/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-deploy-Mudbox-2020-on-Mac-from-a-terminal.html
My Install Script:
#!/bin/bash
# Install Mudbox 2020
/tmp/Autodesk/Install Mudbox 2020.app/Contents/MacOS/Setup --noui
# Licence Mudbox 2020
/Library/Application Support/Autodesk/AdskLicensing/Current/helper/AdskLicensingInstHelper change --prod_key 498L1 --prod_ver 2020.0.0.F --lic_method "NETWORK" --lic_server_type "SINGLE" --lic_servers "servername"