So I've got an application with a few MDB's.

The majority of my customers use XP (for now) so I put my data in a folder under the application's EXE's like this:

MyApp\app.exe
MyApp\Data\Data.mdb

To avoid security problems under Vista I'd like to put the MDB's in the right place. I'm told that's in the Public folder but I'm not overly clear on that point.

Any tips on using Inno so it works with both XP and Vista?

Thanks!

--DB