& Construction

Integrated BIM tools, including Revit, AutoCAD, and Civil 3D
& Manufacturing

Professional CAD/CAM tools built on Inventor and AutoCAD
Integrated BIM tools, including Revit, AutoCAD, and Civil 3D
Professional CAD/CAM tools built on Inventor and AutoCAD
Autodesk Support
Jan 23, 2025
Products and versions covered
How to silently install and uninstall Autodesk packages deployed with the Online Deployment via the New Installation Experience (ODIS) such as but not limited to:
Note.
From version 2022, the majority of Autodesk products use the New Installation Experience aka "ODIS".
Language packs, updates, additional content, library packs, etc... also use the New Installation Experience, but they do not show up in the "Custom Install" list in the Autodesk Account.
Note: The steps below assume you are familiar with command line install and scripting. Consult with your system administrator to perform the below steps.
#Install latest ODIS AdODIS-installer.exe --mode unattended #Launch Revit 2021 install with minimal UI. Replace --ui_mode basic with -q for fully silent install. "C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" -i install --ui_mode basic -m \path\to\Revit\Setup.xml
To silently install, add the -q argument to your script/install command. E.g.
AutoCAD_2023.1.2_Update.exe -q
Note: A full list of compatible commands can be shown by using the --help parameter. E.g.
Revit_2022_1_3.exe --help
Setup.exe --silent
Note: The following steps will need to be used on multiple client computers such as when different installation methods and deployment packages were used. There could be different extensions, add-ins, language packs, or other content between client computers. For a silent uninstall, you will need to use the ODIS-specific uninstall string.
Get-ChildItem -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall | Get-ItemProperty | Where-Object {($_.DisplayName -match "Autodesk") -or ($_.Publisher -match "Autodesk")} | Select-Object -Property DisplayVersion, DisplayName, UninstallString | Sort-Object -Property DisplayName | Ft -autosize | out-string -width 4096 > "C:\Autodesk\UninstallStrings\list.txt"
"C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" -q -i uninstall --trigger_point system -m C:\ProgramData\Autodesk\ODIS\metadata\{4F3D8B06-25A0-3E40-83DB-38C6E2C3C0AB}\bundleManifest.xml -x C:\ProgramData\Autodesk\ODIS\metadata\{4F3D8B06-25A0-3E40-83DB-38C6E2C3C0AB}\SetupRes\manifest.xsd
Start-Process -FilePath "C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" ArgumentList "-q -i uninstall --trigger_point system -m C:\ProgramData\Autodesk\ODIS\metadata\{4F3D8B06-25A0-3E40-83DB-38C6E2C3C0AB}\bundleManifest.xml -x C:\ProgramData\Autodesk\ODIS\metadata\{4F3D8B06-25A0-3E40-83DB-38C6E2C3C0AB}\SetupRes\manifest.xsd"
Was this information helpful?
The Assistant can help you find answers or contact an agent.
What level of support do you have?
Different subscription plans provide distinct categories of support. Find out the level of support for your plan.
How to buy
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © 2025 Autodesk Inc. All rights reserved