Hi Forum, I have developed a simple Mendix application, and now I am trying to create an Import Functionality to it to import the modules from my application to another app, when I import it has some dependencies like we need to again download the component from the Marketplace, so to avoid this I am writing a script to automate the process of downloading the components from Marketplace. Can this is be achieved? I also need to know on how to write a script to connect to the present application and perform the functionalities. I was also thinking to put the script and the Mendix imported module into a single file ? Is there any other way to achieve this? Any help would be much appreciated.