Hello friends,
I want to install .air file using my java code.I am currently using following code to run the air installation:
Runtime rt=Runtime.getRuntime();
rt.exec("cmd /c start call secureId.air");
rt.exit(0);
Is there any way to install .air as a back ground without cmd prompt? or Is there any other way to install this air application.
please help me. Thanks in advance