Re: [WiX-users] Header and Port for Default Website on IIS

2009-10-17 Thread Rob Mensching
Unfortunately, the WiX toolset does not provide a standard CustomAction to support this scenario today. Thus you'd need to write your own. Writing CustomActions a bit of reading the MSI SDK to understand all the scenarios. In your case you want to use Properties to pass the data in and out of the

[WiX-users] Header and Port for Default Website on IIS

2009-10-16 Thread Kris Rodenhausen
I am trying to get the header and port for the default website. My application fails its install using wix if the user has changed the port or header to something that is not the default. How do I go about getting this information in Wix? I see that I can use wildcards for the IP address, but Port