Dan Kegel wrote:
In fact complete Wine-Doors / Winebot projects can serve for this purpose too - as a repository of automated WINE tests.
Yes, when I heard that Wine-Doors used autohotkey, I realized the same thing. (I gather winebot is part of wine-doors, http://www.wine-doors.org/trac/browser/sandbox/contrib/prototype/winebot.pl)
I am quite skeptical of wine-doors, though, for various reasons. (For instance, the web site is both overdesigned and amateurish, the project was founded with way too much self-promotion, and the goals were both grandiose and poorly explained. Doesn't mean they'll fail, but it does mean I find it painful to interact with them.)
- Dan
WineBot (http://winebot.sandbox.cz) is a sort of lightweight implementation of some core thoughts, but with command line based interface and less dependencies. Both projects share some core ideas and data file formats. WineBot goals are much smaller in scope than Wine-Doors ones, going in smaller steps.
The main goal is to replace obsolete and almost unmaintainable winetools project.
Main idea is to make repositories of supported application packages, both installed from CD, HDD or downloaded from net.
For example to install Oblivion by placing CD into tray and entering
winebot install tes_oblivion-1.1.511uk
Or in case of Wine-Doors - insert CD, run wine-doors, select Games repository, click to add Oblivion to install queue.
Given list of manual steps required to install Oblivion http://www.uesp.net/wiki/Oblivion:Linux this can be automated easily and comfort would be similar to using Loki installers.
Regards Vit