Re: [WiX-users] Registering Classic ASP (ISAPI) in IIS 7 with WiX 3.5

2011-02-03 Thread Rob Mensching
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 C

[WiX-users] Registering Classic ASP (ISAPI) in IIS 7 with WiX 3.5

2011-02-02 Thread Christoph Vollmer
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 some