Where is the render settings/output module config stored?
I'm using After Effects silent install with a powershell script
https://silentinstallhq.com/adobe-after-effects-cc-silent-install-how-to-guide/
..and then I have the powershell script create a ae_render_only_node.txt file in Documents so it's set up as a render node. However I have custom render settings that I don't believe are imported with the package.
I want to automate the After Effects setup on different machines, and if have to create the render settings/output modules for each instance, I would have to first remove the ae_render_only_node.txt so I can access the UI, change those settings by loading .ars/.oem files, then putting ae_render_only_node.txt back. And I'm trying to avoid manual work during AE setup.
My idea is to find the config files, and replace them using powershell after AE installation. That way everything would be setup by just running a powershell script. Is this even doable? In which file(s) are the render settings and output modules stored?
