从 Install Shield 2009 Premier 安装 SQL Server 2000
我在 InstallShield 2009 Premier 中有一个基本的 MSI 项目。 我有一些文件(dll、exe)要复制,没问题。 但除此之外我还需要安装SQL Server 2000。 我在开发期间所做的就是在开发之前安装SQL Server 2000(C#.net)。 我看到了可重新分发的“Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) SP3a”(需要下载)。 但是,安装这个可再发行版本会起到与 SQL Server 2000 相同的作用吗?
有关从 InstallShield 安装“SQL Server 2000”的任何信息...?
安装“Crystal Reports 2007”的问题相同。
I have a basic MSI project in InstallShield 2009 Premier. I have some files(dlls, exes) to be copied, no problem. But what I need to install SQL Server 2000 in addition to this. What I did during development time was to install SQL Server 2000 before development(C#.net). I saw re-distributable "Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) SP3a" (need to be downloaded). But would the installation of this re-distributable do the same job as SQL Server 2000?
Any information about installing "SQL Server 2000" from InstallShield... ?
Same question for installation of "Crystal Reports 2007".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解您的问题,那么将 SQL Server(或 Crystal Reports)添加为可再发行组件应该可以实现相同的目标,只要您选择应用程序所需的 SQL Server 最低版本。
If I am understanding your question correctly, adding SQL Server (or Crystal Reports) as a Redistributable should accomplish the same objective, as long as you choose the minimum-required version of SQL server that your application needs.