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.
See About downloading FileMaker Pro and your license certificate in FileMaker Pro Installation Guide.
-
Copy these files from the open .dmg file to the working folder:
-
the FileMaker Pro.app bundle
-
the personalization file, Assisted Install.txt
-
the License Agreements folder
Note To see all of these items in the .dmg window, you may need to scroll down.
-
-
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 of folder containing script>", then press Return.For example, if you downloaded and extracted the script in your Downloads folder, type:
cd "~/Downloads" -
Type
sudo chmod +x ./AppleRemoteDesktopDeployment.sh, then press Return.When prompted to provide a password, enter an administrator password.
-
Type
./AppleRemoteDesktopDeployment.sh "<path of working folder>", then press Return.For example, if your working folder is in your Documents folder, type:
./AppleRemoteDesktopDeployment.sh "~/Documents/working"The script creates a customized
FileMaker Pro ARD.pkgfile in the working folder, ready to be deployed.