[izpack-users] executable

david alejandro garcia ortega daalgaor at hotmail.com
Fri Oct 5 21:03:15 CEST 2007


Thanks Loïc , "xterm" is what i needed
David Alejandro García Ortega


Date: Fri, 5 Oct 2007 19:56:21 +0200From: lbndev at yahoo.frTo: izpack-users at lists.berlios.deSubject: Re: [izpack-users] executable
A few possibilities :

Modify your scripts to redirect all output to log files
Wrap your scripts into another that will run them in an xterm of some kind.
Run your scripts using the ProcessPanel instead of the <executable> tag (direct inputs will not be possible, so you'll have to use a UserInputPanel first to gather the information, and then parse your script with the <parsable> tag to replace the variables).I would advise you to use the latter. It is a bit more complicated, but it looks much cleaner to the end-user.Good luck,Loïcdavid alejandro garcia ortega a écrit : 


 Hi, i'am making an installer with izpack, i have a packet that contains 2 executables, both are shell scripts for unix. I need this scripts runs in terminal, when I test my installer in Linux,the scripts don´t work because run´s without terminal and i need a terminal to read/write some information. What can i do for get mi script runing in terminal? Here are my executables:  <executable targetfile="$INSTALL_PATH/utilidades/installjai32.sh" keep="yes" stage="postinstall" /><executable targetfile="$INSTALL_PATH/utilidades/installjava3d32.sh" keep="yes" stage="postinstall" />   Thanks.
David Alejandro García Ortega

Express yourself instantly with MSN Messenger! MSN Messenger 
_______________________________________________
izpack-users mailing list
izpack-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/izpack-users
  
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20071005/4b9b0060/attachment.html 


More information about the izpack-users mailing list