Custom install

Answered

Hello everyone,

I work in a huge company. We want to save time and simplify the installation process of our Java environment. For this, we would like to create a preconfigurated package of an Intellij installation. This package would then be deployed on user computers through our "Software Center".

Can I customize (for example Intellij's "Settings") an installation of Intellij to preconfigure all of our workstations?

Thanks.

Alexis

0
9 comments

You can customize it for one user/machine, then use File | Export Settings, then unpack the produced jar file for other users/systems (https://intellij-support.jetbrains.com/hc/articles/206544519) using your customized installer.

1

Thanks a lot Serge :)

0

Hi Serge,

 Where can I find an ZIP IntelliJ installer ?

 Thanks

0

Oh sorry, 

I haven't seen the arrow button :)

Thanks

0

Hi, I am an instructor hoping to create a custom installer (Mac and Windows) of PyCharm that will include custom settings.  Because of the nature of the audience I do not want to make each student import the settings file or default the correct version of Python; I would like the installer to do all of that for them.  Is this possible?  

0

Everything is possible with a custom installer, you just need to populate the Configuration directory with some pre-existing settings after installing the IDE.

0

So I would like to offer a one-step solution where the student instals the IDE and it is already configured.  Is there a way to pre-populate the settings so the installer is preconfigured to use them?   

0

You will need to create your own installer which will first run the original installer and then populate the settings directory.

0

Please sign in to leave a comment.