3D Studio Max 2009 is such a needy. So many requirements
clusrun \\headnode\path\to\3dsmax\support\dotnetfx\NetFx20SP1_x64.exe /q
/c:"install /l /qn"
clusrun
\\headnode\path\to\3dsmax\support\dotnetfx\netfx64.exe /q /c:"install /l /qn"
Somehow dxsetup /silent is not working in clusrun environment. I have to install it manually on every nodes.
(NOT work, this step need to be run INDIVIDUALLY) clusrun \\headnode\path\to\3dsmax\support\directx\dxsetup.exe /silent
clusrun msiexec /i \\headnode\path\to\3dsmax\support\msxml\msxml6_x64.msi
/quiet
clusrun msiexec /i
\\headnode\path\to\3dsmax\support\VCRedist\x64\vcredist.msi /quiet
clusrun
msiexec /i \\headnode\path\to\3dsmax\support\VCRedist\x86\vcredist.msi /quiet
And now 3DSMax
clusrun msiexec /i \\headnode\path\to\3dsmax\main\64bit\3dsMax2009_64-bit.msi
Although installer support building of installation image for client deployment. I found that's not working in command line environment of Windows 2003 CCS. The installer just quite with return code 0 (make me think it success for a while).



