I have a script like this ...
i created the msi package to host the wcf service in iis. when ever there are any changes to the service, I uninstall the package and create a new one and then install again.
Is there a possible way to automatically update the MSI package when a wcf service change ever occurs.
source
share