marzena wrote:
>   <ServiceControl Id="MyServiceControl" Name="MyServiceName" Start="both"
> Stop="uninstall" Remove="uninstall" Wait="yes"/>
>   

@Start="both" is asking for the service to be started at uninstall and 
install, so I can see where that might lead to a partial uninstall. Try 
@Start="install" instead.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
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