InstallShield LE (Visual Studio 2010) 中缺少必需的先决条件 SQL Server CE
我刚刚在 Visual Studio 2010 中启用了 InstallShield LE,并正在整理一个安装项目。我想将 SQL Server CE 4.0 指定为必需的先决条件,以便 InstallShield 能够处理 64 位与 32 位以及不同操作系统的复杂性,而无需我检查注册表项或类似的内容。
为什么不包括 SQL Server CE?它被誉为 Microsoft 的桌面数据解决方案,InstallShield LE 被誉为 Visual Studio 安装项目的替代品,所以它不应该成为标准吗?
我可以在 InstallShield 的要求文件夹(以及许多其他文件)中看到 SQL Server CE prq 文件,但它没有显示在 Visual Studio 中。有办法启用它吗?
I've just enabled InstallShield LE within Visual Studio 2010 and am putting together a setup project. I would like to specify SQL Server CE 4.0 as a required prerequisite such that InstallShield will take care of the complexities of 64 bit vs 32 bit and different OS's without me having to check for registry keys or anything like that.
Why is SQL Server CE not included? It is touted as Microsoft's desktop data solution and InstallShield LE is touted as the replacement for Visual Studio setup projects, so shouldn't it be standard?
I can see a SQL Server CE prq file in InstallShield's Requirements folder (along with numerous others) but it does not show up in Visual Studio. Is there a way to enable it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不只包含所需的文件作为内容: http ://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html
Why not just include the required files as content: http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html