Is there a way to create MSI so that it can install the software in two different places by restarting it? I am creating an MSI to deploy a web application. I would like to create MSI once (I use the Web Setup project), say, for the stage, and after the assembly is qualified, I would like to start the same MSI again for another environment (UAT). The problem, however, is that we use the same web server for STG and UAT (working as two different websites in IIS).
Thanks.
Karl
source
share