Autodesk Maya ------
Above entry by satnix is problematic: Autodesk calls the method outlined in the PDF a silent install, but it still presents a user interface and will send popup windows if there are any questio… Read More
Create the deployment using the setup.exe from your extracted download files. Using the admin image you create by doing this makes a "silent" install shortcut but it has a user interface and wi… Read More
Setup.exe /W /Q /I YOURFILENAME.ini /Lang en-US Silent install suitable for SMS/SCCM. /W is the flag for SMS and SCCM, /Q is the silent install, /I indicates this is a deployment installation. Read More
Maya doesn't allow you to slipstream hotfix 4 into your deployment. You can add it as part of the deployment however, by following the instructions in the following article. http://upandready.… Read More
Edit the setup.xml so it looks something like the following (changing the <ui>-tags to quiet, and <display_status>-tag to never): <?xml version='1.0' encoding='utf-8'?> <setup> <star… Read More