When installing the software from the command line, refer to these examples.
Note: The following example commands are word-wrapped to increase legibility. When using these commands, place them on a single line.
Silent Install
- Copy the local media to your Windows client.
- On the Command line, go to the root of the product and enter this command: setup . exe - q
Silent Uninstall
If you have local media on the client, follow these steps:
- Open a command prompt window.
- Navigate to the local media folder for your product.
- In the root, enter the following command: setup . exe - i uninstall - q
If you don't have local media on the client, but have installed the product on the client, follow these steps:
- Open a command prompt window.
- Enter the following:
"C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" -i uninstall -q -m C:\ProgramData\Autodesk\ODIS\metadata\{upi2}\bundleManifest.xml
Note: In the preceding command, upi2 is a product-specific placeholder. Replace it with the corresponding value in the client path. (You can find this value in the setup.xml file.)The following example shows the product-specific code for Maya 2020:
C:\Program Files\Autodesk\AdODIS\V1\Installer.exe" - i uninstall - q - m C : \ProgramData\Autodesk\ODIS\metadata\{ 5320B971 - D86B - 442A - 80A9 - 779EBF3516B8 } \bundleManifest . xml