将合并模块部署到客户端
我需要将一些 Crystal Reports XI .dll(craxdrt.dll、crviewer.dll)部署到客户端计算机。 Craxdrt.dll 有许多依赖项。我发现最简单的方法是使用提供的合并模块。一直依赖 ClikOnce 部署,我完全不知道如何做到这一点。
如果重要的话:.exe 是用 VB6 编写的,但我有 Visual Studio 2010 来制作安装项目。
谢谢!
I need to deploy some Crystal Reports XI .dlls (craxdrt.dll, crviewer.dll) to client computers. Craxdrt.dll has many dependencies. I found out that the easiest way to go about this is to use the supplied merge modules. Having always relied on ClikOnce deployment I am at a total loss how to do this.
If it matters: the .exe is written in VB6, but I have visual studio 2010 to make setup projects.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
理想情况下,您应该使用 Microsoft 很久以前作为 VB/VS 6.0 的附加组件提供的 Visual Studio Installer 1.1。虽然有点老了(最近从 Microsoft 下载中删除),但它运行良好,并且就是为了这个目的而设计的。该过程在产品附带的帮助中进行了描述。
但是,如果您有一个可以创建真实安装项目(即不是 Express)的 VS 2010 版本,它应该以非常相似的方式工作。将 MSM 添加到安装项目应该是一个标准选项。
请参阅 http://msdn.microsoft.com/en-us/library/aw2dz878 .aspx
Ideally you'd use the Visual Studio Installer 1.1 that Microsoft supplied as an add-on to VB/VS 6.0 a long time ago. While a bit long in the tooth (and recently removed from Microsoft Downloads) it works fine and was intended for just this purpose. The process is described in the Help that came with the product.
However if you have an edition of VS 2010 that can create real Setup projects (i.e. not Express) it should work in a very similar manner. It should be a standard option to add MSMs to a Setup project.
See http://msdn.microsoft.com/en-us/library/aw2dz878.aspx