Is it possible to copy files from installer to user's machine before and after specific set of commands execution successful?
I have to execute XYZ command which needs some library files, so I want to copy these libraries from installer to user's machine. Once XYZ command runs successfully, other files and libraries required for project needs to be copied to user's Machine. Also I have integrated Advanced installer wih Jenkin plugin. Is this possible with Advance Installer? If yes then how can I specify files to be copied before XYZ command execution and files to be copied after command execution? Also provide any reference guide for Integration of Jenkin plugin in Advanced installer?