[Wine] Writing an automated install script

Dan Kegel dank at kegel.com
Mon Apr 7 13:06:35 CDT 2008


On Mon, Apr 7, 2008 at 10:59 AM, Timeout <wineforum-user at winehq.org> wrote:
>  1. I don't know yet to check if something is already there.

if [ test -f filename ]
then
   echo "file exists"
fi

>  3. Screenshot 11, I may have the problem that "Next" gets clicked to early since I have already told to click on next. How to make the script understand that "next" is to be clicked only after these entries.
>  Do I have to say to the other "next" that's only when no other command are pending?

You can't click buttons in a shell script.  Are you expecting the user to
do all the button clicking, or do you want to automate that?



More information about the wine-users mailing list