You can add the exe to your jar file and then use getResourceAsStream to write it out to the temp directory. This is a simplified example...public class MyCustomCodeClass extends CustomCodeAction { public void install(InstallerProxy ip) throws Ins...