How-to silently install and deploy updates and content packs that use ODIS How-to silently install and deploy updates and content packs that use ODIS

How-to silently install and deploy updates and content packs that use ODIS

Eden Davis Eden Davis

Question: 

Can I silently install components for Autodesk Products 2022 and newer that use the New Installation Experience aka "ODIS?"

For example: 

  • Language packs
  • Updates
  • Library packs
  • Content packs
  • Object enablers

Note: If you're looking to silently install the core products, use the Custom Install tool from the Autodesk Account either by running the installation using the provided batch file or using a third-party tool such as Microsoft Configuration Manager, or Intune. CADD Microsystems does not support Microsoft products; We recommend partnering with your IT department for assistance.

Answer:

To silently install an Autodesk package, you can add the -q argument to your script/install command:

AutoCAD_2023.1.2_Update.exe -q

Alternatively,

  1. Extract the *.exe file with a zip manager (e.g. 7Zip), to a specific location.
  2. Start the Setup.exe with --silent to run the installation silently, as below:
Setup.exe --silent

 

Reference: