要在Windows服务器中部署CAB或MSI文件. [英] Want to deploy CAB or MSI file in windows server.

查看:106
本文介绍了要在Windows服务器中部署CAB或MSI文件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

之前,我为我的项目创建了一个.dll文件,该文件是VC ++的,然后将.dll部署在远程Web服务器中.

但是现在,对于另一个模块,他们要求从vb6.0创建.msi程序包和.cab文件,并将其部署在远程Web服务器中.

我不知道该怎么办.实际上,我已经使用打包和部署向导"创建了cab文件.但是我不知道如何将.cab文件转换为.msi包.

我想知道的事情:

1)使用VB6.0创建.cab包(某些方法是我这样做的)
2)使用VB6.0将.cab转换为.msi
3).msi文件部署在远程Web服务器中.

请尽快帮我.....

在此先感谢....

Earlier i created a .dll file for my project which was in VC++ and deploy the .dll in remote web server just like that.

But now, for another module they are asking to create a .msi package and .cab file from vb6.0 and deploy it in remote web server.

I dont know what to do. Actually i''ve created cab file using "Package and deployment wizard". But i dont know how to convert the .cab file into .msi package.

Things i want to know:

1)Create .cab package using VB6.0 (Some how i done this)
2)Convert .cab into .msi using VB6.0
3)Deploy the .msi file in remote web server.

Please help me ASAP.....

Thanks in Advance....

推荐答案

经过大量的搜索,我知道我们无法同时通过VB6.0应用程序创建MSI和CAB文件. />
实际上,我也在搜索将DLL COM组件导出为MSI和CAB.

然后只有我才知道我们可以通过代理部署为COM部署创建MSI和CAB文件.

首先,我们需要将dll部署在一台远程服务器上,然后从那里将组件导出为代理应用程序.它将自动为您要生成的组件生成MSI和CAB文件.

然后可以从另一个需要部署的Web服务器运行该MSI,它将自动安装在需要部署的远程服务器中.

最后,我了解了COM的代理部署:( SighS :)

我希望这会对像我这样的人有所帮助.

谢谢.
After googling a lot, i came to know that we cannot create MSI and CAB file through VB6.0 application simultaneously.

Actually I searched for exporting the DLL COM component as MSI and CAB as well.

Then only i came to know that we can create a MSI and CAB file for COM deployment through Proxy deployment.

First we need to deploy the dll in one remote server and from there you need to export the component as Proxy application. It will automatically generate the MSI and CAB file for the component you are intended to generate.

Then that MSI can be run from the another web server that needs to be deployed.It will automatically installed in the remote server that needs to be.

At last i learned Proxy deployment of the COM :( SighS :)

I hope this would be helpful for some one like me.

Thanks.


这篇关于要在Windows服务器中部署CAB或MSI文件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆