Itoo Software Forum

Forest Pack => Forest Pro (*) => Topic started by: Fer on June 12, 2023, 10:12:24 pm

Title: Unattended Installation max 2024
Post by: Fer 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?
Title: Re: Unattended Installation max 2024
Post by: Michal KarmazĂ­n 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,
Title: Re: Unattended Installation max 2024
Post by: Fer on June 13, 2023, 06:57:12 pm
I removed the /MAXVER and /MAXDIR and now the installer worked, thanks!