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

2008-12-20 Thread siaj
Tom, Thanks for pointing it out. It was a typo on the message I sent. The actual code was good. However I got around the problem by setting the property values in Registery and then reading them while uninstall. The issue was with reading these values from registery Thanks, Message: 2 Date: Thu

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

2008-12-17 Thread siaj
- From: siaj [mailto:meabrakada...@gmail.com] Sent: Tuesday, December 16, 2008 10:24 PM To: wix-d...@lists.sourceforge.net; wix-users@lists.sourceforge.net Subject: [WiX-users] Unistall script getting executed only on the defaultdatabase Hello, I am creating a setup using Wix which is creating some

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

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

2008-12-16 Thread Amy Rosewater
Message- From: siaj [mailto:meabrakada...@gmail.com] Sent: Tuesday, December 16, 2008 10:24 PM To: wix-d...@lists.sourceforge.net; wix-users@lists.sourceforge.net Subject: [WiX-users] Unistall script getting executed only on the defaultdatabase Hello, I am creating a setup using Wix which is

[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