You have a network license of Maya and you want to create a 'client' silent install (deployment) of Maya 2010.
The serial number & license type will be required for a client silent install (deployment) of Maya 2010. If you use the Maya2010.msi without any options, it will not prompt for this requirement and it will not install Maya properly.
Please follow the instructions below :
1. Insert the Autodesk Maya 2010 DVD onto the workstation.2. Open a command prompt and navigate to your DVD drive. For example:
cd D:\Maya\Windows-64\Maya
3. Enter the following command and execute (note: this is all one - 1 - line):
msiexec.exe -i Maya2010.msi ADLMSERIALNUMBER=<serialnumber>ADLM_PRODKEY= <productkey> ADLMPRODUCTKEY=<productkey> ADLMLICENSETYPE=3 ADLMSERVERNAME=YOUR_SERVER_NAME 4. Repeat the same process for Matchmover2010.msi and AutodeskToxik2010.msi.
If you have downloaded a version of Autodesk_Maya_2010_Multilingual_Win_64bit.exe, the .msi files will extract to: C:\Autodesk\Maya2010\win or \win-amd64
The same command installs Mudbox too. You just need to remember to change the msi file and the product key.
Thanks to Anil, David and Qi Qin.
Owen
Hey GBoucher, thanks for posting your solution !
Owen
Posted by: owen | 21/02/2010 at 04:21 PM
Finally, we found out how to do it with Mudbox 2010!
msiexec /i "AutodeskMudbox2010.1.msi" ACADSERIALPREFIX=352 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=Product key ADLMPRODUCTKEY=Product key ADLMLICENSETYPE=3 ACADSTANDALONENETWORKTYPE=3 MUDADLMLICENSETYPE=1 /qn /L WE "c:\Windows\mudbox_2010_x86_log.txt"
Hope it helps someone!
Posted by: GBoucher | 17/02/2010 at 06:14 PM
Hi! I was able to install maya 2010 silently with this:
msiexec /qr /i Maya2010.msi ADLMSERIALNUMBER=XXX-XXXXXXXX ADLM_PRODKEY=XXXXX ADLMPRODUCTKEY=XXXXX ADLMLICENSETYPE=3 ADLMSERVERNAME=XXXX /passive /norestart
But now I'm trying to do the same thing with Mudbox 2010 SP1:
msiexec /qr /i AutodeskMudbox2010.1.msi ADLMSERIALNUMBER=XXX-XXXXXXXX ADLM_PRODKEY=XXXXX ADLMPRODUCTKEY=XXXXX ADLMLICENSETYPE=3 ADLMSERVERNAME=XXXX /passive /norestart
So I just change the MSI to mudbox and it does install silently without any problem. But when I launch Mudbox it then ask me to activate it since my serial number is now 000-00000000!! Anyone knows how to correct this?
Posted by: GBoucher | 11/02/2010 at 07:31 PM
This method works great for me with 32-bit maya2010 on XP32.
I can't get it to work correctly with 64-bit maya2010 on XP64.
The install will complete and the maya 2010 files are written to disk, but maya.exe will not launch.
Is there another required step to get this to work on XP64?
Posted by: Chris | 29/01/2010 at 12:29 AM
I'm always grateful when a software developer makes a silent install package. Pushing these packages out via SCCM makes everyone life easier. So, lets go through the statement above a pick out what doesn't seem quite right.
MSIexec uses /i to install see http://support.microsoft.com/kb/314881
The commands following the .msi file (ADLMSERIALNUMBER=...)will be left off the installation unless the entire thing is enclosed in quotes. Windows will stop the install command at any unquoted space. Simply copy/paste to a command windows will produce "The system cannot find the file specified.".
No silent switches seem to be passed to the MSI installer (e.g. /qn or /qb)
***WARNING*** do NOT do the standard
msiexec /i maya2010.msi /qn
Yes, this will install silently install maya on any machine, but it will break the uninstall as you didn't specify LICENSE TYPE in the registry. Which it looks for and fails on in the uninstall.
Anyone have any other options?
personally, I'm going to try using Orca to hacksaw the maya2010.msi or scite4autoit to have it hide and hit next buttons for me. /sigh
Posted by: Pete | 19/11/2009 at 12:36 AM
Hi, this didn't work for me. When I run it, it just launches the GUI installer. I'm using a flexlm server, so I take it that I put in 000-0000000 for the serial, and 5 0's for the product key. What does ADLMLICENSETYPE mean? I see your example says 3, what do 1 or 2 do?
Posted by: Jeff | 11/11/2009 at 12:49 AM
How about on OS X? Is there a silent install option?
Posted by: Sea | 06/10/2009 at 02:07 PM
http://mayastation.typepad.com/maya-station/2009/09/oops.html
Posted by: John | 17/09/2009 at 11:12 PM
thx for deleting my good comment, geez
Posted by: mathieu | 16/09/2009 at 05:30 PM