WCF 中的 MSI 包自动更新
我有一个类似这样的场景...
我创建了一个 msi 包来在 iis 中托管 wcf 服务。每当服务发生任何更改时,我都会卸载该软件包并创建一个新软件包,然后再次安装。
有没有一种可能的方法可以让我们在 wcf 服务发生更改时自动更新 MSI 包。
I Have a scenario something like this...
i created a msi package to host the wcf service in iis. when ever there is any changes in the service i am uninstalling the package and creating a new one and then installoing back again.
Is there a possible way where we can auto update the MSI Package when ever there is a change in the wcf service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看 MSDeploy / Web Deploy 2.0 来部署您的服务,它更适合这项工作。
http://www.iis.net/download/WebDeploy
http://msdn.microsoft.com/en-us/library/aa751792.aspx
I would suggest you take a look at MSDeploy / Web Deploy 2.0 to deploy your services instead, it's far more suited for the job.
http://www.iis.net/download/WebDeploy
http://msdn.microsoft.com/en-us/library/aa751792.aspx