That mail thread is out of date - WiX 3.0 RTM (and 3.5) should have all fixes 
that existed in WiX 2.0 (and in fact additional bugfixes as well).

The IIS7+ support works completely differently on WiX 3.5 and above - have you 
tried building your product with the latest build of WiX 3.5, to see if that 
solves the problem?

If it doesn't solve the problem, file a bug on sourceforge against v3.5, attach 
a repro (make sure to exclude any sensitive things from your authoring, if 
there are any), and attach a verbose MSI log of the install which didn't seem 
to work.

Thanks,
Mike Carlson

-----Original Message-----
From: Amruta Muley (Cognizant Technology Solutions) 
[mailto:v-amm...@microsoft.com] 
Sent: Tuesday, January 26, 2010 11:56 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] installing SSL website on IIS 7.5 using Wix 3.0

Hello,

I am trying to install a SSL website on a Windows Server 2008 R2, IIS 7.5 box 
using an existing certificate.
The cert gets installed on the machine but does not get attached to the website 
SSL bindings. Post installation, if I manually attach the cert to the SSL 
bindings of the site, the website works.

NOTE: I am using Wix 3.0 here.

Also, I was looking through the archive mails and I found a mail chain stating 
that cert fixes not ported to WiX v3.
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg04373.html. 
However this is a 2006 mail chain. Would like to know if the issue is still 
open. If yes, then is there a work around because we are planning to WiX for 
production deployment.

Below is my code snippet.

<iis:Certificate Id="MyCertificate" Name="demo.pfx" Request="no"  
StoreLocation="localMachine"        StoreName="personal" Overwrite="yes" 
BinaryKey="MyCertificateIDRoot" PFXPassword="certTest"/>

<iis:WebAppPool Id="AppPool1' Name='AppPool1' Identity='networkService' 
VirtualMemory='156'>
</iis:WebAppPool>

<iis:WebSite AutoStart='yes' ConnectionTimeout='900' Id='AbcServices' 
Description='AbcServices'
               Directory='APPLICATIONROOTDIRECTORY'> <iis:WebAddress 
Id="WebAddr1" Port="80" />
               <iis:WebDirProperties Read='yes' Script='yes' Execute='yes' 
Id='WDprop_WSite' AccessSSL='yes'
                  AccessSSL128='yes'/>
                <iis:CertificateRef Id="MyCertificate"/>
</iis:WebSite>

Any help would be greatly appreciated.

Thanks & Regards,
Amruta
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to