Embedding SQLServer CE in an installer

社会主义新天地 提交于 2019-12-11 03:40:38

问题


We need to embbed SQLServer CE in the installer of our application in order to set it as the default backend. Is there any merge module or something to include the SQLServer CE installer in our installer? Or is it as simple as including the dlls?

Thanks


回答1:


Just include the DLL in the correct folder, and prepare app.config - see this blog post: http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html



来源:https://stackoverflow.com/questions/6331295/embedding-sqlserver-ce-in-an-installer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!