Posted on 12-11-2022 12:39 AM
Hello All,
Hope you all wonderful people having a nice and relaxing days.
I am trying to package and deploy AutoCAD 2023 with Network server license but It is not working for me. I am using script from following sites with customising to our licensing server and pKey but still no joy:
https://community.jamf.com/t5/jamf-pro/autocad-2021-deployment-with-network-server/m-p/229028
Also try to customise the scripts from following site but didn't work.
The issues that it is coming up with are like:
Crashes while launching the app.
Sometime after installation it starts to roll back!! And uninstalls AutoCAD folder from /Application Folder.
Doesn’t create data file then comes up with error can’t find the data file while doing activation.
Any idea please.
Posted on 12-12-2022 07:12 AM
I use this for 2022. You can modify it and see if it helps. I do the installation via Self Service.
Posted on 01-26-2023 01:02 PM
I am currently trying to deploy AutoCAD 2023 my self. I have the package built and I can run it successfully. It will install AutoCAD and I can launch it perfectly. The big issue I am having is the fact that we don't use a single type network license server. We use the redundant type network license server so I can't get the software to recognize the three servers we use so that it will just launch for the user and not prompt them to enter the license information. I know that the server connections do work because I am able to manually enter the server information and it connects and launches the software perfectly. Any thoughts?
Posted on 02-21-2024 04:56 AM
I added dmg to a policy, cache the dmg and use this script to mount the dmg then install the application.
// Mount dmg disk
hdiutil attach -nobrowse ~/Library/Application Support/JAMF/Waiting Room/Autodesk_AutoCAD_2023_macOS.dmg
// Install AutoCAD 2023
sudo /Volumes/Installer/Install Autodesk AutoCAD 2023 for Mac.app/Contents/Helper/Setup.app/Contents/MacOS/Setup --silent
Posted on 02-21-2024 05:27 AM
changed the script, here is the update
#!/bin/zsh
## Mount dmg disk
open /Library/Application\ Support/JAMF/Waiting\ Room/Autodesk_AutoCAD_2023.3_macOS.dmg
##Install AutoCAD 2023
sudo /Volumes/Installer/Install\ Autodesk\ AutoCAD\ 2023\ for\ Mac.app/Contents/Helper/Setup.app/Contents/MacOS/Setup --silent