Re: [WiX-users] database and windows service not getting uninstalled

2009-04-24 Thread Wilson, Phil
That sounds like something missing in ServiceControl - that's where you explicitly say you want the service deleted with the Remove attribute. Phil Wilson -Original Message- From: Mark Sinnathamby [mailto:mr...@eurocenter.lk] Sent: Friday, April 24, 2009 1:01 AM To: wix-users@lists.so

Re: [WiX-users] database and windows service not getting uninstalled

2009-04-24 Thread Rob Mensching
No, something else is probably wrong. A verbose log file will probably show a Component not going to Absent (and why). Mark Sinnathamby wrote: > Hi, > I have created an msi installation pack with Wix, using my own custom UI > library. I have added the maintenance dialogs in this library as well.