Install new version of PyCharm silently, uninstall Old verison silently via cmd
Is there anyway to install a new version of PyCharm silently on a box that has an old version of PyCharm installed and also silently uninstall the old version?
I can't seem to find how to do this with the config file.
Please sign in to leave a comment.
You can uninstall PyCharm silently: https://www.jetbrains.com/help/pycharm/uninstall.html#silent
And then install the new version silently: https://www.jetbrains.com/help/pycharm/installation-guide.html#silent
Even though it says that silent uninstall is working only it it was installed silently, it also works for normal installations (tested myself just in case).