Posted on 12-07-2024 04:37 AM
Hi all,
My issue is based on jonw's script from here (big thanks for that), I used this for deploying AutoCAD LT 2025:
https://community.jamf.com/t5/jamf-pro/packaging-maya-2025/m-p/320737/highlight/true#M277340
I use this line for registering the product:
/Library/Application\ Support/Autodesk/AdskLicensing/Current/helper/AdskLicensingInstHelper register --pk 827Q1 --pv 2025.0.0.F --lt USER --cf /Library/Application\ Support/Autodesk/Adlm/.config/ProductInformation.pit
The issue:
When the script runs the applyLicense function, I get this error:
Error (25) for adlmPITSetProductInformation_2: Error has occurred while parsing PIT file
How can I write the license details into the file?
Tried to change file permissions (chmod 644 and chown root:wheel) - no luck
Tried to execute the command with sudo from Jamf - no luck
Tried to execute the command from Terminal with sudo - no luck
Tried to delete the file and create it again - no luck
Tried to do a clean install of AutoCAD, deleted all related files and folders - no luck
Thank you.
Posted on 12-09-2024 01:01 PM
There have been a few recent Adsk updates, as well as a 2025.1 hotfix, so perhaps try deploying one or both of those after the AutoCAD DMG etc but before running the script.