Call for Submission
NAB 2012 Best of the Best Show Reel
Submit your work today!
  • 1/3
  RSS 2.0 ATOM  

Batch Install
Rate this thread
 
34443
 
Permlink of this thread   Subscribe to this thread
avatar
  • tsmithf
  • Posted: 14 September 2009 11:43 PM
  • Total Posts: 8
  • Joined: 13 September 2008 04:28 PM

I have always installed Max via a batch file, it has worked well for large scale installs, and better when adding other installed elements at the same time, certainly preferrable to the nasty deployment method Autodesk seem to insist we use.

Having bypased Max2009 I’m now trying to setup a batch file for Max2010, however Autodesk have of course moved (hidden) things again to make this more difficult than it should be, hello Autodesk, remember us users that actually pay your salaries :-)

Previously in Max2008 you could specify…

%Comspec% /C msiexec /I \\Server\software\3dsMax2008_32-bit.msi PIDKEY=XXX-XXXXXXXX INSTALLDIR=%drive%:\3dsMax2008_X32 /q SHORTDESKTOP=0

Where PIDKEY was the product serial number (We use network licenses), I would then add the relevant registry information via the batch file for the license servers.

Unfortunately, although I have seen the LICPATH.LIC file in the Max root directory this isn’t being used, I suspect because the PIDKEY switch doesn’t work anymore so Max starts with a 000-00000000 serial number, and a standalone license.

Does anybody know the current switches that will work with the Max msi file to apply the serial number, or network license designation, or failing that where Autodesk have hidden the registry keys or ini file that specifies the serial number?



Replies: 0
avatar
  • Kilimats
  • Posted: 16 September 2009 04:17 AM

Whats wrong with autodesk network wizard deployment? works fine for me (as long as you dont merge any service pack to it)

However, other app bundled do not have any deployment wizard, I have deployed Maya 2010 from a batch file successfully (see below). Others like Motion Builder / SketchBook Pro and Mudbox do not work with those batch commands (if someone knows how, please share your batch file)

@echo off
cls
TITLE Autodesk Maya 2010
echo.
echo ############################################################
echo ##### Installing Autodesk Maya 2010 #####
echo ############################################################
echo.
echo ##### Please Wait from 15 to 30 minutes… #####
echo.

echo Installing Isscript…
msiexec.exe -i “\\alpha\3d$\Maya\isscript.msi” /quiet

echo Installing Maya 2010…
msiexec.exe -i “\\alpha\3d$\Maya\Maya2010.msi” ADLMSERIALNUMBER=xxxxxxxxxxx ADLM_PRODKEY=xxxxxx ADLMPRODUCTKEY=xxxxxx ADLMLICENSETYPE=3 ADLMSERVERNAME=ALPHA /passive

echo Installing MatchOver 2010…
msiexec.exe -i “\\alpha\3d$\Maya\MatchMover2010.msi” ADLMSERIALNUMBER=xxxxxxxxxxx ADLM_PRODKEY=xxxxxx ADLMPRODUCTKEY=xxxxxx ADLMLICENSETYPE=3 ADLMSERVERNAME=ALPHA /passive

echo Installing Toxik 2010…
msiexec.exe -i “\\alpha\3d$\Maya\Toxik\AutodeskToxik2010.msi” ADLMSERIALNUMBER=xxxxxxxxxxx ADLM_PRODKEY=xxxxxx ADLMPRODUCTKEY=xxxxxx ADLMLICENSETYPE=3 ADLMSERVERNAME=ALPHA /passive

echo Deploying Shortcuts…
xcopy “\\alpha\3d$\Maya\Shortcut” “C:\Documents and Settings\Instructor\Start Menu\Programs\Autodesk” /i /e /y /q
xcopy “\\alpha\3d$\Maya\Shortcut” “C:\Documents and Settings\Student\Start Menu\Programs\Autodesk” /i /e /y /q

echo.
echo ############################################################
echo ##### Autodesk Maya 2010 has been installed #####
echo ############################################################
echo.
echo.
pause



Replies: 0




   
  Settings Choose Theme color: