Hi all,

I'm using the WiX IIS extension. Something weird is happening - when I
enable an IIS Web Service Extension using the following:

    <Component Id="EnableAspNet" Guid="B45DFBD5-073F-4B0B-8C65-57BE57683300"
Directory="INSTALLDIR">
      <CreateFolder />
      <iis:WebServiceExtension Id="ASPExtension" Group="ASP.NET v2.0.50727"
Allow="yes" File="[AspDllPath]" Description="ASP.NET v2.0.50727" />
    </Component>

... the extension shows up properly in IIS on first install, but on repair
it gets removed (thus breaking my application.) I've tried adding a
<Condition>NOT Installed</Condition> and Transitive="yes" to the
EnableAspNet component, but the WSE still gets removed on repair. Any ideas? 

Peter
-- 
View this message in context: 
http://n2.nabble.com/IIS-WebServiceExtension-removed-on-repair-tp4620141p4620141.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to