At work, we have an image viewer that currently uses text index files to store document information. We are planning to add some kind of indexing to allow for faster searching, and I thought it might be best to use something like MySQL which is a bit more mature and robust rather than try to write our own system. Is it possible to use MySQL without installing it? Our viewer needs to be able to run straight from DVD or CD without installing anything.