Hmm, nothing built-in to handle this case. Can you file a WiX v3.6 bug on
this issue? Eric may be able to dig into it and figure out a better option.

On Wed, Feb 2, 2011 at 5:45 PM, Christoph Vollmer <
christoph.voll...@emendo.co.nz> wrote:

> Hi,
>
>
>
> I need to ask again. We need to register Classic ASP in IIS 7 if it is
> not registered as ISAP extension. With 3.0 this worked fine, but with
> 3.5 it will fail the install if there is already something installed.
> Via UI I can register the asp.dll as often as I want, no problem. Last
> time somebody mentioned, that IIS 6 is not needed, but somebody else
> said there is no other way than the standard IIS extension in WiX. So,
> before I start with Custom Actions, can somebody help me? Why is the
> following line
>
>  <iis:WebServiceExtension Id="ActiveServerPages" Description="Active
> Server Pages" Allow="yes" File="$(env.windir)\system32\inetsrv\asp.dll"
> UIDeletable="no"/>
>
> Not working with WiX 3.5 on IIS 7 if there is already something
> registered with this asp.dll? WiX 3.0 did just override that
> registration. Is there an easy way (without Custom Action) to check if
> this DLL is already registered and then branch (with Condition) to not
> try to register it?
>
> 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