Creating a customized FileMaker Pro .pkg file (macOS)
-
Create a working folder on a local drive.
-
Download the FileMaker Pro .dmg file and double-click to open it.
-
Copy these files from the open .dmg file to the working folder (you may need to scroll down to see some of these files):
-
the FileMaker Pro.app bundle
-
the personalization file, Assisted Install.txt
-
the License Agreements folder
-
-
Copy your license certificate (LicenseCert.fmcert) file to the working folder.
Note Make sure the filename is LicenseCert.fmcert. Change it, if necessary.
-
If you want to change any of the installation options for an assisted installation, edit the Assisted Install.txt file in the working folder and save the changes as plain text.
-
Download fmp_osx_deployment.zip, the Apple Remote Desktop deployment script for FileMaker Pro.
-
Double-click the fmp_osx_deployment.zip file to extract the script (AppleRemoteDesktopDeployment.sh).
-
In /Applications/Utilities, start Terminal.
-
Type
cd "<path to script>"
, then press Return. -
Type
sudo chmod +x ./AppleRemoteDesktopDeployment.sh
, then press Return. When prompted to provide a password, enter an administrator password. -
Type
./AppleRemoteDesktopDeployment.sh "<path to working folder>"
, then press Return.The script creates a customized .pkg file in the working folder, ready to be deployed.