[Wine] Re: Writing an automated install script

Timeout wineforum-user at winehq.org
Mon Apr 7 13:16:31 CDT 2008


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

Thank you. I will add it for each dlls to add manually.



> 
> 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?


I want to automate that so that like your valgrin test, you can enter the script test list and get at the end a log where you can see if a change is improving or breaking the installer. Every part which fails has a message that the component failed so answering no there would abort the installation and you see what failed and for the case it hangs I would like to add a timeout.

In a later stage, I will try to give some time to the user to select at each window before the script comes into force.







More information about the wine-users mailing list