简体   繁体   中英

Auto update for MSI Package in WCF

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM