Re: [WiX-users] Stopping/deleting a DIFxApp driver when uninstalling

2010-06-03 Thread Bruce Cran
On Thu, 03 Jun 2010 08:17:32 -0400 Bob Arnson wrote: > On 6/2/2010 10:47 AM, Bruce Cran wrote: > > >> Stop="both" Remove="uninstall"/> > > That might work but note that MSI explicitly says it doesn't support > drivers as services. > > > The sctp service (a kernel driver) works without pr

Re: [WiX-users] Stopping/deleting a DIFxApp driver when uninstalling

2010-06-03 Thread Bob Arnson
On 6/2/2010 10:47 AM, Bruce Cran wrote: >Remove="uninstall"/> > That might work but note that MSI explicitly says it doesn't support drivers as services. > The sctp service (a kernel driver) works without problems during installation > but it never gets stopped or removed during uninst