If you are troubleshooting an activation issue or re-packaging an installer, you might use terminal commands to place the file.
if [ ! -f "$PLIST_PATH" ]; then echo "$(date): ERROR - Licensing plist missing." >> $LOG # Trigger reinstall of VL serializer via MDM exit 1 fi If you are troubleshooting an activation issue or