To bind the certificate to the Web site, you can do something like:

<iis:WebSite Id="myWebsiteElement" Description="MyWebsite"
ConfigureIfExists="yes" Directory="INSTALLFOLDER">
  <iis:WebAddress Id="myWebAddressElement" Port="443" Header="mywebsite.com"
Secure="yes" />
</iis:WebSite>

That should go into the same Component as your Certificate elements. That
should be enough to do the binding.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Iis-Schema-Usage-tp7598329p7598359.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to