Install software with applet

Hello to all,I need to install a certain software with an applet. Can be done? Like). I take to day investigating and nonencounter the form.Thank you very much
[180 byte] By [ACRVa] at [2007-10-3 1:05:20]
# 1
When you install something (e.g in Windows) you are using an installer.So your question is transformed to : how to run an installer from an applet.And the answer is simple. You can do it like thisProcess myprocess=Runtime.getRuntime().exec(Installer_Command);
JavaPropagatora at 2007-7-14 18:01:48 > top of Java-index,Security,Signed Applets...