I am an intermediate WIX user using WIX 3.7 in VS2012. I have multiple webapps solutions.
For each I have a bootstrapper including an MSI project.
I want each installer to conditionally change the port based on what, if anything is already installed in IIS.
In other words: install to port 80 by default or port 81 if 80 is used, or 82 if 81 is used etc.
I have searched for "WIX conditionally change port" and found the following posts
WiX 3.7 IIS Setup
Wix to Install multiple Applications
..but they don't seem to be quite what I need.
Apologies if the answer is staring me in the face and I'm not seeing it.
Thank you.