Hi,
I am trying to install a SSL website (on IIS 6.0, 7.0 and 7.5) using IIS
Extention with no success. I have tried using WiX 3.5 as well as the weekly
WiX build from 10/3/2011 (WiX 3.6.2201.0). It fails on all three IIS
platforms, so I must be doing something fundamentally wrong. I have attached
the complete wix project (it can be built with msbuild SslWebSite.msbuild).
For instance on IIS 7.0 the markup is as follows:
<Component Id="iisCertificate" Guid="">
<CreateFolder Directory="SSLWEB"/>
<iis:Certificate Id="SslWeb" BinaryKey="SslWebSite.pfx"
Name="SslWeb" PFXPassword="password" Overwrite="yes"
StoreLocation="localMachine" StoreName="trustedPeople" />
</Component>
<Component Id="iisWeb70" Guid="">
<Condition><![CDATA[IIS_MAJOR_VERSION="#7" AND
IIS_MINOR_VERSION="#0"]]></Condition>
<CreateFolder Directory="SSLWEB"/>
<iis:WebAppPool Id="SslWeb70" Name="SslWeb"
ManagedRuntimeVersion="v4.0" IdleTimeout="0" RecycleMinutes="0"
ManagedPipelineMode="integrated" />
<iis:WebSite Id="SslWeb70" Description="SSL Web"
Directory="SSLWEB" AutoStart="yes" ConfigureIfExists="yes">
<iis:WebAddress Id="SslWeb70" Port="[WEB_PORT]"
Secure="yes"/>
<iis:CertificateRef Id="SslWeb"/>
<iis:WebDirProperties Id="SslWeb70" Read="yes"
Script="yes" Execute="yes" Write="yes" />
<iis:WebApplication Id="SslWeb70" Name="SSL Web"
WebAppPool="SslWeb70" />
</iis:WebSite>
</Component>
Running msiexec /l*vx log.txt /i SslWebSite.msi I get the following erorr:
MSI (s) (04:84) [15:00:42:425]: Executing op:
ActionStart(Name=WriteIIS7ConfigChanges,Description=Installing Config Keys
and Values,)
MSI (s) (04:84) [15:00:42:428]: Executing op:
CustomActionSchedule(Action=WriteIIS7ConfigChanges,ActionType=11265,Source=BinaryData,Target=**********,CustomActionData=**********)
MSI (s) (04:84) [15:00:42:433]: Creating MSIHANDLE (202) of type 790536 for
thread 1412
MSI (s) (04:BC) [15:00:42:434]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI4D83.tmp, Entrypoint: WriteIIS7ConfigChanges
CustomAction WriteIIS7ConfigChanges returned actual error code 1603 (note
this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (04:BC) [15:00:45:047]: Closing MSIHANDLE (202) of type 790536 for
thread 1412
Is there a kind soul out here, that can tell me what I am doing wrong?
Thanks
Steffen Enni
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users