Re: [WiX-users] Unistall script getting executed only on the default database

2008-12-16 Thread Bob Arnson
siaj wrote: > I am creating a setup using Wix which is creating some objects in a database > and droping it while uninstall. The create and drop is working fine but if > the user chooses to create these objects on a different database while > installation,the uninstall is not cleaning it while uni

[WiX-users] Unistall script getting executed only on the default database

2008-12-16 Thread siaj
Hello, I am creating a setup using Wix which is creating some objects in a database and droping it while uninstall. The create and drop is working fine but if the user chooses to create these objects on a different database while installation,the uninstall is not cleaning it while uninstall. I tr