What is a good way to distribute a small database on CD-ROM?
The Database has to be encrypted. It must run on WinXP and Vista. The application is written in C# and is also distributed on CD. Records are only read but not written.
Its ok to run an installer, but we prefer not to do it.
The DB has 100000 records and performance is not the primary goal.
EDIT: Yes the user will have to enter a password to decrypt the database.