Re: [WiX-users] IIS WebServiceExtension removed on repair

2010-03-08 Thread pmdarrow
Thank you so much Peter, that indeed was the problem. AspDllPath wasn't getting set properly because I had a condition on the SetProperty element for AspDllPath: IISMAJORVERSION="#6" AND &ConfigureIIS=3 During a repair, feature states don't seem to get set. I think if I put "OR Installed

Re: [WiX-users] IIS WebServiceExtension removed on repair

2010-03-05 Thread Peter Shirtcliffe
If you generate a log for the repair and check the value of AspDllPath, is it being set to the right value ? -Original Message- From: pmdarrow [mailto:pdar...@metaworks.com] Sent: 04 March 2010 19:27 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] IIS WebServiceExtension

Re: [WiX-users] IIS WebServiceExtension removed on repair

2010-03-04 Thread pmdarrow
pmdarrow wrote: > > Something weird is happening - when I enable an IIS Web Service Extension > using the following: > > Guid="B45DFBD5-073F-4B0B-8C65-57BE57683300" Directory="INSTALLDIR"> > > > > > ... the extension shows up properly in IIS on first install, but on rep

Re: [WiX-users] IIS WebServiceExtension removed on repair

2010-02-25 Thread pmdarrow
Er right, that condition would get re-evaluated and remove the component on repair. But the problem still occurs without any of that. This happens on Windows Server 2003 - IIS 6.0. I haven't had a chance to test this the other OS I'm targeting (Windows Server 2008 with IIS 6 Metabase Compatibility

Re: [WiX-users] IIS WebServiceExtension removed on repair

2010-02-24 Thread Blair
@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: ... the extension shows up properly in IIS on first in

[WiX-users] IIS WebServiceExtension removed on repair

2010-02-23 Thread pmdarrow
Hi all, I'm using the WiX IIS extension. Something weird is happening - when I enable an IIS Web Service Extension using the following: ... the extension shows up properly in IIS on first install, but on repair it gets removed (thus breaking my application.) I've tried a