I have written a WPF Application with a datalayer using Entity Framework 4 (EF4, using SQL Server, not Compact Edition). How can I ensure that everything the App needs gets installed at the customer? Is there a standard way to install EF4 with a Windows Installer?
EDIT: found an article about that problem: Using SQL Server Compact 4.0 with Desktop Private Deployment and a Setup project (MSI) (part 2). I might change some stuff (like autokey creation) and use CE
Similar question: Do I need to install SQL Server Compact Edition on all client's desktops?
maybe interisting for people doing something similar: SQLCE is a compact database that is click once deployable...