I want to include the msi for SQL Server Express 2014 LocalDB with a .NET app, but it looks like you need a different one for 32-bit and 64-bit OS. This means making an installer package with both (adding 44Mb to the size), or creating separate installers for different target OS, or making the prerequisite a download, which requires the user to have internet access when installing. None of these solutions is very good.
What are the options?
Steve Jensen