I am making a little program that will backup some files from a game to some site like dropbox, but instead of adding every single one of the games I want to backup by hand . I would like to make a small wizard that would append information on were the game's files are to something.
For example , say that I wanted to backup a game like minecraft. I want the wizard to ask information like the executable for the game ,an optional icon, and the types of information to back up.When the program starts up for the first time I would want it to give a user a search box to look up games, then the program would check to see if it exist , and provide a nice interface with check boxes and things to select things you want to do .
I am basically asking if there is some kind of database for storing information , and that information should should be copied from a single database. However, when some one downloads my program and adds the games they have to the list, it should copy over that information from the single database .
I am sorry if I am horrible at explaining things :/