Here is the markup.  Thank you for your help. 
    
    <DirectoryRef Id="INSTALLLOCATION">
      <Component Id="WebSiteComponent" Guid="xxxxxxxx" KeyPath="yes"
Win64="yes">
        <iis:WebAppPool Id="MyAppPoolID" Name="My Application Pool"
ManagedRuntimeVersion="v4.0" ManagedPipelineMode="integrated" />
        <iis:Certificate Id="SslCertificate" CertificatePath="[SSLFILENAME]"
Name="[LOCAL_MACHINE_NAME]" StoreLocation="localMachine"
StoreName="personal" PFXPassword="[SSLPASSWORD]" Request="no" />        
        <iis:WebSite Id="MyWebSiteID" Description="[WEBSITENAME]"
Directory="INSTALLLOCATION">
          <iis:WebDirProperties Id="WebSiteDirProperties"
WindowsAuthentication="yes" Read="yes" Script="yes" Execute="yes" />
          <iis:CertificateRef Id="SslCertificate" />
          <iis:WebAddress Id="NonSecured" Port="[PORTNUMBER]"/>
          <iis:WebAddress Id="Secured" Port="[SECUREDPORT]" Secure="yes"/>
          <iis:WebApplication Id="WebAppID" Name="WebAppName"
WebAppPool="MyAppPoolID" />
        </iis:WebSite>
      </Component>
    </DirectoryRef> 

Test Environment:
Windows Server 2008 R2
IIS 7.5
.NET 4.0


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-configure-IIS-web-svc-ext-tp6360160p6458856.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to