开发者

Auto update for MSI Package in WCF

开发者 https://www.devze.com 2023-03-01 21:50 出处:网络
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

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 th开发者_如何学运维e MSI Package when ever there is a change in the wcf service.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消