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="UCP Web Portal 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>
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-configure-IIS-web-svc-ext-tp6360160p6454810.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users