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

2009-04-24 Thread Wilson, Phil
users@lists.sourceforge.net Subject: [WiX-users] database and windows service not getting uninstalled 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. When I install the product, Which consists of a datab

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.

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

2009-04-24 Thread Mark Sinnathamby
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. When I install the product, Which consists of a database a windows service and some executables, everything gets installed without any problems. When