Yes, already fixed it.

-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2008 10:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Services are not removed on uninstall

ServiceControl?

-----Original Message-----
From: Alex Ivanoff [mailto:[EMAIL PROTECTED]
Sent: Monday, October 13, 2008 21:05
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Services are not removed on uninstall

I know I am missing something obvious, but I cannot get services to
remove on uninstall. This is how I my ServiceInstall looks

<ServiceInstall Id="MySrv"
                Account="LocalSystem"
                Description="This is my service"
                DisplayName="My service"
                ErrorControl="normal"
                Name="MySrv"
                Start="auto"
                Type="ownProcess" />

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to