Community
Arnold for Maya Forum
Rendering with Arnold in Maya using the MtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

uninstall per cmd

7 REPLIES 7
SOLVED
Reply
Message 1 of 8
tinoxps
1523 Views, 7 Replies

uninstall per cmd

hello,

I am trying to uninstall MaxtoA in multiple computers. Going via Control Panel>Programs and Features... would be a long procedure. Is there a way to automate it via cmd?

I would like to uninstall it, because I am getting error same as:
https://knowledge.autodesk.com/support/3ds-max/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-...

and then reinstall it. Btw, can I also automate the installation?

cheers,

Tino

Tags (1)
Labels (1)
7 REPLIES 7
Message 2 of 8
Stephen.Blair
in reply to: tinoxps

This is not an officially supported feature.
You can always use msiexec for applications (like maxtoa) that install with an msi file.

For example, download the maxtoa installer, use 7zip to extract it, and then in an elevated command prompt:

Install

msiexec /i C:\Users\blairs\Downloads\MAXtoA-2.3.37.2019\ArnoldMSI\ArnoldPlug.msi /quiet /qn /l*v %TEMP%\maxtoa_install.log

Uninstall

msiexec /x C:\Users\blairs\Downloads\MAXtoA-2.3.37.2019\ArnoldMSI\ArnoldPlug.msi /quiet /qn /l*v %TEMP%\maxtoa_uninstall.log


// Stephen Blair
// Arnold Renderer Support
Message 3 of 8
tinoxps
in reply to: tinoxps

Hi Stephen,

thanks for the input. What about the uninstall? is there also a way to run it using the msiexec?

Message 4 of 8
Stephen.Blair
in reply to: tinoxps

I posted both the install (/i) and uninstall (/x) commands above.



// Stephen Blair
// Arnold Renderer Support
Message 5 of 8
tinoxps
in reply to: tinoxps

so I will need to get the installer of the version that is causing the problem in order to uninstall arnold?

Message 6 of 8
Stephen.Blair
in reply to: tinoxps

Or you can find the uninstaller command in the registry.

Look under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\

https://stackoverflow.com/questions/21491631/how-to-uninstall-with-msiexec-using-product-id-guid-wit...



// Stephen Blair
// Arnold Renderer Support
Message 7 of 8
tinoxps
in reply to: tinoxps

yes already tried looking for arnold there. but as it came together with max19 install i could not find it there.( i think this is the reason, why it is not there)

Message 8 of 8
Stephen.Blair
in reply to: tinoxps

If MAXtoA is listed in Control Panel > Programs and Features, then there is an entry in the registry editor



// Stephen Blair
// Arnold Renderer Support

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report