This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Executing script on Ubuntu 12.04
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 14, 2013
08:19 AM
Executing script on Ubuntu 12.04
How to execute script on Ubuntu 12.04 through InstallAnywhere 2012
(3) Replies
‎Mar 14, 2013
11:21 PM
Hi,
Use the Execute Script/Batch file action.
Use the Execute Script/Batch file action.
‎Mar 15, 2013
12:34 AM
Hi
I have added jdk-6u21-linux-i586.bin to root and added script sh ./jdk-6u21-linux-i586.bin to Execute Script/Batch file but it doesn't executing the script.
I have also tried with Execute Command. 😞
I have added jdk-6u21-linux-i586.bin to root and added script sh ./jdk-6u21-linux-i586.bin to Execute Script/Batch file but it doesn't executing the script.
I have also tried with Execute Command. 😞
‎Apr 04, 2013
02:22 AM
sumo2k wrote:
Hi
I have added jdk-6u21-linux-i586.bin to root and added script sh ./jdk-6u21-linux-i586.bin to Execute Script/Batch file but it doesn't executing the script.
I have also tried with Execute Command. 😞
Please add following command in script file
cd /
sh ./jdk-6u21-linux-i586.bin
I think it should work. Intention is go to directory where you have bin file and run it..