Hi I am trying to use the WIX iis extension and I am getting the following
error when trying to install:

 

MSI (s) (A8:24) [11:35:48:505]: Executing op:
CustomActionSchedule(Action=WriteIIS7ConfigChanges,ActionType=11265,Source=B
inaryData,Target=**********,CustomActionData=**********)

MSI (s) (A8:AC) [11:35:48:536]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI20F9.tmp, Entrypoint: WriteIIS7ConfigChanges

WriteIIS7ConfigChanges:  Error 0x80040154: Failed to open
AppHostWritableAdminManager to configure IIS7

WriteIIS7ConfigChanges:  Error 0x80040154: WriteIIS7ConfigChanges Failed.

CustomAction WriteIIS7ConfigChanges returned actual error code 1603 (note
this may not be 100% accurate if translation happened inside sandbox)

Action ended 11:35:48: InstallFinalize. Return value 3.

 

Anyone have any ideas whats wrong?

 

My wxs file:

 

    <Component Id='WebVirtualDirComponent' Guid='*'
Directory='INSTALLLOCATION'>

      <CreateFolder/>

      

     <iis:WebAppPool Id="WebAppPool" Name="DefaultAppPool" />

               

     <iis:WebVirtualDir Id='WebVirtualDir' Alias='[PRODUCTNAME]'
Directory='INSTALLLOCATION' WebSite='DefaultWebSite'>

       <iis:WebDirProperties Id='WebVirtualDirProperties' Execute='yes'/>

       <iis:WebApplication Id='WebApplication' Name='[PRODUCTNAME]'
WebAppPool='WebAppPool'>

         <iis:WebApplicationExtension Extension='dll'
Executable='[#mod_Gsoap.dll]' CheckPath='yes' Script='yes'/>

       </iis:WebApplication>

     </iis:WebVirtualDir>

      

     <iis:WebSite Id='DefaultWebSite' Description='Default Web Site'
Directory='INSTALLLOCATION'>

      <iis:WebAddress Id='AllUnassigned' Port='80' />

       <iis:WebDirProperties Id='WebDirProperties' Execute='yes'/>

    </iis:WebSite>

   </Component>

 

 

Kind Regards,

 

Natalie Carr

 

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to