Autodesk has some changes with silent install of its 2020 apps. I am attempting to install AutoCAD 2020 and have not been able to use the old methodology of silently installing 2020 version like I did the older ones because of this new switch. Now we have to use the Licensing Installer Helper Tool (https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Use-Installer-Helper.html)
there are some switches that are required when using this method and some are mandatory and others are not. I run into some difficulty running these so called switches.
Here is an example of what I was trying to execute
sudo ./AdskLicensingInstHelper register --sn 568-** --lic_method STANDALONE --prod_key 777L1 --prod_ver 2020.0.0.F
however there is another required switch called --cf. This --cf switch requires the path to the config_file(cf) which is located inside the installer (that is what autodesk support stated) however the installer is a flat package and I could not see the exact location of the cf file.
Has anyone attempted using this new method for silent installing AutoCAD 2020?