- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Is there a list somewhere for the installation parameters for ODIS installers used for AutoCAD 2022?
I'm aware of the examples from the Online-generated deployments below, but this does not reference all the possible parameters for common install settings, like suppressing reboots, etc.
Also attempts to get possible switches from the Installer.exe with /? or -? parameters does not give any results either.
rem ========== Install the deployment with basic UI ==========
"FOLDER\image\Installer.exe" -i deploy --offline_mode --ui_mode basic -o "FOLDER\image\Collection.xml" --installer_version "1.18.0.25"
rem ========== Install the deployment silently ==========
rem "FOLDER\image\Installer.exe" -i deploy --offline_mode -q -o "FOLDER\image\Collection.xml" --installer_version "1.18.0.25"
rem ========== Uninstall the individual product ==========
rem ========== Uninstall Autodesk AutoCAD 2022 - English
rem "FOLDER\image\Installer.exe" -i uninstall -q --manifest "FOLDER\image\ACD_2022_en-US\setup.xml"
Solved! Go to Solution.

