Making the component transient and adding that condition would definitely remove the component when you repair.
It looks like a bug. What version of IIS? -----Original Message----- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: Tuesday, February 23, 2010 8:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] IIS WebServiceExtension removed on repair 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-tp4620141p462 0141.html Sent from the wix-users mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- Download Intel® 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 ------------------------------------------------------------------------------ Download Intel® 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