AutoCAD is probably one of the most time consuming applications when it comes to preparation and testing for a successful deployment. You definitely need patience for this one, a coffee machine standing by, smiles from your dear colleagues and time to read and learn from others who have dealt with deployment.
In order to help you deploying Autodesk applications like AutoCAD, we teamed up with Autodesk and registered for the Autodesk Developer Network (ADN). That gives us access to both Autodesk software, NFR licenses and additional information to give you guidelines on deployment.
Using the ADN and its benefits we have been able to create KB articles for e.g. AutoCAD, DWG TrueView and Inventor View.
This blog focuses on deploying AutoCAD 2020 using Liquit Workspace. I presume you know how to dowload it from the Autodesk website. This is what’s offered through ADN, choose ‘Download now’ or for ‘Browser Download’:
‘Download now’ uses the Autodesk Download Manager which is a small executable which downloads all AutoCAD 2020 setup files from the Autodesk website to c:\Autodesk\AutoCAD_2020_English_win_64bit_r1_dlm:
That’s the easy part. Now have a look at this KB article ‘Autodesk AutoCAD 2020’. This describes how to create a deployment using ‘Create Deployment’, which is also named as an ‘Administrative Image’.
An ‘Administrative Image’ is a directory on a file share which contains all setup files and a set of scripts and configuration files which you can use to install AutoCAD unattended with.
After you’ve created the administrative image, have a look at this section in the KB article, which describes a file called AutoCAD2020_SCCM.txt:
Basically you have two options here. Either you use this command to install all prerequisites and Autodesk components in one go. Or you use all individual components of this deployment and install them individually. That’s described in the second part of this script file.
That second part is divided in a section called ‘3rdParty Prerequisites’ and a section called ‘Autodesk products’. In this blog I will describe the ‘in one go’ option only.
Now the administrative image has been prepared, we need to create a template in the Credential Store. The Credential Store allows you to add and configure credentials within the Liquit Workspace. The credentials can be used within packages, to perform network actions under the ‘Device’ context using the specified network credentials or for enabling SSO for specific actions. This template will be then be used to access the UNC path of the administrative image.
In the main screen:
Now we can create a package in Liquit Workspace to install AutoCAD with.
In the main screen:
I will go into more detail of the configuration of AutoCAD in Part 2 of this blog.