I have a fairly simple program that uses a small database so I decided use SQL Server Compact 3.5 even though my target is Desktop PCs and not mobile devices.
I have the rest of my installation written using Inno Setup, but I am not sure what to do with the database.
Do I have to distribute the SQLServerEv31-EN.msi file or is it possible to just distribute a few dlls?