| Author |
how to call a setup file from your java code
|
reddy ajay
Greenhorn
Joined: Apr 21, 2011
Posts: 8
|
|
|
can you guys show me how i can call a setup file from my java code and then perform the normal installation in the installation directory which i choose from the GUI. i should then be able to normally start the program from the windows start tab.
|
 |
reddy ajay
Greenhorn
Joined: Apr 21, 2011
Posts: 8
|
|
You can acutually call by accessing the command prompt and from there we can call the installer.
We can access the command prompt by,
Runtime.getRuntime.exec(echo password| sudo -S filepath -target)
Hoorah!!!
|
 |
 |
|
|
subject: how to call a setup file from your java code
|
|
|