I have an executeable that is packed in the XPI install package. In the install.js I can call it and run. The only problem is that it returns a integer value i need to reference. file.execute will not return that. Is there a way I can execute a program and get the return code of that program in install.js?
thanks in advance
