Does anyone know how to check what service pack and/or hotfixes are installed onto their Max render slaves (unregistered) without having to go into the UI. Is there a utility or command line that people use?
Thanks
Thanks
versinfo = dotnetclass "System.Diagnostics.FileVersionInfo" myFI = versinfo.GetVersionInfo (pathConfig.appendPath (pathConfig.GetDir #maxroot) "3dsmax.exe") versions = filterString myFI.FileVersion "."
Comment