I'm trying to get my IIS site to only listen on the IP address that I'm 
providing.  When I use the following snippet of WiX code, though, I get two 
addresses in the IIS site properties, and the one that is selected for it to 
listen on is 'All Unassigned'.  How do I replace All Unassigned with my IP 
address/hostname combo?

<iis:WebSite Id="PartnerXSite" Directory="mainDirectory" 
WebLog="DefaultLogging" Description="PartnerX Web Site" AutoStart="yes"
                                                 
DirProperties="SoapWebProperties" ConfigureIfExists="yes">
<iis:WebAddress Id="PartnerXAddrId" IP="[PartnerX.IPAddress]" 
Header="$(var.PartnerXHeader)" Port="80" />
      <iis:WebApplication Id="PartnerXWebApp" Isolation="high" 
WebAppPool="PartnerXPool" Name="PartnerX Web Site" />
</iis:WebSite>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to