

In the Payload tab of Packages, I add the folders where the app will be installed. More details about doing this in Packages, I use Packages to do this because it creates a temporary directory for those files and I don't have to worry about it.
#Matlab 2020 mac download install#
The main thing is to put the license file in the right file path and to place those downloaded files somewhere on the Mac and then trigger the install from that directory.

I can give more detail about how I do it in Packages though if that helps. If you use something else your workflow will be a little different, but the end result should be the same. I use the Packages app to repackage the Matlab software. "$INSTALL_DIR"/install -inputFile "$INSTALL_DIR"/installer_input.txt Use post flight script to run installer using the installer_input.txt (that command is below) plus any other customizations like preference file or certs.Build with Packages to place the license.dat file in /Applications/MATLAB_R2020.app/licenses/ and put the contents of the downloaded Matlab folder into the "Additional Resources" of the Packages project.Once all files are downloaded, edit “installer_input.txt” with FIK, path to license.dat.Select "I want to download without installing".Select "I want to do a standard install".These are the main steps I take when I'm packaging any new version. I do this and make it a Self Service policy. Yes, you'll need to use the "download without installing" option in the installer app to download all the files to a Mac, then repackage it for deployment with the key, license, and edited installer_input.txt file (this file is in the downloaded files from Mathworks).
