Yes, you're right. It works now.

Remove on both was just a desperate attempt to make it work. I've put
it back to remove on uninstall now.

On 19/01/07, Levi Wilson <[EMAIL PROTECTED]> wrote:
> I think the @Name attributes need to match up.  Also, why are you removing
> on "both"?  Don't you want it to be @Remove="uninstall"?
>
>
> On 1/19/07, Antony Walmsley <[EMAIL PROTECTED]> wrote:
> >
> > I'm using the following code to configure a service :
> >
> >               <ServiceInstall
> Id="LineMonitoringServiceInstall"
> > Description="Line Monitoring" Name="Line Monitoring Service"
> > Start="auto" ErrorControl="normal" Type="ownProcess">
> >                 <ServiceDependency Id="PcManager"
> Group="no"/>
> >                 <ServiceDependency Id="MSMQ" Group="no"/>
> >               </ServiceInstall>
> >               <ServiceControl
> Id="LineMonitoringServiceControl"
> > Name="Line Monitoring" Remove="both" Stop="both" Wait="yes"/>
> >
> >
> > The installation is fine but when I uninstall I can still see the
> > entry in the list of services. The executable has been uninstalled.
> > I'm using 2.0.4611.0.
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to