Is there a way to not install the different languages of 3DS Max

Is there a way to not install the different languages of 3DS Max

Jason_S
Collaborator Collaborator
3,932 Views
12 Replies
Message 1 of 13

Is there a way to not install the different languages of 3DS Max

Jason_S
Collaborator
Collaborator

Hello,

 

I have tried and tried again to create a deployment of 3DS Max and not have all the different languages install with it.  Besides deleting the icons from each station is there something in the deployment I can uncheck to prevent this?  I also don't want to have a desktop icon created but there isn't a setting I found to stop that from happening either.  I have many users that hate desktop icons and would rather people create them on their own if wanted.

 

Thank you for the help

 

2017-07-18_151101.png

0 Likes
Accepted solutions (1)
3,933 Views
12 Replies
Replies (12)
Message 2 of 13

Mark.Lancaster
Consultant
Consultant

@Jason_S

 

Where did you get your 3DS Max Media from?  Autodesk Account or Virtual Agent?  If you download/install/deploy from the Virtual Agent, it should only contain the English version (if that's the language you need).

Mark Lancaster


  &  Autodesk Services MarketPlace Provider


Autodesk Inventor Certified Professional & not an Autodesk Employee


Likes is much appreciated if the information I have shared is helpful to you and/or others


Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.

Message 3 of 13

Jason_S
Collaborator
Collaborator

I got the media from my Autodesk Account.  I have Building Design Suite Premium and all the other software installs fine.

 

 

0 Likes
Message 4 of 13

m_latz
Advisor
Advisor
Accepted solution

Just tried with 3ds Max 2017. And yes I can confirm, that if I do "browser download" it downloads all language versions in one package. I think this is because 3ds Max is "multi language".

 

But when you create the deployment you can disable all "unnecessary shortcuts" with:

 

ADSK_DESKTOPSHORTCUT_1=0

 

this disables the desktop shortcut

 

and

 

CREATESHORTCUT=1

 

this disables all "language specific" shortcuts.

 

Tried with a "test deployment" and after install my start menu looks like:

 

MaxShortcuts2017.png

 

To add the required properties to your deployment, just edit your <deployment>.ini file:

 

MaxShortcuts2017-2.png

 

This worked in 3ds Max 2017 and I suppose that this should work also in 2018, but I have not tested this in 2018 !

 

But I'm sure there is also a way to do this.

 

regards

 

Markus

 

Message 5 of 13

Jason_S
Collaborator
Collaborator

Markus,

 

Thank you very much.  This is great help.

 

 

0 Likes
Message 6 of 13

m_latz
Advisor
Advisor

Try with 2018 and if it does not work, I download the 2018 installation sources and take a look.

 

regards

 

Markus

0 Likes
Message 7 of 13

jpenapen
Observer
Observer

Do you have a solution for this issue on 3ds Max 2022 ?

0 Likes
Message 8 of 13

m_latz
Advisor
Advisor

Let me check ...

 

regards

 

Markus

0 Likes
Message 9 of 13

m_latz
Advisor
Advisor

Hello @jpenapen,

 

just took a look to the 3dsMax.msi file. You can use the same MSI properties to control the shortcuts:

 

ADSK_DESKTOPSHORTCUT_1=0

this disables the desktop shortcut

 

and

 

CREATESHORTCUT=1

this disables all "language specific" shortcuts.

 

The only thing that have changed is, that you have to define the properties in the "pkg.3dsMax.xml".

Open the file with a text editor and take a look to the already defined "MsiProperty" definitions.

 

Let me know If you understand how to modify. If not I give you an example.

 

regards

 

Markus

 

0 Likes
Message 10 of 13

jpenapen
Observer
Observer

Thanks Markus for your fast response!

 

I am not sure where to add the MSI properties, see attached screenshot.

 

Would removing the "extra" language lines work as well?

0 Likes
Message 11 of 13

m_latz
Advisor
Advisor

See here, just add the two lines with the two additional MSI properties. Do not modify anything else ! Copy the MSI property names from my previous post.

 

3DS-Max-RemoveShortcuts.png

Just to be sure, because I saw in my screenshot that my cursor could be misunderstood:

 

<MsiProperty name="ADSK_DESKTOPSHORTCUT_1" value="0"/>
<MsiProperty name="CREATESHORTCUT" value="1"/>

 

regards

 

Markus

0 Likes
Message 12 of 13

jpenapen
Observer
Observer

Awesome!! Thank you very much!!

0 Likes
Message 13 of 13

m_latz
Advisor
Advisor

You're welcome 🙂

 

regards

 

Markus

0 Likes