http://img376.imageshack.us/img376/2244 ... ot4kn0.png
new picture of the installer widget. will be done with it tonight, then all I have to do is duct-tape the download widget and installer widget to the main part of the program, and voila! GUI installer made.
A few notes about this. It will still support CLI install, especially if you do not have the proper pyqt libraries installed (<4.0). you will also need the QT libraries that pyqt depends on, but that should be handled by your package manager. As always, you will need python installed to run this script. Finally, I highly recommend you download the file yourself rather than having the GUI installer handle it for you. For compatibility reasons, I removed wget downloads from the GUI version, which means no more continued downloads, and no download error detection (install will mess up if your internet dies halfway, etc.) I will fix this as I learn more about urllib.
New in this version:
- Cabextract installation: allows you to install the files with cabextract instead of wine, for a much more stable and quicker (around a minute quicker) install. Wine will still handle unpacking the .exe you download from the website.
- GUI install (of course
)