QUOTE(Javacat @ Aug 1 2006, 03:51 PM)

QUOTE(winapa @ Aug 1 2006, 02:54 PM)

Having read gthubron's post about a beginners guide to the GP2X and reading that he had problems getting games installed, it occurred to me that perhaps what we need is an installer for homebrew and the like.
I actually had a similar idea, after reading the same post, but I then forgot about it 3 seconds later

A simple installer, designed for the GP2X, in a similar manner to MSI files in windows would be great. You could even make them autorun, so that the process would be along the lines of:
- Download game/application
- Copy straight to the root directory of the SD card
- Put in GP2X and turn on
- Installer autoruns
- Follow the on screen instructions, selecting the appropriate settings (Or just bash A until it is installed)
- Launch program

Something like this would probably work best in a new GUI, with a proper menu structure for browsing programs.
The actual installer program could be made to autorun whenever the GP2X is turned on, or run manually. When the installer is run it could do the following processes:
- Scan SD root/current directory for archives with a certain name format (eg, appname.gp2x.zip). If non are found close.
- If multiple archives are found it will display a list of installers, otherwise it goes straight to the next step
- Open the archive and look for installer.ini and extract bits of information. If no installer.ini file is found, just ask the user where they want to extract the files.
- Use information to display custom prompts, which the user completes and use this to install the app
- Once finished ask the user if they want to delete the installer or not
For people not wanting to use the installer they could just open the archive and install as normal.
What you're referring to is something like the Blizzard installer that I used to use with my Nokia 6600 for...ahem..certain games

The installer I downloaded was for Windows really, but had the advantage that it stored the deinstallation script in the destination directory (i.e. the sd card). That way, you deinstalled from the add remove programs menu. People are more familiar with this sort of installation, and are comfortable with it in my view. Hence why I picked a Windows installer. Of course, this wouldn't cater for our Linux friends out there.
QUOTE(yaustar @ Aug 1 2006, 04:34 PM)

Wouldn't a batch/script file (either for Windows or the GP2X) work just as well? Run a script on the GP2X, it moves the files to the areas it deems most common.
It would do the same job, yes....The problem is in my view, that people like things to be the same, they don't like change. But if there was a standard script/batch file that could be adapted for each installation that might do.
Don't forget though, that some people really do have problems even copying things to a memory card (my father in law springs to mind!). These are the sort of people that want the easy life.