Visual Studio 安装程序、SqlServerCe 和 64 位

发布于 2024-11-08 20:36:31 字数 435 浏览 0 评论 0原文

我正在开发一个新的 VS2010 解决方案,该解决方案必须有一个 Windows 和一个 Web 安装程序(两个单独的安装项目)。

我的 VS2010 解决方案的核心是数据库:SQL Server CE 3.5 SP1

我知道 64 位计算机需要 32 位版本的 SqlServerCe 和 64 位版本SqlServerCe 的位版本。

我知道如何添加自定义安装程序脚本来检查 32 位和 64 位版本是否存在以及它们的版本号在注册表中是否匹配。

我的安装项目将 SqlServerCe 显示为检测到的依赖项之一。

所以,我的问题是,我是否需要使用上面指定的自定义安装程序脚本来检查正确的版本,或者如果系统上尚未存在这些版本,安装程序是否会添加这些脚本?

I'm working on a new VS2010 Solution that is going to have to have a Windows and a Web Installer (two separate setup projects).

At the heart of my VS2010 Solution is the database: SQL Server CE 3.5 SP1

I know that 64-bit machines need both the 32-bit version of SqlServerCe and the 64-bit versions of SqlServerCe.

I know how to add custom installer scripts to check that both 32 and 64 bit versions are there and that their version numbers match up in the registry.

My setup projects show SqlServerCe as one of the detected dependencies.

So, my question is, do I need to use my custom installer scripts specified above to check for the right versions, or will the installer add these if they are not already on the system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文