I am trying to upgrade IIS websites by keeping old IIS setting as it is. I found same question but didn't find any satisfying answer.
SO after long research I found that "ConfigureIIs" action removing Old IIS websites, now I want to skip this action.
<Custom Action="ConfigureIIs" After="InstallFiles">(&Web = 3)</Custom>
This I have tried.
please provide solution.