oldbaitcaster Posted August 24, 2007 Posted August 24, 2007 Hello,New member here. I'm trying to find a way to silently install maya 8.5. I have a renderfarm in a college lab setting and this needs to be installed on around 40 machines so this would really be a time saver. Does anyone have any experience creating a batch for this?Greatly appreciated!
radix Posted August 24, 2007 Posted August 24, 2007 First copy the content of CD/DVD/image in a folder named Autodesk_Maya_8.5Place one of the next batch files in the root of the folder Autodesk_Maya_8.5:Maya_x86_install.bat if you install in Windows XP x86: @echo offstart /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\Maya8.5.msi /qnstart /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\AutodeskDirectConnect2.0.msi /qnstart /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\Maya_Docs_en_US8.5.msi /qnrd /s /q "%systemdrive%\Autodesk_Maya_8.5"exitMaya_x64_install.bat if you install in Windows XP x64:@echo offstart /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win-amd64\Maya\Maya8.5.msi /qnstart /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win-amd64\Maya\Maya_Docs_en_US8.5.msi /qnrd /s /q "%systemdrive%\Autodesk_Maya_8.5"exitIf your folders configuration is diferent, you can change the path of the folders in the batch file.Now you can make a sfx archive for the content of folder Autodesk_Maya_8.5 using WinRAR with these options:-In SFX options->Path to extract write %systemdrive%\Autodesk_Maya_8.5-In SFX options->Run after extraction, write %systemdrive%\Autodesk_Maya_8.5\Maya_x86_install.bat or %systemdrive%\Autodesk_Maya_8.5\Maya_x64_install.bat etc.
oldbaitcaster Posted August 27, 2007 Author Posted August 27, 2007 That's awesome. I'll give this a try tomorrow!
oldbaitcaster Posted August 28, 2007 Author Posted August 28, 2007 I've got an install executable for Maya 8.5 SP1, what would be the best way to convert this to an MSI extension? Apologies for the surely elementary question.
radix Posted September 1, 2007 Posted September 1, 2007 It's simple: start the SP1 installer, accept EULA and when unpacked is finished, go to Temp folder and copy from there Maya8.5.msi and AutodeskDirectConnect2.0.msi and install them in this order with switch /qn /norestart
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now