Itoo Software Forum

Author Topic: Unattended Installation max 2024  (Read 2183 times)

Fer

  • Newbie
  • *
  • Posts: 13
Unattended Installation max 2024
« on: June 12, 2023, 10:12:24 pm »
Hello,

I'm trying to run the install for forest and railclone with a batch script I have set up that has always worked with other versions of max but it won't work with max 2024, bellow is the way I have it set up

\ForestPackPro822_x64.exe" /S /MAXVER=max2024-64 /MAXDIR="C:\Program Files\Autodesk\3ds Max 2024" /LICMODE=network /LICHOST=XXX /LICPORT=16720 /SHAREDFOLDER="V:\Models\22_Forest-RailClone SharedAssets"

\RailClonePro607.exe" /S /MAXVER=max2024-64 /MAXDIR="C:\Program Files\Autodesk\3ds Max 2024" /LICMODE=network /LICHOST=XXX /LICPORT=16720 /SHAREDFOLDER="V:\Models\22_Forest-RailClone SharedAssets"

is there something wrong with this setup for max 2024?

Michal Karmazín

  • iToo Software
  • Hero Member
  • *****
  • Posts: 3005
Re: Unattended Installation max 2024
« Reply #1 on: June 13, 2023, 08:00:06 am »
Hi,

In recent versions, for the 3ds Max 2022 and above, our plug-ins are now installed at C:\ProgramData\Autodesk\ApplicationPlugins, using the latest package format for plugins and there's no need to specify /MAXVER & /MAXDIR parameters - these parameters have been "replaced" by the /APPPLUGINSDIR parameter (most usually, it's not needed to specify the "/APPPLUGINSDIR" folder).

I hope that helps.

Best regards,

Fer

  • Newbie
  • *
  • Posts: 13
Re: Unattended Installation max 2024
« Reply #2 on: June 13, 2023, 06:57:12 pm »
I removed the /MAXVER and /MAXDIR and now the installer worked, thanks!