For Windows, deploy Maya from your Autodesk account.
The instructions in this document are for deploying Maya on macOS and Linux across a network.
On Linux, extract the installation files to a network share. The deployment_maya.xml file will be located under install/manifest in the extracted installation package.
On macOS, double click on the dmg to mount it. Copy Install Maya 2020.app from the mounted drive to a network share. The deployment_maya.xml file will be located in Install Maya 2020.app/Contents/Helper/manifest. However, there cannot be any spaces in the path to deployment_maya.xml. Rename the directory to eliminate spaces.
Open deployment_maya.xml and modify the following sections:
<Eula src="https://www.autodesk.com/eula">
<Status>Accept</Status>
</Eula>
<LoggingSettings>
<Logging>true</Logging>
<Path>path_to_shared_log_directory</Path>
<Name>AutodeskMaya2020_deployment.log</Name>
</LoggingSettings>
<Applications>
<Application>
<Name>Maya</Name>
<UPI2>{0A7D849C-C36E-4AA0-A559-68E93DC6BC6A}</UPI2>
<Manifest>manifest/app.maya.xml</Manifest>
<Core>true</Core>
<Install>true</Install>
<LicenseSetting>
<Name>MayaNetworkLicense</Name>
<SerialNumber>000-00000000</SerialNumber>
<ProductKey>657L1</ProductKey>
<ProductVersion>2020.0.0.F</ProductVersion>
<ConfigFile>x64/Maya/MayaConfig.pit</ConfigFile>
</LicenseSetting>
</Application>
<Applications>
<Application>
<Name>Maya</Name>
<UPI2>{0A7D849C-C36E-4AA0-A559-68E93DC6BC6A}</UPI2>
<Manifest>manifest/app.maya.xml</Manifest>
<Core>true</Core>
<Install>true</Install>
<LicenseSetting>
<Name>MayaNetworkLicense</Name>
<SerialNumber>000-00000000</SerialNumber>
<ProductKey>657L1</ProductKey>
<SelProductKey>535L1</SelProductKey>
<ProductVersion>2020.0.0.F</ProductVersion>
<ConfigFile>x64/Maya/MayaConfig.pit</ConfigFile>
</LicenseSetting>
</Application>
<Applications>
[...]
<Application>
<Name>MtoA</Name>
<UPI2>{8E5AFC23-0DD5-4AC9-8839-D6E66C410EED}</UPI2>
<Manifest>manifest/app.mtoa.xml</Manifest>
<Core>false</Core>
<Install>true</Install>
</Application>
<Application>
<Name>Bifrost</Name>
<UPI2>{E6BE52E1-779B-4CD5-8B03-DF6033F7303E}</UPI2>
<Manifest>manifest/app.bifrost.xml</Manifest>
<Core>false</Core>
<Install>true</Install>
</Application>
[...]
</Applications>
<LicenseSettings>
<LicenseSetting>
<Name>MayaNetworkLicense</Name>
<NetworkLicense>
<Single>
<Server>MyLicenseServer</Server>
</Single>
</NetworkLicense>
</LicenseSetting>
Once you have modified the deployment_maya.xml file, install Maya using the silent installation option.
sudo ./Setup -i deploy --silent -o manifest/deployment_maya.xml
sudo <path_to_install_pkg>/Contents/Helper/Setup.app/Contents/MacOS/Setup -i deploy --silent -o ../Helper/manifest/deployment_maya.xml