WiX v.35 has native support for IIS7 APIs so you don't need to use the IIS6
metabase compat that WiX v3.0 uses. What you are seeing is probably a
difference in IIS7's APIs from the IIS6 APIs.

On Sun, Jan 30, 2011 at 8:14 PM, Christoph Vollmer <
christoph.voll...@emendo.co.nz> wrote:

> Hi,
>
>
>
> We have an Installer for a website that uses "iis:WebServiceExtension"
> to register ASP Classic. Complete line is
>
> <iis:WebServiceExtension Id="ActiveServerPages" Description="Active
> Server Pages" Allow="yes" File="$(env.windir)\system32\inetsrv\asp.dll"
> UIDeletable="no"/>
>
> This worked well with Wix 3.0, but we have problems with Wix 3.5 (build
> 2519) and IIS 7.5 (Win7 64Bit). If there is already ASP in the "ISAPI
> and CGI" restrictions, the installation fails. The installation log
> says:
>
> "...
>
> Action 16:04:50: WriteIIS7ConfigChanges. Installing Config Keys and
> Values
>
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed add
> isapiCgiRestriction element
>
> WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to configure IIS web
> svc ext.
>
> WriteIIS7ConfigChanges:  Error 0x800700b7: WriteIIS7ConfigChanges
> Failed.
>
> CustomAction WriteIIS7ConfigChanges returned actual error code 1603
> (note this may not be 100% accurate if translation happened inside
> sandbox)
>
> Action ended 16:04:50: InstallFinalize. Return value 3.
>
> Action 16:04:50: Rollback. Rolling back action:
>
> ..."
>
> The old installer with 3.0 still works fine with IIS 6.0 and 7.5, 3.5
> with 6.0 also works fine, only 3.5 with IIS 7.5 is causing problems.
>
> Any ideas? Important changes that I missed? Are we using the wrong
> elements for 7.5?
>
> Thanks,
>
>  Christoph
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to