Hi,
I am having transformed config files in my .NET web setup project and having conditions on each config files like ENV=QA, ENV="Staging"..etc respectively.
When I am trying to run the setup project from the command line using the below command
msiexec.exe /i "Foo.msi" /qb TARGETAPPPOOL=FooPool TARGETSITE=/LM/W3Svc/2 TARGETVDIR=FooDir ENV=QA
It copies all the config files in the target directory (Installing location). How to restrict the default web.config file being copied.
Thanks in advance
PMM