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

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

2010-06-02 Thread Bruce Cran
Hi, I'm having problems getting my driver/service to stop and delete itself when uninstalling my package - I'm currently testing on Vista x86, but I've seen the problem on XP and Windows 7 too. In my WiX file I have: The sctp service (a kernel driver) works without prob