Re: [WiX-users] wix, C# installer class, uninstall

2007-03-26 Thread Nitin Chaudhari
t;2 (component is being installed) > > > > Read here for more info: > > > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/conditional_statement_syntax.asp > > > > Dana > > > > > > On 3/22/07, Chris Bardon < [EMAIL

Re: [WiX-users] wix, C# installer class, uninstall

2007-03-23 Thread Dana Gutride
; This should execute the action only if the product is installed. > > > > ____________________ > > > > From: [EMAIL PROTECTED] > > [mailto: [EMAIL PROTECTED] ] On Behalf Of Nitin > > Chaudhari > > Sent: Thursday, March 22, 2007 9:37 AM > &

Re: [WiX-users] wix, C# installer class, uninstall

2007-03-22 Thread Nitin Chaudhari
OTECTED] On Behalf Of Nitin > Chaudhari > Sent: Thursday, March 22, 2007 9:37 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] wix, C# installer class, uninstall > > > I am using a C# installer class, during installation, I am able to call > my C# install function, how

Re: [WiX-users] wix, C# installer class, uninstall

2007-03-22 Thread Dana Gutride
This should execute the action only if the product is installed. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nitin Chaudhari Sent: Thursday, March 22, 2007 9:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] wix, C# installer class, un

Re: [WiX-users] wix, C# installer class, uninstall

2007-03-22 Thread Chris Bardon
@lists.sourceforge.net Subject: [WiX-users] wix, C# installer class, uninstall I am using a C# installer class, during installation, I am able to call my C# install function, however I am not able hook uninstall in wix to call my C# uninstall function. In Wix, I am using the following XML to hook uninstall

[WiX-users] wix, C# installer class, uninstall

2007-03-22 Thread Nitin Chaudhari
I am using a C# installer class, during installation, I am able to call my C# install function, however I am not able hook uninstall in wix to call my C# uninstall function. In Wix, I am using the following XML to hook uninstall... but the MSI log shows that this custom action is being invoked du